steppade
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Maximum execution time exceededIn the first post i have written about this problem.
The conflict is with a self-made plugin that inject the ai1ec code in the content on rendering with add_filter(‘the_content’,’mod_post_content’) but the error happens only if there is a widget somewhere(sidebar or footer) otherwise the ai1ec injected works well.
If i put the same ai1ec code injected directly in the description box of a post and i update it removing the injection, the rendering works everytime well.
So, the problem is the redering of a ai1ec injected when there in another calendar.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Maximum execution time exceededI’m using sahifa theme 4.3.2 and All in 1 event calendar 2.1.8 and extended views 1.1.1 but i got this with 2.1.5 and 1.1.0 too. Why you have renamed this post like “resolved”? I think that this is not a VC conflict? I don’t use VC.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Maximum execution time exceededSetting the max execution time to 30 seconds i recive another error. I suspect an infinite loop:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 944164 bytes) in /var/www/site.it/htdocs/wp-includes/taxonomy.php on line 1331
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Maximum execution time exceededI will try to encrise the max execution time.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] js createTicker errorNo you can’t have a link because i made a rollback to 2.1.5 and 1.1.0.
I suppose that it’s an error of your plugin because with 2.1.5 and 1.1.0 there is no error, with 2.1.8 and 1.1.1 there is the error and returning to 2.1.5 and 1.1.0 there isn’t error another time.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Call to a member function render()define(‘WP_DEBUG’, true)
broke ai1ec plugin js.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Call to a member function render()I got the same problem. I usually don’t work on the production site, but in a copy in localhost where i set the domain http://www.site.it in /etc/hosts to 127.0.0.1.
Locking with:
SELECT * FROMwp_optionsWHEREoption_nameLIKE ‘%ai1ec%’;Some options like ‘ai1ec_current_theme’ have inside a full path. If you delete that options everything will be replaced at the first site refresh and everythings will work.
Maybe the developer can study a better method to solve.
At the moment i have no more error and i have deleted from wp_options table the follow options: ai1ec_current_theme, ai1ec_admin
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Fatal ErrorMy post page is builded at runtime using the_content callback. In the code that i inject, there is [ai1ec tag_name=”xxx”] and that make a WSOD with the Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65552 bytes).
If i put [ai1ec tag_name=”xxx”] in a normal page all is displayed well. If i put [ai1ec tag_name=”xxx”] in the content part withot inject works well. Before the update everythings worked well. I have not the old db table.
I’m trying to understand what’s happen? But i’m stuck in the same position after 2 days. I can’t understand well cefiar response. What is VC? And can you explain better to me the part that start with “Lastly,..”