0
Welcome Guest! Login
0 items Join Now

error with https (ssl)

    • sohopros's Avatar
    • sohopros
    • Elite Rocketeer
    • Posts: 739
    • Thanks: 2

    error with https (ssl)

    Posted 14 years 7 months ago
    • We are installing ssl on one of our websites. This website uses populus template. Every time a page is requested using https on the url we got the error:
      Message: Syntax error
      Line: 1
      Char: 1
      Code: 0
      URI: https://www.domain.com/://0

      After spend a lot o time researching we found out that this error is related with js funciton:
       
      window.addEvent('domready', function() {
          new Rokmoomenu($E('ul.menu'), {
              bgiframe: <?php echo $moo_bgiframe; ?>,
              delay: <?php echo $moo_delay; ?>,
              animate: {
                  props: ['opacity', 'width', 'height'],
                  opts: {
                      duration:<?php echo $moo_duration; ?>,
                      fps: <?php echo $moo_fps; ?>,
                      transition: Fx.Transitions.<?php echo $moo_transition; ?>
                  }
              }
          });
      });


      do you guys have ever seen this before? have any idea how to fix it? what does this function do?

      Thanks
    • SOHO Prospecting Team
      http://www.sohoprospecting.com

Time to create page: 0.064 seconds