Blank Page after successful instal with errors in apache log

Having trouble installing serendipity?
Post Reply
benconewcomb
Posts: 2
Joined: Thu Jan 08, 2009 5:59 pm
Location: Houston, TX
Contact:

Blank Page after successful instal with errors in apache log

Post by benconewcomb »

Bummer...

Everything appeared to install correctly but I got a blank page when going to the forum. (view source and it has an empty BODY tag).

Tables are created in MySQL so all that seems correct. Guessing I'm missing some PHP libs??

Apache error_log contains these errors:

[Thu Jan 08 10:54:05 2009] [error] [client 192.168.200.49] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: repeated subpattern is too long at offset 18454 in /var/www/html/serendipity/bundled-libs/Smarty/libs/Smarty_Compiler.class.php on line 454
[Thu Jan 08 10:54:05 2009] [error] [client 192.168.200.49] PHP Fatal error: Smarty error: [in file:/var/www/html/serendipity/templates/bulletproof/entries.tpl line 2]: syntax error: unrecognized tag: serendipity_hookPlugin hook="entries_header" addData="$entry_id" (Smarty_Compiler.class.php, line 455) in /var/www/html/serendipity/bundled-libs/Smarty/libs/Smarty.class.php on line 1092
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Blank Page after successful instal with errors in apache

Post by garvinhicking »

Hi!

Maybe your PHP version is affected frmo the Smarty bug; can you check out http://blog.s9y.org/archives/203-Smarty ... y-1.4.html ?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
benconewcomb
Posts: 2
Joined: Thu Jan 08, 2009 5:59 pm
Location: Houston, TX
Contact:

Brilliant!

Post by benconewcomb »

Many thinks, that's all it was!

Regards,
Ben
Post Reply