Page 1 of 1

Blank Page after successful instal with errors in apache log

Posted: Thu Jan 08, 2009 6:09 pm
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

Re: Blank Page after successful instal with errors in apache

Posted: Thu Jan 08, 2009 6:27 pm
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

Brilliant!

Posted: Thu Jan 08, 2009 6:52 pm
by benconewcomb
Many thinks, that's all it was!

Regards,
Ben