Page 1 of 1

Fatal error in latest even_staticpage

Posted: Tue Aug 02, 2011 12:37 pm
by Manko10
Hi there,

The latest update of event_staticpage throws a fatal error due to a typo together with lots of notices
Fatal error: Call to undefined function serendipit_header() in /var/www/virtual/xxx/plugins/serendipity_event_staticpage/serendipity_event_staticpage.php on line 1212
Line 1212 is this:

Code: Select all

serendipit_header('Status: 404 Not Found');
Changing it to

Code: Select all

serendipity_header('Status: 404 Not Found');
fixes the issue. Please update this add-on.

Re: Fatal error in latest even_staticpage

Posted: Tue Aug 02, 2011 2:06 pm
by yellowled
Manko10 wrote:The latest update of event_staticpage throws a fatal error due to a typo
Already fixed in CVS, will roll out via Spartacus over the next couple of days (usual Spartacus delay).

YL