We’re getting the following backtrace when we’re trying to view registration or receipt pages for registered users:
Uncaught exception ‘EE_Error’ with message ‘An attempt to access and/or write to a file on the server could not be completed due to a lack of sufficient credentials.’ in /srv/bindings/8d556bd408bc4c07a5f3afeee36b2bac/code/wp-content/plugins/event-espresso-core-reg/core/helpers/EEH_File.helper.php:113 Stack trace: #0 /srv/bindings/8d556bd408bc4c07a5f3afeee36b2bac/code/wp-content/plugins/event-espresso-core-reg/core/helpers/EEH_File.helper.php(430): EEH_File::_get_wp_filesystem(‘/srv/bindings/8…’) #1 /srv/bindings/8d556bd408bc4c07a5f3afeee36b2bac/code/wp-content/plugins/eea-wp-user-integration/EES_Espresso_My_Events.shortcode.php(307): EEH_File::is_readable(‘/srv/bindings/8…’) #2 /srv/bindings/8d556bd408bc4c07a5f3afeee36b2bac/code/wp-content/plugins/eea-wp-user-integration/EES_Espresso_My_Events.shortcode.php(399): EES_Espresso_My_Events->_get_template_info(‘simple_list_tab…’) #3 /srv/bindings/8d556bd408bc4c07a5f3afeee36b2bac/code/wp-content/plugins/eea-wp-user-integration/EES_Espr
You can see it’s cut off. Our hosting company has a security policy where the only place files can be written by a plugin is the wp-content/uploads folder. I’ve symlinked both the EE core and the EE User integration plugins into the wp-content/uplaods folders, but I’m still getting the error. Which files is EE trying to open or trying to write when you hit that registration page?
This was resolved by adding define( ‘FS_METHOD’, ‘direct’ ); to the wp-config.php file
Viewing 1 reply thread
The support post ‘WP User Integration error when viewing registration page’ 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.