-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Joomla 4.04: upgrade to 4.05 fails, upgrade process freezes with now messages #36349
Comments
To avoid confusion please explain in detail what you mean about the three different upgrade methods. |
And which PHP version? |
Did you made patch update before? example 4.0.3_to_4.0.4_patch |
I'm having same issue. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36349. |
You can find "fix" button there |
Thanks! This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36349. |
More details:
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36349. |
I have tried to update database structure. The database version is 4.03, but manifest version is 4.04 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36349. |
@boris-grinac could you update to 4.1? This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36349. |
This should probably bee closed now |
Dear Christiane,
I have tried to update to 4.1, but still no success. When updating via
normal update, I have a freeze, no messages even no errors in debug window.
When installing the update package in zip format, it looks better and I
have error messages, basically the same as before when updating to 4.0. The
difference is that now, with 4.1, the whole Joomla installation is not
trashed, after failed update I still can open new admin session and it
looks like Joomla is still alive - only not updated. So I do not have to
revert the whole server back from snapshot. I have full control over the
server, it is hosted on xen and the operating system is OpenSuse Leap 15.3
Boris
…On Sat, Mar 5, 2022 at 11:47 AM Christiane Maier-Stadtherr < ***@***.***> wrote:
@boris-grinac <https://github.com/boris-grinac> could you update to 4.1?
------------------------------
This comment was created with the J!Tracker Application
<https://github.com/joomla/jissues> at
issues.joomla.org/tracker/joomla-cms/36349.
—
Reply to this email directly, view it on GitHub
<#36349 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW7DR4SJN2J545UF3ODPAULU6M3TLANCNFSM5KLAEEBA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Steps to reproduce the issue
Upgrade from 4.04 to 4.05 will not complete.
Trying on-line upgrade, the default: message on screen "" Not a a valid header
Trying manual upload: no messages on screen, no response, but after new login administrator environment works, still showing version 4.04, so no upgrade done.
Expected result
Version should be reported as 4.05
Actual result
Version is reported as 4.04
System information (as much as possible)
After I have activated "log almost everything", there is uncaught exception in log:
2021-12-18T18:17:39+00:00 CRITICAL 192.168.0.10 error Uncaught Throwable of type Laminas\Diactoros\Exception\InvalidArgumentException thrown with message """ is not valid header name". Stack trace: #0 /srv/www/htdocs/libraries/vendor/laminas/laminas-diactoros/src/MessageTrait.php(414): Laminas\Diactoros\HeaderSecurity::assertValidName('')
#1 /srv/www/htdocs/libraries/vendor/laminas/laminas-diactoros/src/MessageTrait.php(341): Laminas\Diactoros\Response->assertHeader('')
#2 /srv/www/htdocs/libraries/vendor/laminas/laminas-diactoros/src/Response.php(135): Laminas\Diactoros\Response->setHeaders(Array)
#3 /srv/www/htdocs/libraries/src/Http/Transport/StreamTransport.php(234): Laminas\Diactoros\Response->__construct(Object(Laminas\Diactoros\Stream), 303, Array)
#4 /srv/www/htdocs/libraries/src/Http/Transport/StreamTransport.php(202): Joomla\CMS\Http\Transport\StreamTransport->getResponse(Array, 'PK\x03\x04\x14\x00\x00\x00\x08\x00\xF0\xA6\x8BS\xA1...')
#5 /srv/www/htdocs/libraries/vendor/joomla/http/src/Http.php(314): Joomla\CMS\Http\Transport\StreamTransport->request('GET', Object(Joomla\Uri\Uri), NULL, Array, NULL, 'Mozilla/5.0 Joo...')
#6 /srv/www/htdocs/libraries/vendor/joomla/http/src/Http.php(152): Joomla\Http\Http->makeTransportRequest('GET', Object(Joomla\Uri\Uri), NULL, Array, NULL)
#7 /srv/www/htdocs/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php(500): Joomla\Http\Http->get('https://downloa...')
#8 /srv/www/htdocs/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php(400): Joomla\Component\Joomlaupdate\Administrator\Model\UpdateModel->downloadPackage('https://downloa...', '/srv/www/htdocs...')
#9 /srv/www/htdocs/administrator/components/com_joomlaupdate/src/Controller/UpdateController.php(56): Joomla\Component\Joomlaupdate\Administrator\Model\UpdateModel->download()
#10 /srv/www/htdocs/libraries/src/MVC/Controller/BaseController.php(730): Joomla\Component\Joomlaupdate\Administrator\Controller\UpdateController->download()
#11 /srv/www/htdocs/libraries/src/Dispatcher/ComponentDispatcher.php(146): Joomla\CMS\MVC\Controller\BaseController->execute('download')
#12 /srv/www/htdocs/libraries/src/Component/ComponentHelper.php(389): Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()
#13 /srv/www/htdocs/libraries/src/Application/AdministratorApplication.php(143): Joomla\CMS\Component\ComponentHelper::renderComponent('com_joomlaupdat...')
#14 /srv/www/htdocs/libraries/src/Application/AdministratorApplication.php(186): Joomla\CMS\Application\AdministratorApplication->dispatch()
#15 /srv/www/htdocs/libraries/src/Application/CMSApplication.php(278): Joomla\CMS\Application\AdministratorApplication->doExecute()
#16 /srv/www/htdocs/administrator/includes/app.php(63): Joomla\CMS\Application\CMSApplication->execute()
#17 /srv/www/htdocs/administrator/index.php(32): require_once('/srv/www/htdocs...')
#18 {main}
Additional comments
The text was updated successfully, but these errors were encountered: