Fatal error in latest even_staticpage

Found a bug? Tell us!!
Post Reply
Manko10
Regular
Posts: 50
Joined: Sun Dec 26, 2010 4:58 pm

Fatal error in latest even_staticpage

Post 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.
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Fatal error in latest even_staticpage

Post 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
Post Reply