Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kraken refuses to show the update for 5.2.14 #1241

Closed
DanGthatRokGallery opened this issue Apr 16, 2016 · 10 comments
Closed

Kraken refuses to show the update for 5.2.14 #1241

DanGthatRokGallery opened this issue Apr 16, 2016 · 10 comments

Comments

@DanGthatRokGallery
Copy link

Running J351 and Kraken 1.1.1 with Gantry 5.2.13 I see the purple update notice in an Outline. I click update and go to the Joomla Update screen. No matter how many times I clear cache and then Find update 5.2.14 is never found.

Had to install manually. Funny as I didn't have an issue with other templates.

@JoomFX
Copy link
Contributor

JoomFX commented Apr 17, 2016

I'm not sure if it is the same issue, but I have a very similar problem...

The issue I have is not G5 related, it is somehow a Joomla/browser issue. Here are the symptoms:

  1. When you login to the Joomla back-end (with Firefox), everything is reported as up-to-date.
  2. Then if you go under Extensions -> Manage -> Update Sites you see a very wrong and unexpected view - here it is.
  3. If you do the above steps in Chrome for example, everything's fine - the update is being reported in Joomla back-end and Update Sites shows the correct view (with all update URLs of the installed extensions).

I've seen the above issue before with different parts of the Joomla Admin - it behaves differently in the different browsers. I've tried clearing browser cache and cookies but it didn't fixed it. Then after some time, everything starts working normally (in Firefox as well).

It is a really weird issue that I couldn't narrow down.
@DanGthatRokGallery I'm interested if the issue you experience is actually the same (not G5 related). Can you check how your "Update Sites" looks and also try with another browser.

@JoomFX
Copy link
Contributor

JoomFX commented Apr 17, 2016

UPDATE: There is actually more to it. Have a look at the screenshot a put above (from "Update Sites). If you click on the "Clear" button, then all extensions are shown again, as they should.
Then if you go under "Update", no updates will be reported - see this screenshot. But then if you click on the "Clear" button there, the Gantry5 update will be shown - see this screenshot.

It's a really weird and annoying issue 😉

@DanGthatRokGallery
Copy link
Author

Just a note for the Devs another user in the Forums is having this issue.

@w00fz
Copy link
Member

w00fz commented Apr 17, 2016

Are we sure this is Gantry's issue and not joomla or the RL database of kraken? Seems weird since we just hook into the joomla update system and provide a link to look at.

@mahagr
Copy link
Member

mahagr commented Apr 18, 2016

Yeah, Gantry isn't handling Joomla updates -- we just read their database and show the notification in our end. Everything that happens outside of Gantry is Joomla's fault.

BTW, I did have similar issue when testing the update, but in my case clearing cache made the updates visible, then going to another screen and back -- it was empty again.

This happened in my test site, clean Joomla installation with Gantry and Hydrogen only.

@nicutor
Copy link

nicutor commented Apr 18, 2016

Hi guys,

I have the same issue with updating some of my templates.

I was able to see the new gantry framework update, but not the my templates updates. The joomla updates cannot find my gantry templates updates at all. I didn't tried with other joomla extensions because I have none or/and none of others don't have any update yet.

It may be because of last joomla update. I have no clue, but I want just to report this issue too.

@w00fz
Copy link
Member

w00fz commented Apr 21, 2016

Please let us know if you see this behavior happening for other extensions too, so that we can at least understand if could potentially be Gantry related or just Joomla.

@nicutor
Copy link

nicutor commented Apr 29, 2016

@w00fz I've did this to another website. Upgrading to joomla 3.5.1 and to gantry 5.2.15 and all other modules, languages has detected for the new updates, but not the gantry template one. Don't know what to say. You should install a gantry template and generate couple of updates to test it..

@mahagr mahagr added this to the 5.3.0 milestone May 17, 2016
@nicutor
Copy link

nicutor commented May 17, 2016

Hi guys,

The last gantry update was detected again but my templates update not.
After a short research I've figure it out where the problem is.

My Extension update XML had this:

<targetplatform name="joomla" version="3.4"/>

and after update of joomla to 3.5 none of my template updates was detected.

The fix it to put

<targetplatform name="joomla" version="3.5"/>

or according to https://docs.joomla.org/Deploying_an_Update_Server you can add an all Joomla versions update with:

<targetplatform name="joomla" version=".*"/>

Now everything is fine. I think you can close this issue.

@mahagr
Copy link
Member

mahagr commented May 17, 2016

Looks like we already have updates

<targetplatform name="joomla" version="3.[45]"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants