johnwebman
Forum Replies Created
-
Thanks Cory. It turned out to be the first one. Strange because I was migrating from mySQL 5.1.x to 5.6.x and I wouldn’t have expected this sort of issue.
This thread was most helpful:
https://stackoverflow.com/questions/30759313/mysql-database-import-error-1064
Many thanks.
Sadly that has’t made any difference. I get exactly the same result.
Forum: Plugins
In reply to: [Simple Image Sizes] I delet the image size but it come up again.I’ve got the same problem. It doesn’t seem to make any difference what changes I make in image sizes, including deleting ones I don’t want. The changes don’t save.
Is anyone looking at this?
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] bool(false) at top of pageGood news. I look forward to seeing the next release.
Forum: Plugins
In reply to: [WooCommerce] Never ending spinning on product variations.Finally, I’ve nailed the issue down to the WooCommerce Product Stock Alert plugin. Why it didn’t show earlier I don’t know but I’m just grateful I’ve got the site back on it’s feet.
I also had to disable this plugin after updating WooCommerce to 3.0.1, not because it was broken but because it broke all the Ajax driven code on the site. I hope the update doesn’t take too long.
Forum: Plugins
In reply to: [WooCommerce] Never ending spinning on product variations.I don’t have a problem with memory limit and I can’t find a plugin to blame. It appears to be an Ajax issue because everything on the site that uses Ajax is completely broken.
Many thanks for your prompt reply. I look forward to the next update.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] bool(false) at top of pageI removed the line that reads
var_dump( get_option( 'wsm_test' ) );in woocommerce-stock-manager/admin/views/admin.php and this fixed it for me. Sad that support is so poor on this plugin, because fundamentally it’s pretty good.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Save all and save line not working.I’ve managed to get the blue save at the end of the line working.
But the ‘save all’ is still much ado about nothing. Lots of activity including a screen refresh, but nothing saved.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] bool(false) at top of pageThere’s a line that reads
var_dump( get_option( 'wsm_test' ) );in woocommerce-stock-manager/admin/views/admin.php
that seems to be the culprit. Has this been left in by mistake?
In response to logichub, you need to be running PHP ver 5.4.
However, a word of warning. My hosting company is running a version that reports in phpinfo to be 5.4 but it’s actually a bespoke version supported only by my hosting company. Why they would do this I don’t know, but what I can tell you is that it doesn’t fix the issue. So whether they’ve renumbered an older version, or hacked ver 5.4 to such an extent that it doesn’t work properly I may never know. What I can tell you is that if they don’t fix it soon I’ll be moving to another hosting provider. 🙂
It seems that version of PHP 5.4 that my web server is running on is a custom version supported only by the hosting company. This might be the issue. I’m negotiating with them to resolve the issue with PHP as I’ve now set this up locally on my own machine with the public version of PHP 5.4 and I can confirm that it does work.
I am using PHP 5.4 and I still have this issue. Only reverting to version 1.42.3 of wp-property got my site back so it looks like there’s a bug in ver 1.42.4. I do hope it gets fixed soon.
Many thanks Tim.