Page 1 of 1

Post install wierdness

Posted: Tue Dec 27, 2005 5:32 pm
by zhodd
Well I upgraded my install from version .8 to .91 and everything seems like it works except if I hit 'new entry' from the login box from the frontpage sidebar plugin. If I press new entry I get the following error;

Fatal error: Call to undefined function: serendipity_printentryform() in /usr/www/users/phaet1/serendipity_admin_entries.inc.php on line 366

I have never seen this one before and I didn't notice anything else obvious. I couldn't find anything searching here. Any help would be appreciated.

Thanks

Sean

Re: Post install wierdness

Posted: Wed Dec 28, 2005 7:20 pm
by garvinhicking
It seems you did not properly copy all new 0.91 files to your s9y installation. It seems you are missing the include/functions_entries_admin.inc.php file. This is where the missing function is defined.

Regards,
Garvin

Posted: Thu Dec 29, 2005 5:44 pm
by zhodd
Hiya Garvin,

Well I checked my include directory against that of the latest tarball and all the filesizes are the same.

Any other ideas? :)

Thanks

Sean

Posted: Thu Dec 29, 2005 5:46 pm
by garvinhicking
So is the file I mentioned there? What are the file permission and the filesize of that file?

And what is the size, permission and filedate of these files:

include/functions.inc.php
include/functions_entries.inc.php
serendipity_admin.php

I am still very sure, that there is a problem with incomplete uploaded files.

Regards,
Garvin

Posted: Fri Dec 30, 2005 12:43 am
by zhodd
Hi Garvin;

-rw-r--r-- 1 phaet1 users 15919 Nov 29 11:07 serendipity_admin.php

-rw-r--r-- 1 phaet1 users 24705 Nov 29 11:07 functions.inc.php

-rw-r--r-- 1 phaet1 users 47174 Nov 29 11:07 functions_entries.inc.php

phaet1 is my username on the server.


[/quote]

Posted: Fri Dec 30, 2005 1:43 am
by garvinhicking
What I'm only realizing right now is this:

Fatal error: Call to undefined function: serendipity_printentryform() in /usr/www/users/phaet1/serendipity_admin_entries.inc.php on line 366


The file "serendipity_admin_entries.inc.php" doesn't exist anymore since Serendipity 0.7 already! With which URL do you call your admin panel? You should call it by "serendipity_admin.php"!

Regards,
Garvin

Posted: Fri Dec 30, 2005 11:30 pm
by zhodd
I am calling it from the simple login box event plugin - so I am guessing that plugin is out of date?

Posted: Sat Dec 31, 2005 4:20 pm
by garvinhicking
Zhodd: Yes, I guess that should/could be the reason. Can you try to upload a new version of the plugin, please?

Regards,
Garvin