?
avatar zero-24
zero-24
12 Mar 2016

Steps to reproduce the issue

  1. Install last staging / Nightly build: https://developer.joomla.org/cms-packages/
  2. switch the core update URL to "Test"
  3. go to com_joomlaupdate

Expected result

It shows the update to 3.5-rc

Actual result

It thows errors see:
screen shot 2016-03-12 at 12 12 21

System information (as much as possible)

staging
PHP7

Additional comments

It works on a 3.4.8 site so something is broken between 3.4.8 and 3.5-rc

avatar zero-24 zero-24 - open - 12 Mar 2016
avatar brianteeman
brianteeman - comment - 12 Mar 2016

Can not confirm on either RC or staging


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9392.

avatar andrepereiradasilva
andrepereiradasilva - comment - 12 Mar 2016

i confirm if you use this package https://developer.joomla.org/cms-packages/Joomla_3.5.0-beta6-dev-Beta-Full_Package.zip in a clean install and then try to update to joomla 3.5.0 RC using testing channel

avatar andrepereiradasilva
andrepereiradasilva - comment - 12 Mar 2016

but i think this is because the test joomla update xml is not updated. It still says 3.5.0-beta5 and it should be 3.5.0-rc and for version 3.[34] when it should be 3.5 3.[345].
See https://update.joomla.org/core/teststs/extension_sts.xml

@wilsonge @mbabker can you check?

Anyway it should not find the update in that case.

avatar mbabker
mbabker - comment - 12 Mar 2016

3.5 is probably purposefully left out since you can't update between
beta/RC releases.

On Saturday, March 12, 2016, andrepereiradasilva notifications@github.com
wrote:

but i think this is because the test joomla update xml is not updated. It
still says 3.5.0-beta5 and it should be 3.5.0-rc and for version 3.[34]
when it should be 3.5 3.[345].
See https://update.joomla.org/core/teststs/extension_sts.xml

@wilsonge https://github.com/wilsonge @mbabker
https://github.com/mbabker can you check?

Anyway it should not find the update in that case.


Reply to this email directly or view it on GitHub
#9392 (comment).

avatar andrepereiradasilva
andrepereiradasilva - comment - 12 Mar 2016

you can't update between beta/RC releases.

@mbabker i've been doing that in 3.5.0 betas (i think)

Also don't know why you should't ...
From a beta/rc to a stable i understand you can't, but from beta 1 to beta 2 ... i think it should be possible.

avatar mbabker
mbabker - comment - 12 Mar 2016

Usually the thing that breaks this if you don't know what you're doing is
the database update later. If you edit an old schema file between betas
then the only way to get back in sync is with the Fix button. So the
marketing message is beta upgrades are unsupported.

On Saturday, March 12, 2016, andrepereiradasilva notifications@github.com
wrote:

you can't update between beta/RC releases.

@mbabker https://github.com/mbabker i've been doing that in 3.5.0 betas
(i think)

Also don't know why you should't ...
From a beta/rc to a stable i understand you can't, but from beta 1 to beta
2 ... i think you should.


Reply to this email directly or view it on GitHub
#9392 (comment).

avatar andrepereiradasilva
andrepereiradasilva - comment - 12 Mar 2016

ok i see

avatar andrepereiradasilva
andrepereiradasilva - comment - 12 Mar 2016

this is some kind of bug in the updater, not related to any version in particular.

if, for instance, we put <php_minimum>9.9.99</php_minimum> on a valid update or even <targetplatform name="joomla" version="9.9" /> on a valid update that error will appear instead of saying there are no updates.

In other words if the current joomla version doesn't fill some requirements of the update this error will appear.

This happens in latest staging (if you read a custom xml with an higher version) and in older versions too (i tested 3.4.8).

So it's seems this is a bug not a regression.

even if you replace the xml (https://update.joomla.org/core/teststs/extension_sts.xml) by just

<?xml version="1.0" ?>
<updates>
</updates>

this error will appear

avatar wilsonge
wilsonge - comment - 13 Mar 2016

OK So i added a extra line in the stream for nic (joomla/update.joomla.org@85e42c0) to help him test a Joomla Update feature he's writing. So it's my bad not updating the extension_sts file as well I guess!

avatar andrepereiradasilva
andrepereiradasilva - comment - 13 Mar 2016

Actually this allows to found a problem in the joomla update. :)
See this PR i made #9401 i tried to explain the problem.

avatar zero-24
zero-24 - comment - 13 Mar 2016

closing as we have a PR.

avatar zero-24 zero-24 - close - 13 Mar 2016
avatar zero-24 zero-24 - change - 13 Mar 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-03-13 09:49:17
Closed_By zero-24

Add a Comment

Login with GitHub to post a comment