Page 1 of 1

serendipity_event_freetag not updating correctly

Posted: Mon May 12, 2014 12:30 pm
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

Re: serendipity_event_freetag not updating correctly

Posted: Mon May 12, 2014 12:55 pm
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)

Re: serendipity_event_freetag not updating correctly

Posted: Mon May 12, 2014 1:50 pm
by ads
Serendipity is version 1.7.8, Spartacus is version 2.30.
I remember that this problem survived the latest S9y update.

Re: serendipity_event_freetag not updating correctly

Posted: Mon May 12, 2014 5:02 pm
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

Re: serendipity_event_freetag not updating correctly

Posted: Mon May 12, 2014 5:17 pm
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.

Re: serendipity_event_freetag not updating correctly

Posted: Mon May 12, 2014 5:22 pm
by garvinhicking
Hi!

Better check:

Code: Select all

find . -type f -name \*freetag\*
Regards,
Garvin

Re: serendipity_event_freetag not updating correctly

Posted: Tue May 13, 2014 5:56 pm
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?

Re: serendipity_event_freetag not updating correctly

Posted: Wed May 14, 2014 1:49 pm
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

Re: serendipity_event_freetag not updating correctly

Posted: Thu May 29, 2014 10:56 am
by ads
This solved the problem. Case rested.