I am receiving this error on the site above. This is a WordPress Multisite install and right now it only has the EventOn plugins enabled and nothing else. Can you review if this is due to your plugin:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 67108864 bytes) in /nas/content/staging/munchkinfun/wp-includes/wp-db.php on line 1841
Apr 26,2017 AT 11:06AM - 3 years ago -sounds like you need to increase your memory limit
see: http://www.myeventon.com/documentation/increasing-wordpress-memory-limit/
It is 512MB currently and we’re still getting this issue. Can you take a look? Is there some debug info you can review?
Thank you for your messages, I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer!
Thank you
Please send us FTP access to your site as a private message, so we can perform several tests from our end and resolve your issue fast!
OK I’ll do that.
Just a reminder this is a Multisite with Avada theme.
this is what I get with 2222 port
It’s SFTP not FTP.
any luck?
yep that is what I tried. are you able to connect? do you use any particular FTP client?
I use “Transmit” on Mac but I’m not sure why it would matter. Can you double check the settings, also the port is 2222 not 22.
Hello,
I am finding that this post meta “evo_location_tax_id” if filling our database with thousands of rows, what could this be due to?
Thanks
Even after I deleted all of these database entries it started creating them again, please advise!
hi, any news? thanks
That is how the event location taxonomy ID used to be saved. and I believe it is still being used in the code so probably not good idea to delete those. I dont think just that would cause memory exhaustion.
I am able to get into FTP now, and everything seems to be working for me? https://munchkinfun.staging.wpengine.com/ajde-test/
no issues, so where are you seeing these issues? on what pages?
The issue is on a specific site on the Multisite installation, this one – https://munchkinfun.staging.wpengine.com/broward/
Take a look at this event for example, https://munchkinfun.staging.wpengine.com/broward/wp-admin/post.php?post=9326&action=edit, it has tens of repeated ‘evo_location_tax_id’ post meta – http://www.awesomescreenshot.com/image/2442458/b0948381d8921c91fe38a613b2c38ff4.
Again, this issue is bloating the database to the point where the server runs out of memory.
Ok I see where that is happening, you can go ahead and delete those they are not used any more.
As a matter of fact if you go to file eventon/includes/updates/eventon-update-2.3.16.php in there you can comment out add_post_meta() for both location and organizer that is whats doing that. And we will be removing that in next eventon version.