Forums / Install & configuration / Upgrade EZwebin from 1.1 to 1.2
Belén Pons
Tuesday 15 May 2007 3:21:59 am
Hi,
I'm trying to upgrade EZwebin from 1.1 to 1.2, but it isn't possible. When I run the upgrade script as follows (in Windows with ..\php\cli\php.exe):php.exe ezwebinupgrade.php (without options)
In the command window appears:
C:\servidor\web\prueba>c:\servidor\php\cli\php.exe ezwebinupgrade.php Notice: No siteaccess provided, will use default siteaccess Warning: Processing in auto-mode: - packages will be downloaded to '/tmp/ezwebin'; - packages will be imported to 'var/storage/packages/ez_systems'; - installing of existing classes will be skipped; - all files(extesion, design, downloaded and imported packages) will be overwritten;
If click 'Enter', appears Done, and the script finishes. But, ezwebin is 1.1 and not 1.2.
Anyone can help me?Thank you very much, and sorry for my english (I'm spanish).
Łukasz Serwatka
Wednesday 16 May 2007 12:25:31 am
Problem might be related to --package-dir (In your case it is /tmp/ezwebin, which is Linux default tmp dir). On windows you will need to provide different path.
run upgrade script with option:
php bin/php/ezwebinupgrade.php -s eng --package-dir=PATH_TO_YOUR_TMP_DIR
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog