Plugins not adding problem

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Achilles
Regular
Posts: 6
Joined: Wed Feb 02, 2005 6:19 am

Plugins not adding problem

Post by Achilles »

I have just updated to the latest snapshot of sern and it all seems to work fine execpt I am unable to add new plugins. I can edit the plugins already on the list but when I go to install a new one and hit save, it does not add it to anything. I says at the bottem "Settings saved at (date)" but does nothing.

If anyone can help me with this it would be greatly appriciated. Thank you
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Plugins not adding problem

Post by garvinhicking »

Can you browser your serendipity_plugins table and see if a 'path' column exists? If not, the DB upgrade failed, and I'll post you further information if you tell me your PHP+DB version/type and how you made the update.

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/
Achilles
Regular
Posts: 6
Joined: Wed Feb 02, 2005 6:19 am

Post by Achilles »

Yeah I am not seeing a path in the table.

The site in on PHP4 and Mysql. I did the update a backwards way. I used the latest build files to do an install over the old build. I was hoping this would add the right DB entries, but it looks like it missed a few.

Thank you.

Also, when I change to some of the themes it just makes the index blank. This might have something to do with the bad install I did though.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Achilles, yes you did it wrong. *g* Please look at our Documentation to see how an update properly works - we added a automatic upgrader for exact those purposes, to upgrade your DB.

You'll need to run the sql/db_update*.sql files for the appropriate version steepping now manually :)

Regards and good luck,
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/
Achilles
Regular
Posts: 6
Joined: Wed Feb 02, 2005 6:19 am

Post by Achilles »

I tried running the upgrade.sh file but all I got was errors and it would quit. I will run the update.sql files though, I am upgrading from 7.1 but I do not see any steps from 7.1 to another version.

Again using "0.8-alpha11 and PHP 4.3.10"

Which files do I do the update from?

Thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The upgrade.sh method is mainly thought for backing up files...the whole upgrade process is layed out in all of our documentation files, and the upgrade.sh file has been deprecated in current versions...

There must be db_update_0.7.1_0.8-alpha1.sql or files like that in your sql/ folder, they are in our CVS. There are severals of them, you need to run each file in succession until you'Re at the latest version stepping.

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