Hi,
I'm running 5.9.4 on a windows IIS setup.
Attempt 1:
if I run:
php command.php upgrade
i get
Could not get info about next version.
Attempt 2:
if I run with the zip folder next to command.php
php -f command.php upgrade -y --file="EspoCRM-upgrade-5.9.4-to-6.0.0.zip"
I get
Current version is 5.9.4.
Upgrading... This may take a while....'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Attempt 3:
changes Upgrade.php line 344 to curl_setopt($ch, \CURLOPT_SSL_VERIFYPEER, false);
I run:
php -f command.php upgrade
I get:
Current version is 5.9.4.
EspoCRM will be upgraded to version 6.0.0 now. Enter [Y] to continue.
y
Downloading...
Upgrading... This may take a while...Error: It's not an Installation package.
Any ideas?
Thanks
I'm running 5.9.4 on a windows IIS setup.
Attempt 1:
if I run:
php command.php upgrade
i get
Could not get info about next version.
Attempt 2:
if I run with the zip folder next to command.php
php -f command.php upgrade -y --file="EspoCRM-upgrade-5.9.4-to-6.0.0.zip"
I get
Current version is 5.9.4.
Upgrading... This may take a while....'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Attempt 3:
changes Upgrade.php line 344 to curl_setopt($ch, \CURLOPT_SSL_VERIFYPEER, false);
I run:
php -f command.php upgrade
I get:
Current version is 5.9.4.
EspoCRM will be upgraded to version 6.0.0 now. Enter [Y] to continue.
y
Downloading...
Upgrading... This may take a while...Error: It's not an Installation package.
Any ideas?
Thanks
Comment