• Most common reason for such error is too old PHP version.

    What is required version?
    since ~year we ask for 5.3 or higher. Since Jigoshop 1.9 we start using functions that are available only in PHP 5.3 and higher to make code even better and faster.

    How to update

    • Check your hosting admin panel. Usually there is option to upgrade PHP
    • Contact your hosting provider. They should be able to upgrade fast.

    What if it doesn’t help?
    Please send us your problem description straight to [email protected] and we’ll try to help you as soon as possible.

    https://www.ads-software.com/plugins/jigoshop/

Viewing 15 replies - 16 through 30 (of 32 total)
  • Sorry, but I think the errors have nothing to do with the modifications I described. Updating one of my other websites gave the notification that Jigoshop needs at least 64MB and my system has 256MB (huh?). After F5 I get a white screen again. So I am back to 1.9.6

    Updat 1.10.2 gives still the same message:
    Error! Jigoshop requires at least 64M of memory! Your system currently has: 256M.

    System info:(other host)
    PHP Version: 5.3.27
    MySQL Version: 5.5.34
    Web Server Info: Apache/2

    PHP Memory Limit: 256M
    PHP Post Max Size: 20MB
    PHP Upload Max File Size: 20MB

    WordPress Memory Limit: 40MB

    Hi Breinbrouwsels,
    with 1.10.2 it should be only error message with everything working fine. This version has lot of improvements and bugfixes so I’d suggest not worrying about message that will be fixed in next update and using 1.10.2

    Maybe I found something in jigoshop_template_actions.php on the last line (59) . At the end some codes are missing: ‘);

    Thes are the error messages I receive:
    1.
    ‘Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/********/domains/*********/public_html/wp-content/plugins/jigoshop/jigoshop_template_actions.php:1) in /home/*******/domains/********/public_html/wp-content/plugins/jigoshop/classes/jigoshop_session.class.php on line 22’

    2.
    ‘Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home/*******/domains/********/public_html/wp-content/plugins/jigoshop/jigoshop_template_actions.php on line 59’

    Hi Breinbrouwsels,
    Do you get it with original jigoshop files or after your modifications?
    If with original files – please contact us via [email protected] with your system info.

    Hello @breinbrouwsels,

    Unfortunately I am unable to reproduce your issue – file you tell causes errors is not even modified from 1.9 series. Moreover – I checked it and the file is properly formatted (no syntax errors), I even commented out the code you want to comment – and everything is still OK.

    For the future – if you want to remove some hooks use remove_action() like:

    remove_action(‘jigoshop_after_shop_loop_item_title’, ‘jigoshop_template_loop_price’, 10, 2);

    in your theme functions.php

    If you want me to debug it on your instance – please send admin account credentials and FTP access to [email protected]

    With the original files it works. Only one error message:
    Error! Jigoshop requires at least 64M of memory! Your system currently has: 256M.

    I made a stupid move to use the modified files of 1.10 for 1.10.2
    I will try it again with the right files.

    I did it and it works fine!
    Tx Amadeusz for the remove_action tip.
    Tx guys, keep the good work going!

    Ask me if you have any question about this.

    The error message stays however:
    Error! Jigoshop requires at least 64M of memory! Your system currently has: 256M

    Plugin Author MWSGD

    (@mwsgd)

    Hi Breinbrouwsels,

    Version 1.10.3 just released about 2 hours ago and takes the Error message away.

    Thank you, Michael, it all works fine now!

    I have been unable to update since version 1.9.5 as each time I try my website just returns a blank screen. I am using PHP version 5.4. Anyone still having issues upgrading to the latest version of Jigoshop?

    possible reason of issues under 5.4: https://www.jigoshop.com/documentation/issues-jigoshop-running-php-5-4/ – please check out if it’s none of these
    please check reason of blank screen (if you don’t know where to look for it – ask your hosting provider for exact php error)

    Hi there-
    I have tried to update Jigoshop two times on word press and it keeps crashing my site. The first time was a few weeks ago. I was hoping that I could try again with a more recent update but the site crashed again. My php is above 5.3. I have contacted [email protected] several times and have not heard back. My hosting company is bluehost
    https://www.faitharomatherapy.com

Viewing 15 replies - 16 through 30 (of 32 total)
  • The topic ‘[info] fatal error, blank screen – how to fix’ is closed to new replies.