Post install wierdness

Having trouble installing serendipity?
Post Reply
zhodd

Post install wierdness

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Post install wierdness

Post 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
# 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/
zhodd

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
zhodd

Post 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]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
zhodd

Post by zhodd »

I am calling it from the simple login box event plugin - so I am guessing that plugin is out of date?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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