Hi @david4jsus,
GiveWP works with Contact Form 7 and WP Forms as far as I know.
I’ll need to take a look at the detailed error code for this, and there are a couple of ways we can get that code:
Reach out to your hosting provider for the error logs. They should be able to send this along for you.
Install the Fatal Error Notify plugin. Install and activate, and make sure to set your email address in the settings. Then, run a couple of tests trying to get reviews from Yelp again. The Fatal Error Notify plugin will send you an email every time a 500 error is triggered. You can copy/paste or screenshot those error codes and send them along to me.
Either method will work just fine, you can choose the one that works best for you. Once we have a little more context from those error codes, we’ll be able to move forward with the next steps!
Let me know if you have any questions about this.
Thanks for replying!
This is what Fatal Error Notify is giving me:
Error Level: E_ERROR
Message: Uncaught Error: Call to undefined function function_that_does_not_exist() in /hermes/bosnacweb05/bosnacweb05aw/b253/ipw.bengalim/wp_site_1643925476/wp-content/plugins/fatal-error-notify/includes/admin/class-admin.php:64
Stack trace:
#0 /hermes/bosnacweb05/bosnacweb05aw/b253/ipw.bengalim/wp_site_1643925476/wp-includes/class-wp-hook.php(307): Fatal_Error_Notify_Admin->test_error('')
#1 /hermes/bosnacweb05/bosnacweb05aw/b253/ipw.bengalim/wp_site_1643925476/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#2 /hermes/bosnacweb05/bosnacweb05aw/b253/ipw.bengalim/wp_site_1643925476/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#3 /hermes/bosnacweb05/bosnacweb05aw/b253/ipw.bengalim/wp_site_1643925476/wp-admin/admin-ajax.php(187): do_action('wp_ajax_test_er...')
#4 {main}
thrown
File: /hermes/bosnacweb05/bosnacweb05aw/b253/ipw.bengalim/wp_site_1643925476/wp-content/plugins/fatal-error-notify/includes/admin/class-admin.php
Line: 64
Request: /wp-admin/admin-ajax.php
Referrer: https%3A%2F%2Fbengalimission.org%2Fwp-admin%2Foptions-general.php%3Fpage%3Dfatal-error-notify
User ID: 1
Error Level: E_ERROR
Message: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1576960 bytes)
File: /hermes/bosnacweb05/bosnacweb05aw/b253/ipw.bengalim/wp_site_1643925476/wp-includes/wp-db.php
Line: 3477
Request: /wp-admin/admin-ajax.php?action=dashboard-widgets&widget=dashboard_primary&pagenow=dashboard
Referrer: https%3A%2F%2Fbengalimission.org%2Fwp-admin%2F
User ID: 1
I had seen in the error log the error of trying to allocate more memory than it can, but it happens only when I activate GiveWP and one of the forms plugin, so I wanted to reach out for help instead of increasing the memory in case it was a plugin issue.
The WP site is hosted by IPOWER and installed in a folder named ‘wp_site_1643925476’.
Hi,
Thanks for the update. I do recommend you increase the server memory. You’re running on about 68MB which is the bare minimum.
Please increase WP Memory Limit to 256MB and let me know if the problem persists.
Please check the following links for more details
https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php
Let me know if that resolves things, or if you need further assistance.
Increasing the memory worked, it seems I was being too paranoid about the plugins. Thank you for helping!