Page 1 of 1

Problem running after ok install

Posted: Sun Jun 25, 2006 1:11 am
by Johan
I installed the program without any error messages.
The Ssql table seems to exists with tables.

When I go to the blog here:
http://www.xcalak.info/scripts/blog/

then I get the following error:

Fatal error: Call to undefined function: serendipity_smarty_init() in /home/xcalak/public_html/scripts/blog/include/genpage.inc.php on line 20

Any ideam what this could Be?

Thanks for your help.

Hanno

Posted: Sun Jun 25, 2006 5:13 am
by judebert
Looks like that's in include/functions_smarty.inc.php. Does that file exist? Does it have "function serendipity_smarty_init" in it?

Posted: Mon Jun 26, 2006 8:21 pm
by Johan
Yes it has;

Line 553:

function serendipity_smarty_init($vars = array()) {


line 686:
serendipity_smarty_init();


Any idea?


Thanks for helping,

Hanno

Posted: Mon Jun 26, 2006 10:11 pm
by garvinhicking
Hi!

Which serendipity version did you install ?Did you manually edit some files?

It sure looks like you didn't upload all files correctly. Please check if all files are the same size like in the original release archive. Especially all the functions*.inc.php files.

Best regards,
Garvin

Posted: Tue Jun 27, 2006 7:58 pm
by Johan
It's running!

That file had size 0 so I guess it was not ftp-ed correctly.

Thanks a lot for your help!

Hanno