janon123
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Force Uppercase for textarea fieldDoes anyone have any idea?
Hi Hannes,
Thank you so much for your help with this, this solved my problem.
All is well again with both these plugins.
Thanks again!
Best wishes,
Jane ??
Forum: Plugins
In reply to: [WBW Currency Switcher for WooCommerce] Shortcode parameters not working.Hi, was a solution found for this? I’m experiencing the same issue.
Best,
Jan
No problem at all, I’m happy to help. Thank you for being so involved and for your continued work with the plugin, it’s much appreciated.
I updated the plugin, tested it out again, and the “PHP Notice: Undefined variable” error reported is now fixed, thank you. Image titles still couldn’t be renamed properly as a single or in bulk…so I checked my server error log again and noticed a PHP error “memory exhausted” I upgraded my WordPress memory limit from 256 MB to 512 MB and it solved the problem – YES! I was able to rename images again single and in bulk again.
In case anyone else is experiencing the same issue as me – the problem isn’t with the plugin but with the latest WordPress update and the PHP upgrade. The solution is super simple. Add the below code to your wp-config.php file just before the /* That’s all, stop editing! Happy blogging. */ line:
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define( ‘WP_MAX-MEMORY_LIMIT’, ‘512M’ );Thank you again for your awesome support. YOU ROCK!!!
Thanks for your reply and for the information. I apologize for the repeat reporting, I did search the forum before submitting it and couldn’t find anything, sorry if I missed it.
I did install the WPML plugin a few weeks back to see if it would be a good fit for my site and it wasn’t so I did remove it not long after installing it. Maybe it left something behind that’s interfering with your plugin. You could be right so I tried running the “Plugin Garbage” plugin to see if there are any remaining parts of the removed WPML plugin but it didn’t catch anything, but then again that plugin hasn’t been updated in a few months so it’s probably not compatible with the latest WordPress.
In case it’s worth noting, I forgot to mention yesterday, my debug log has this listed whenever I attempt to rename a file:
PHP Notice: Undefined variable: options in /wp-content/plugins/phoenix-media-rename/class-media-rename.php on line 748Thanks again!
Yes, no problem. Thank you for the quick reply ??