spoonbard
Forum Replies Created
-
Thanks @grumblenz! Worked for me too ??
Thanks also. I’m getting the same one too.
Warning! Jigoshop requires at least 64M of memory for WordPress! Your system currently has: 40M. How to change?
Likewise, I know it’s something that can be ignored, but we have a number of users who interact with our control panel, and it’s a disconcerting message to see all the time.
Weird! I was just hovering around this thread earlier for the same reason. I’m also getting the old memory limit message with WP 4.0 and JS 1.12 and can’t get rid of it with the linked fix.
Getting a new problem with v1.10.2 – when I try and checkout using paypal, it just sticks on the loading screen and never brings up the paypal website.
@jigoshop Support – Marcin: I’ve just checked in my login area for an downloadable update to Premium Shipping, and it’s not showing up. Am I looking in the right place?
@martin Bay: I’m still having the same problems, but I managed to fix the premium shipping error. The problem is with Jigoshop’s naming of the update… 1.10 is read by computers as LOWER than 1.7 or 1.9, so when the premium shipping plugin checks your version number, it thinks you’re running jigoshop 1.1
The fix is to open up premuim_shipping.php and change the line:
if ( $plugin_data[‘Version’] < ‘1.4’ ) {
to
if ( $plugin_data[‘Version’] < ‘1.0’ ) {That will re-enable the plugin and allow customers to continue ordering.