• Resolved Debra S

    (@no59)


    Hi,

    This didn’t work for me. When I tried uploading the zipped file into my plugins, the following error message showed:

    Plugin could not be activated because it triggered a fatal error.

    Parse error: syntax error, unexpected T_STRING in /home/atx2010/public_html/pearjoy.com/wp-content/plugins/pizazz/pizazz.php on line 369

    I tried opening it in Dreamweaver and it doesn’t like line 369:
    goto skip_products;

    I look forward to trying it again.
    Deb

    https://www.ads-software.com/extend/plugins/pizazz/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Luiji

    (@luiji)

    Hello,

    Thank you very much for reporting this bug to me. I’ve looked into it, and it turns out that goto isn’t supported in versions of PHP prior to 5.3 (the only version I tested this with). Since it’s an easy quirk to work around, and goto is widely regarded as the bane of programming, I’ve modified the code to stop using goto.

    I’ve also fixed two other bugs that I noticed while fixing this one. The changes are in 1.0.1, which I just uploaded. It should appear in a few minutes. Please tell me if it works/fails.

    Thanks,
    – Luiji

    Thread Starter Debra S

    (@no59)

    Hi Luiji,

    PHP could be the trick. My web host is currently set to PHP version 5.2.17. I have no idea if I can/should change it, so I’ll give the revised version of Pizazz a shot.

    Thanks!
    Deb

    Plugin Author Luiji

    (@luiji)

    Cool; just a little thing: www.ads-software.com takes a lot longer to mirror the files than I thought. If you don’t want to wait, I have a copy here.

    -L

    Thread Starter Debra S

    (@no59)

    Thanks, Luiji! Works fine now.

    Deb

    Plugin Author Luiji

    (@luiji)

    Sweet! Thanks again for reporting the bug.

    – L

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Pizazz] Triggered a fatal error’ is closed to new replies.