Muffin Options not showing due to Woocommerce plugin
Hello,
We have a problem where when you go to the Muffin/Betheme options, the options don't appear. The categories on the left are there, but no matter which one you click none of the options appear. I've found out that it's Woocommerce that's causing the problem.
When woocommerce is activated a message appears at the top of Wordpress Admin that says, "Your theme (Betheme) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme."
In the system status page it showed that the memory limit in the wp-config.php file was at 40 MB. This text was in red and recommended increasing it to 64 MB. I tried to do this in the file manager. I didn't see any code specifying that the memory limit was set to 40 MB so I just pasted the code define( 'WP_MEMORY_LIMIT', '64M' ); at the bottom of the php file. The system status page still says the memory limit is 40 MB.
I'm not sure if the memory limit is the real issue, or if I need to update Betheme's Woocommerce page templates. Please help. Let me know if you need any more information.
Comments
if Muffin Options are empty after installation, it means your server is limited. In this case we recommend to deactivate all plugins first and after that click “Save changes” button under empty Muffin Options panel. But if this won’t help, then please check topics below where we explained what may be limited on server side:
http://forum.muffingroup.com/betheme/discussion/464/betheme-options-page-stops-working-muffin-options-saving
http://forum.muffingroup.com/betheme/discussion/1908/backend-not-funtioning-after-last-update-muffin-options-is-not-loading
Thanks!
P.S. Yes, it is memory issue. Just create files with phpinfo() details and give us the link so we can show you how your real stats looks like.
root@server [/home/av8clients/public_html/
upload_max_filesize = 64M
root@server [/home/av8clients/public_html/
max_execution_time = 120
root@server [/home/av8clients/public_html/
post_max_size = 64M
root@server [/home/av8clients/public_html/
max_input_vars = 1000
root@server [/home/av8clients/public_html/
memory_limit = 256M
=====================