When trying to access "Tabify edit screen", I get all the time a "Fatal error: Out of memory". I am using 1&1 Mutualised hosted with 256 MB PHP Memory Limit.
When trying to access "Tabify edit screen", I get all the time a "Fatal error: Out of memory". I am using 1&1 Mutualised hosted with 256 MB PHP Memory Limit.
Wow, somehow it seems weird to have. How many posttypes and metaboxes do you have?
I have 10 CPTs (created using Pods) and 10 Custom Metaboxes (using ACF).
I will try to get something up and test but having that amount shouldn't fatal error on memory. I have on my development environment not even the PHP memory limit that high.
I don't know what could interfere, because I developped the website relying on another hosting (OVH) and all was OK. When I switched to 1&1 (with a higher PHP Memory Limit though), I started experiencing this issue.
Any heavy plugins running on the site? Also do you have an error line where it did the fatal error?
I use WPML, when activated with Tabify, I get :
Fatal error: Out of memory (allocated 100925440) (tried to allocate 42 bytes) in /wp-content/plugins/wpml-string-translation/inc/functions.php on line 1029
So I already tried to deactivate it, but then I still get the fatal error with a WordPress Core File.
It seems like you have automatically string translation 'on' from WPML. I so hate that part of WPML because it so damn slow.
Also your PHP Memory Limit isn't 256mb there. maybe this is on your test server?
Yeah automatic string translation is like having a death wish for your site, try increasing WP_MEMORY_LIMIT (I think that's it) in your wp-config.php
Even if I disable WPML and all sub plugins, I have a blank "Tabify edit screen" page. but no longer with the Fatal Error. I used to get it with a Core WordPress File quoted...
With a blank "Tabify edit Screen" mean still WordPress screen but with no post types showing. That would make sense if your post types where generated through pods.
Pods adds Custom Post Types the standard WordPress way, so they should be seen. Tabify Edit Screen doesn't yet support Advanced Content Types though, they are separate from Post Types (if that's what he's using).
He should at least see Post / Page / etc though, right?
Well, while using the other hosting (OVH) everything was fine, Pods CPTs included, with WPML activated.
Scott I do know that but when deactivating pods they will disappear and obviously you still see default post types.
I have no clue if I can help you out with a fix.
I think he was saying he disabled WPML And all the WPML-related plugins. Pods / ACF / Tabify are still active.
Yes indeed Scott.
Well, if you have error messages non WPML related I'm happy to look into.
Can you define( 'WP_DEBUG', true ); on your site and let us know if you see anything on the blank screen of Tabify? It shouldn't be blank anymore, it should now show an error message that you can copy/paste into here.
Hey,
Still need some help with your issue? Several days are passed and I'm curious if everything now works how you would love it to work.
Sorry to resurrect this thread, but I am having the same issue. If you'd like me to start a separate thread I'm happy to do that, just let me know.
I went ahead and enabled WP_DEBUG as Scott directed and I get this error message on the blank screen of Tabify:
Fatal error: Maximum execution time of 30 seconds exceeded in /..../wp-admin/includes/template.php on line 1866
(I removed the part of the path that is specific to my installation and replaced with ....)
You must log in to post.