serendipity_event_freetag not updating correctly

Found a bug? Tell us!!
Post Reply
ads
Regular
Posts: 93
Joined: Sun Oct 29, 2006 11:39 am

serendipity_event_freetag not updating correctly

Post by ads »

I have a few blogs which show that serendipity_event_freetag should be updated - from 3.45 to 3.51.
Every time I click on the update, the installation is performed without error - however coming back to the overview page, the same update is presented again.

Looking into the files, ./plugins/serendipity_event_freetag/serendipity_event_freetag.php shows version 3.51 in the code.

Where is the old version coming from, and how can I fix that?

Thanks,
Andreas
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: serendipity_event_freetag not updating correctly

Post by Timbalu »

Which Serendipity (and Spartacus) Version is running?
You could try two things:
- open freetag config and save again
- open spartacus config and select different mirror locations (re-run the plugin update link again)
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
ads
Regular
Posts: 93
Joined: Sun Oct 29, 2006 11:39 am

Re: serendipity_event_freetag not updating correctly

Post by ads »

Serendipity is version 1.7.8, Spartacus is version 2.30.
I remember that this problem survived the latest S9y update.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity_event_freetag not updating correctly

Post by garvinhicking »

Hi!

Did you check if in your plugins/ directory a leftover backup/copy of this plugin is existing? It could be that this version is parsed and reported.

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/
ads
Regular
Posts: 93
Joined: Sun Oct 29, 2006 11:39 am

Re: serendipity_event_freetag not updating correctly

Post by ads »

Already checked that:

blog# ls -ld plugins/*freetag*
drwxr-xr-x 4 www-data www-data 4096 Mar 24 2011 plugins/serendipity_event_freetag

There is only one directory.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity_event_freetag not updating correctly

Post by garvinhicking »

Hi!

Better check:

Code: Select all

find . -type f -name \*freetag\*
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/
ads
Regular
Posts: 93
Joined: Sun Oct 29, 2006 11:39 am

Re: serendipity_event_freetag not updating correctly

Post by ads »

Ok, there's more:

Code: Select all

./serendipity_event_freetag/serendipity_plugin_freetag.php
./serendipity_event_freetag/serendipity_event_freetag.php
./serendipity_event_freetag/plugin_freetag.tpl
./nw/serendipity_plugin_freetag.php
./nw/serendipity_event_freetag.php
Which files are the correct ones?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity_event_freetag not updating correctly

Post by garvinhicking »

Hi!

The first three are ok. In "nw" there's the old files that you seem to have backuped or copied, and which are still used. You should delete them (probably after you backuped them to your PC). :)

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/
ads
Regular
Posts: 93
Joined: Sun Oct 29, 2006 11:39 am

Re: serendipity_event_freetag not updating correctly

Post by ads »

This solved the problem. Case rested.
Post Reply