Posted: June 30, 2013 at 7:58 pm
|
Just downloaded the latest version of EE today, for the first time. I’m running WP 3.5.2 on Windows. Very few plugins: per page widgets, contact form 7, full page background pro, WP Touch pro. Events Manager is installed but deactivated (not robust enough for my client.) Working through the settings, step by step, and get a 500 error when trying to access the Payment Settings tab. Every other tab works in the EE menu and I can add info like creating events and venues but the Payment Settings gets stuck. My PHP memory limit is cranked all the way to 256M so I doubt it’s a memory issue. Can anyone help? |
|
Hi, Have you turned on WP Debug at all? http://codex.wordpress.org/Editing_wp-config.php#Debug. This may help pinpoint any errors that are occurring. |
|
Hi Dean– |
|
Alright well thanks for the feedback. Can I clarify: Are you using a Windows server? Can you install the Requirements plugin from this page and see what comes up – https://eventespresso.com/requirements/ It may well be that you will need to refer to your host on this, as my gut feeling is it is server related. |
|
Yes, I’m on Windows. Ah ha – PHP temp location not writable. Time to make a phone call and see if that solves it. |
|
OK, Let’s see if that resolves it, keep me updated please! |
|
Holy cow…. got it working! First, I changed my temp file in wp-config.php to something writable. The error is found directly beneath the iDEAL by Mollie Settings header and is as follows: <pre class=”brush: sql; gutter: true; first-line: 1; highlight: []; html-script: false”>Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'event_espresso_infusionsoft_payment_settings' not found or invalid function name in C:\inetpub\vhosts\yadda\httpdocs\yadda\wp-includes\plugin.php on line 406 So if DEBUG is turned on, and my temp file is writable, I’m golden! Even on Windows IIS 7.5 π |
|
One more thing – I need this line in the wp-config.php file as well: <pre class=”brush: php; gutter: true; first-line: 1; highlight: []; html-script: false”>define('WP_DEBUG_LOG', true); and everything takes when debug is turned on and your tmp file is manually defined |
|
Hi Adrienne, Glad you got it sorted and thanks for posting your steps! |
The support post ‘500 server error on Payment Settings – only’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.