0
Welcome Guest! Login
0 items Join Now

"warning: contains unauthenticated content" Please help!

  • "warning: contains unauthenticated content" Please help!

    Posted 15 years 7 months ago
    • Rich Bean's Avatar
    • Rich Bean
    • Elite Rocketeer
    • Posts: 1194
    • Thanks: 1

    Re: "warning: contains unauthenticated content" Please help!

    Posted 15 years 7 months ago
  • Re: "warning: contains unauthenticated content" Please help!

    Posted 15 years 7 months ago
    • Thanks Rich,
      What you said makes sense but I am having trouble making it happen.
      For example if I go to the module manager and look through the Menu Assignment options I don't have checkout listed. I have to deselect Web Shop to get it off of the checkout process but I also lose it in the web shop which is no good ;)

      Will mess around and see if I can find a way to do it, but if you have any suggestion I am all ears (eyes actually)

      Thanks
      Josh
  • Re: "warning: contains unauthenticated content" Please help!

    Posted 15 years 7 months ago
    • Perhaps this is my answer http://www.metamodpro.com/ but I can't imagine I am the first RocketTheme user to have this problem. I would rather spend money with RocketTheme if I am going to spend any.
  • Re: "warning: contains unauthenticated content" Please help!

    Posted 15 years 5 months ago
    • I also am having this problem. Did anyone find a solution?
  • Re: "warning: contains unauthenticated content" Please help!

    Posted 15 years 5 months ago
    • I had the same problem.
      In my case there was a problem in the code of CERTIFICATE LOGO.
      When you purchase the SSL certificate (I bought GeoTrust) they give you the code for the logo you paste in on your website.

      I got the
      <!-- GeoTrust QuickSSL [tm] Smart  Icon tag. Do not edit. -->
      <script src="http://smarticon.geotrust.com/si.js" type="text/javascript"></script>
      <!-- end  GeoTrust Smart Icon tag -->

      then I changed it to HTTPS
      <!-- GeoTrust QuickSSL [tm] Smart  Icon tag. Do not edit. -->
      <script src="https://smarticon.geotrust.com/si.js" type="text/javascript"></script>
      <!-- end  GeoTrust Smart Icon tag -->

      and now my website is secure.

      Mistake on certificate provider side by my opinion.

      i took me a while to figure this out... hope this helps.
    • Roeland_A!'s Avatar
    • Roeland_A!
    • Preeminent Rocketeer
    • Posts: 10193
    • Thanks: 71

    Re: "warning: contains unauthenticated content" Please help!

    Posted 15 years 1 month ago
    • This may be of some use to somebody else.
      The link to the js is created using JURI::base, which is dependent also on the $live_site_var in the joomla configuration.php in the root. Check whether a value is set for $live_site_var, e.g. ' www.yourdomain.com '
      if that is the case then remove that value. Then JURI::base will use the correct https instead of http.
      That will get rid of the errors occuring when using SSL
    • *Karma comes in many forms, my personal favourite is the random saucepan from the sky* J.Spencer 17-02-2009
    • Roeland_A!'s Avatar
    • Roeland_A!
    • Preeminent Rocketeer
    • Posts: 10193
    • Thanks: 71

    Re: "warning: contains unauthenticated content" Please help!

    Posted 15 years 1 month ago
    • I looked into it some further; best solution I came up with was to make some small changes to the code.
      For rokvm categories change default.php, the difference is in how the files are called.
      <?php
      /**
      * @package mod_rokvirtuemart_categories
      * @copyright     Copyright (C) 2009 RocketTheme. All rights reserved.
      * @license       http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
      * RokVirtuemart Product Categories is free software. This version may have been modified pursuant
      * to the GNU General Public License, and as distributed it includes or
      * is derivative of works licensed under the GNU General Public License or
      * other free or open source software licenses.
      *
      */
       
      $document =& JFactory::getDocument();
      $js = (JURI::Root(true)."/modules/mod_rokvirtuemart_categories/js/");
       
      $class = $params->get('moduleclass_sfx', '');
       
      if (!defined('ROKVIRTUEMART_CATEGORIES_JS')) {
           $document->addScript($js . 'rokvm_categories.js');
           define('ROKVIRTUEMART_CATEGORIES_JS',1);
      }
       
      echo "<ul class='rokvm_categories $class'>";
      echo $category_html;
      echo "</ul>";
      ?>
      For the rokvm scroller:
      <?php // no direct access
      /**
      * @package RokIntroScroller
      * @copyright Copyright (C) 2007 RocketWerx. All rights reserved.
      * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
      */
      defined('_JEXEC') or die('Restricted access'); 
      $doc = &JFactory::getDocument();
      $doc->addScript(JURI::Root(true)."/modules/mod_rokvirtuemart_scroller/rokvm_scroller.js");
      JHTML::_('behavior.mootools');
    • *Karma comes in many forms, my personal favourite is the random saucepan from the sky* J.Spencer 17-02-2009
  • Re: "warning: contains unauthenticated content" Please help!

    Posted 15 years 1 month ago
    • Hello,

      This will be corrected in the next release of Mynxx. Thanks Roeland.

      Cheers
    • joojoo's Avatar
    • joojoo
    • Rocketeer
    • Posts: 50
    • Thanks: 0
    • webmarketing, music & ebusiness

    Re: "warning: contains unauthenticated content" Please help!

    Posted 13 years 8 months ago
    • hi,
      I wanted to say at the same time that the management of categories and subcategories of this module in SEF mode does not work.
      Whether with the Joomla SEF or sh404SEF and other AceSEF ... the module does not respond!
      :shock:
      Still an important point in extra for a listing of store quality. I can't post this anywhere else... sorry.

Time to create page: 0.081 seconds