I am trying to asses any problems for upgrading our production instance and made a copy to test the upgrade.
After the usual actions like fix the configs, file permissions etc, I keep running into the following error by trying to upgrade trough CLI:
Right after running
it says:
The log file (with debug on) shows the same error with no additional information.
After the last row from Schema\Builder :
it shows pretty much the same error as shown in the CLI
Could it be related to any extensions or anybody got an idea where to look first?
After the usual actions like fix the configs, file permissions etc, I keep running into the following error by trying to upgrade trough CLI:
Right after running
Code:
Before upgrade script execution...
Code:
Reverting... Error: syntax error, unexpected identifier "https", expecting ")"
After the last row from Schema\Builder :
Code:
[2025-03-17 14:56:35] DEBUG: Schema\Builder - End
Code:
[2025-03-17 14:56:35] ERROR: Upgrade Error: Error: syntax error, unexpected identifier "https", expecting ")"
Comment