Posted: August 6, 2012 at 7:58 am
|
This is proberbly super duper easy for you with php-knowledge so plz help me before I go mad… On my event listing page only one event shows and the follwing text. Exactly what is missing in line 88? Fatal error: Call to undefined function espresso_show_social_media() in /home/bloggcoa/public_html/wp-content/uploads/espresso/templates/event_list_display.php on line 88
|
Hi Maira, You can remove line 88 of /wp-content/uploads/espresso/templates/event_list_display.php or rename the /wp-content/uploads/espresso/templates folder to /wp-content/uploads/espresso/templatesOLD so the updated Event Espresso templates can load. The above error is caused by having out of date template files (from a previous version) in the /wp-content/uploads/espresso/templates/ directory. If you have modified templates in that location, they need to be updated to the new template files included with the current version of the plugin. If you haven’t made any modifications to the templates, these can be removed. If you are not sure if there were modifications made to these files, back these up or rename that folder just in case. |
|
|
I’m getting the same error on a different page (renaming uploads/templates did NOT help, it made it worse!): [Mon Aug 13 15:57:08 2012] [warn] mod_fcgid: stderr: PHP Fatal error: Call to undefined function espresso_show_social_media() in /home/rcvag/public_html/wp-content/uploads/espresso/templates/registration_page_display.php on line 25 Please help?!? |
The error indicates that the /wp-content/uploads/espresso/templates directory is still intact. The uploads/templates directory is not the directory that Event Espresso looks for, it’s /wp-content/uploads/espresso/templates. You can also remove the /wp-content/uploads/espresso/templates/registration_page_display.php file from this directory, and this will force Event Espresso to load the template that is included in the plugin directory. |
|
|
Sorry the typo in the path, it was the /wp-content/uploads/espresso/templates directory that I tried renaming but that created an endless loop error that was ugly. The only thing that worked (for me) to make the current ongoing event registration pages show up properly again after the recent update was to comment out the calls for espresso_show_social_media() in /wp-content/uploads/espresso/templates/registration_page_display.php To prevent future errors with updates, do we need to rename/remove the /wp-content/uploads/espresso/templates/ directory and recreate events that were created before the recent EE update? |
You don’t need to recreate events. This issue is coming from an older version of the template (either
So you have several options in how to deal with the issue: 1 – Remove the templates from |
|
|
Ok, that makes sense (at least, I think I finally understand now ;)) and EE appears to be working well on our website now. Thank you Josh and Chris so much for your help with this issue! |
The support post ‘Fatal error and data missin in line 88’ 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.