vistamedia / socialmeta

Facebook open graph and Twitter cards for Joomla! articles and FLEXIcontent items
21 stars 9 forks source link

update Socialmeta plugin issue #10

Closed tramber91 closed 7 years ago

tramber91 commented 7 years ago

Hi all I'm with Joomla 3.7 and i have a warning in joomla update area about update of Socialmeta plugin from version 1.0 utiil version 1.1. When i manage automatic update, I have a sucess mesage

But unfortunatly the same warning about update from Socialmeta plugin from version 1.0 untiil version 1.1. is back even after update

Same on your side ?

ggppdk commented 7 years ago

I don't get this behaviour

Also this is strange, there is no 1.1 version the update URL is: https://raw.githubusercontent.com/vistamedia/socialmeta/master/updates/plg_socialmeta_updates.xml

And in the above XML the reported latest version is 1.0

tramber91 commented 7 years ago

attached a screeshot

http://i.imgur.com/2fYExII.png

ggppdk commented 7 years ago

You seem to have some older update URL besides the correct One

Execute this query in PHPMyadmin

SELECT * FROM `jos_update_sites` WHERE name like 'socialmeta%'

and you will probably get 2 entries: "Socialmeta plugin" "Socialmeta GIT update stream"

Delete only the entry "Socialmeta plugin", and error should be gone

If error is not gone, then you can try to delete all update URLs that start with "Socialmeta " and then Install from URL: https://github.com/vistamedia/socialmeta/archive/master.zip

tramber91 commented 7 years ago

it is ok now thanks