Hi, I just installed your Events Manager plugin and everything is going well except that I also use Qtranslate to switch languages from English to French and since I installed the Events Manager plugin, when switching to French I have the following error at the bottom of my page:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 22474 bytes) in /home/…………/wp-content/plugins/qtranslate/qtranslate_core.php on line 682
I tried increasing memory in wp-config without success.
I also checked my footer code and this is the code conflicting with the Events Manager:
<?php $new = ‘ | ‘; wp_list_pages(‘title_li=&depth=1&link_before=
&link_after=’.$new.’
‘);?>“><?php _e(‘[:en]Sitemap[:fr]Carte du site’); ?>
</p>
When I remove it it doesn’t show the error anymore, but it was working perfectly before I installed your plugin.
Can someone suggest a solution to this as I really need both to work. (the list page is working good on the English side without errors).
Thanks