I’m trying to display the events that a user is registered to on their profile. I’m using the WP User Integration addon and according to the documentation, I need to add the [ESPRESSO_MY_EVENTS] shortcode to let the user see and edit or remove events.
I added the shortcode to the profile generated by Theme My Login but upon viewing the page it displays nothing (including non-espresso elements). I also added [ESPRESSO_MY_EVENTS] to the profile template code with do_shortcode but I get this error:
EE_Error thrown
An attempt to access and/or write to a file on the server could not be completed due to a lack of sufficient credentials.
I added the shortcode to the profile generated by Theme My Login but upon viewing the page it displays nothing (including non-espresso elements).
So when you use the shortcode on that page do you just get a whitescreen?
Try creating a new standard page on the site for testing and adding the [ESPRESSO_MY_EVENTS] shortcode to that page.
What is output there?
EE_Error thrown
An attempt to access and/or write to a file on the server could not be completed due to a lack of sufficient credentials.
This error usually means the permissions on your site are preventing EE from loading the template in plugin’s template directory. You’ll likely need to check with your host to have them confirm the permissions on your site, however, test the above on a new shortcode first to confirm if it loads there.
Viewing 1 reply thread
The support post ‘ESPRESSO_MY_EVENTS not working with Theme My Login (TML) plugin’ 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.