User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I have tested this item
Title |
|
Quick check with J!3.8.3.RC - a fresh install - on a PHP 7.2.0 environment.
Same pb.
Same solution.
No surprise.
Tested with PR #19134.
Do you know why this was detected?
Table 'ch56a_menu' does not have index 'idx_client_id_parent_id_alias_language'. (From file 2.5.0-2011-12-24.sql.)
which resulted:
Duplicate key name 'idx_client_id_parent_id_alias_language'
without this PR:
Database schema version (3.8.2-2017-10-14) does not match CMS version (3.9.0-2017-12-22).
Table 'zcag2_content' does not have column 'note'. (From file 3.9.0-2017-12-22.sql.)
with this PR:
Database schema version (3.8.2-2017-10-14) does not match CMS version (3.9.0-2017-12-22).
Table 'ch56a_menu' does not have index 'idx_client_id_parent_id_alias_language'. (From file 2.5.0-2011-12-24.sql.)
Table 'ch56a_content' does not have column 'note'. (From file 3.9.0-2017-12-22.sql.)
i'll look at it....
Labels |
Added:
?
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
can someone re-add the 3.8.4 milestone ?
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-01-03 00:17:38 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
This change helped me solve a restoration pb with Akeeba with PHP 7.2.0.
Same error as in issue #18437 after restoration from a server with PHP 7.1.7 to the one with
PHP 7.2.0.
I had to delete the file 2.5.0-2011-12-24.sql though.
Well, it seems that this has not been implemented yet in the most recent distribution. ???