corpcasting
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 Events PagesSorry for the confusion. I will clarify.
I want users to be able to submit music events on one form, and fitness events on another form. Then I want a page that lists all of the music events that have been submitted, and a separate page that lists all of the fitness events that have been submitted.
Is this possible?
Understood. Thanks for the clarification.
Forum: Plugins
In reply to: [WP eCommerce] Tax not workingI’m not sure why is was marked as resolved. It is not.
Forum: Plugins
In reply to: [WP eCommerce] Tax not workingHey Edward. Thanks for the reply. My site is codinghelp.com.
Even in the backend where you set up the checkout, it is just a text box. I’m not sure how to get the dropdown.
Thanks for any help.
Thanks for the reply caimin_nwl. So I would need to manually load in all the weeks for the year? No big deal if so… just clarifying. Also, is there any documentation I could reference for writing the scopes?
Thanks!
We resolved the issue. It was a plugin conflict with Cimy Swift SMTP. Thanks for your help.
I just checked the error logs again. The memory errors seem to have stopped right around the time we adjusted the memory limit in the php.ini file.
I added that to the wp-config file. The issue still persists though. What can we do about this error:
[Tue Jun 10 03:09:38 2014] [warn] [client xxx.xxx.xxx.xxx] mod_fcgid: stderr: PHP Fatal error: Call to undefined function add_action() in /var/www/vhosts/xxx.com/xxxxx/wp-content/plugins/events-manager/em-actions.php on line 635
Thanks!
Hey caimin_nwl. We thought the same thing. After reviewing the error logs with GoDaddy, they set our php.ini file to “memory_limit = 256M” and then verified that it took in the phpinfo.php file, which it did. That still did not resolve the issue. Thanks though!
Angelo,
I have not tried that yet. The theme has not been updated so that shouldn’t be it. I hesitate to deactivate the plugins because a couple of them have lost settings in the past when deactivated. So I just want to make sure that those errors indicate a plugin conflict before risking it.
Should we look at em-actions.php line 635 to see what the error could be?
Thanks.
There is no mention of events-manager in the debug.
Thanks.
Angelo,
The error logs contained 84 mentions of “events-manager”. There were only two variations of errors though…
[Tue Jun 10 03:09:38 2014] [warn] [client xxx.xxx.xxx.xxx] mod_fcgid: stderr: PHP Fatal error: Call to undefined function add_action() in /var/www/vhosts/xxx.com/xxxxx/wp-content/plugins/events-manager/em-actions.php on line 635
and
[Tue Jun 10 05:06:14 2014] [warn] [client xx.xxx.xxx.xx] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 880641 bytes) in /var/www/vhosts/xxx.com/xxxxxxx/wp-content/plugins/events-manager/templates/templates/rss.php on line 37
Please let me know what you make of this. Thanks
Also – I believe anonymous users are now having issues submitting regular (non-recurring) events also.
Angelo – This is normal wordpress installation. I agree that it does seem to be some sort of DB issue. Just not sure why it started all of the sudden. I will work on getting wp_debug and php log info for you. Is there an address I could email them to?
Thank you.
Angelo – It seemed to start around the time of the 3.9.1 WP update, although I can’t be sure that’s what caused it. We did have some custom files in place (in a child theme folder) that customized the event submission form. Everything seemed to work fine for the longest time (over a year). Then this started suddenly. Removing those custom files did not resolve the issue.