Viewing 5 replies - 1 through 5 (of 5 total)
  • This message usualy appears when you install Jigoshop in localhost (on your local computer), for a WordPress memory limit you need to edit wp-config.php file in your wordpress root directory. Open it and add the following code snippet –
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    Thread Starter Ivo Barbosa

    (@institutocriap)

    No, this site is on fly on server with cpanel administration and not my computer.
    And i have 256M memory, and the message should only appear if I had less than 64m….

    Add the code snippet to wp-config.php :

    define(‘WP_MEMORY_LIMIT’, ‘256M’);
    Jigoshop uses memory limits from the constants defined in Wordrpess, if this will not resolve the worning send us temporary admin and FTP access and we will quickly fix it for you – [email protected]

    Thread Starter Ivo Barbosa

    (@institutocriap)

    In wp-config.php I have defined

    ini_set(‘memory_limit’, ‘-1’);
    define( ‘WP_MEMORY_LIMIT’, ‘1028M’ );

    Remove the ini_set(‘memory_limit’, ‘-1’);

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘BUG’ is closed to new replies.