Upgrade from 2.5.28 (clean install with sample data) to 3.5.0 beta 5 using custom URL: https://downloads.joomla.org/updates/cms/test/list_test_25to3x.xml
.
Joomla upgraded without issues.
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '--ALTER TABLE
#__redirect_links
MODIFYnew_url
varchar(255)' at line 5 SQL=-- -- The following statement has to be disabled because it conflicts with -- a later change added with Joomla! 3.5.0 for long URLs in this table -- --ALTER TABLE#__redirect_links
MODIFYnew_url
varchar(255);
And joomla backend gets broken. 500 error on several backend pages after update.
Database Version: 5.5.5-10.0.24-MariaDB
PHP Version: 5.6.18
I think this only happens when upgrading from 3.3.6 or lower versions to 3.5.0 beta 4/5.
Maybe problem with sql comment (missing space after --
)?
Can this also be the cause of the 500 error observed before on upgrade from lower versions?
@richard67 can you check this one?
@andrepereiradasilva Can you test if my new PR #9332 solves your problem?
mantainers you can close this as we have a PR
Yes. PR #9332 solves this problem here (not only for 2.5 but also for others, see comments there).
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-07 18:48:35 |
Closed_By | ⇒ | Bakual |
Labels |
Added:
?
|
Yes, am just working on a PR to solve that. Of course I also could remove all comments from that sql update script, and hope we have no others with comments now and in future, but this would be the quck but not good solution.