Fatal error in latest even_staticpage
Posted: Tue Aug 02, 2011 12:37 pm
Hi there,
The latest update of event_staticpage throws a fatal error due to a typo together with lots of noticesChanging it tofixes the issue. Please update this add-on.
The latest update of event_staticpage throws a fatal error due to a typo together with lots of notices
Line 1212 is this:Fatal error: Call to undefined function serendipit_header() in /var/www/virtual/xxx/plugins/serendipity_event_staticpage/serendipity_event_staticpage.php on line 1212
Code: Select all
serendipit_header('Status: 404 Not Found');Code: Select all
serendipity_header('Status: 404 Not Found');