Viewing 5 replies - 1 through 5 (of 5 total)
  • Ivdkamp

    (@iwinvandekamp)

    Looks like Jigoshop uses the PHP goto operator in the My_account shortcode file. Goto is only available in PHP 5.3 and up. Bit of a problem because one of our servers is running php 5.2.8.

    Ivdkamp

    (@iwinvandekamp)

    Change restart: into a function restart();
    and changes goto restart into restart() on line 89;
    seems to work, but I haven’t tested it in a live webshop.

    restart: becomes

    restart();
    }
    
    function restart(){
        global $post, $current_user;

    and goto restart;
    restart();

    Thread Starter meowthecat

    (@meowthecat)

    seems that the previous version is more acceptable and I’ve finally keep it at 1.6.2

    Thanks anyway

    davinian

    (@davinian)

    Jigoshop are aware of the problem and there is a fix (file to download) here: http://forum.jigoshop.com/discussions/problems/10224-latest-update-4142013-crashed-site.

    Thread Starter meowthecat

    (@meowthecat)

    Thanks for reply. Unfortunately, tried the new update and still got the same problem. Will keep 1.6.2 for a while.

    Also, found there is a misspelling on the address roll-down, may I know where I can report this bug?

    Thousands thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cannot active !!! totally broken !!!’ is closed to new replies.