Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author fatzebra

    (@fatzebra)

    Hi Ryan,

    Sorry you’re having troubles – I’m having a look into this now to see what is happening. At the moment I don’t have access to PHP 5.3.3 to test against, but I’m working on this at the moment.

    Can you please share the output of your phpinfo() so I can make sure I am testing on a similar environment? If you’d rather not share it in public you can email it to [email protected].

    Also which version of WordPress are you running?

    Thanks,
    Matthew

    Thread Starter Ryan Harne

    (@ryanharne)

    Hi Matthew,

    We are using WP 3.4.2.
    I hope this spec-summary will be enough.

    It was broken on DEV (PHP5.3)
    DEV – tinypic.com/r/10ru5cg/6

    It was fine on LIVE (PHP5.2)
    LIVE – tinypic.com/r/4sk8jc/6

    Please let know if you insist to have the phpinfo()

    Thanks!

    Plugin Author fatzebra

    (@fatzebra)

    Hi Ryan,

    I have tested WooCommerce 1.6.6 and the Fat Zebra WooCommerce extension 1.3.3 on PHP 5.3.3, which appears to be working properly.

    There could be something weird going on with line endings – one fix might be to fetch the latest version from Github (https://github.com/fatzebra/FatZebra-WooCommerce/archive/master.zip) and install that over what is currently there.

    If this doesn’t help please contact us directly ([email protected] – I will handle this email) and we’ll work through figuring out the issue with you.

    Thanks,
    Matthew

    Thread Starter Ryan Harne

    (@ryanharne)

    Hi Matthew,

    Unfortunately, the latest github copy did not solve the issue.

    But I found the bug

    272:: <?

    change to

    272:: <?php

    This fixed it.
    My PHP must be on very strict validation.

    Hope this helps.

    Ryan H.
    Osky Interactive

    Plugin Author fatzebra

    (@fatzebra)

    Thanks Ryan,

    I was looking for this but obviously not enough.

    I’ll update the plugin and repository to prevent this from happening from anyone else.

    Thanks,
    Matthew

    Plugin Author fatzebra

    (@fatzebra)

    We’ve just posted a fix for this, so should you fetch the latest version it should work without this issue.

    Thanks once again for letting me know.

    Matthew

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unexpected $end’ is closed to new replies.