Thursday 10 May 2007 9:04:59 am
Seemingly Php.net ( and all other mirror sites ) has removed all 4.4.4 windows binaries ..so I have little choice but download and extracted the CLI PHP.exe and php4ts.dll from 4.4.7 binaries on php.net site. Now at least the ezwebinupgrade.php script seems to execute BUT other than output the following , nothing else happens. It does not download from the default download site now does it unpack etc. following is the output if I specify url: When the script display the last line -- all files ( extension ...) will be overwritten the DOS cursor will just stay there blinking and nothing happens next . There is also no download activities on my network card. So it is not actually downloading anything. And so I decided to hit the ENTER key .. and immediately it issue the output line .. DONE. But clearly it has not done anything other than display that few lines. Next I then manually downloaded the 3.9.2 packages from Ez.no and place it in a folder c:\ezpkg
then I issue the command : C:\Program Files\eZpublish\ezpublish>php.exe ezwebinupgrade.php package-dir: c:\ezpkg But strange .. it output exactly the same few lines of message as when I use the options url: But it does not read from the package directory c:\ezpkg Infact the same lines will be displayed even if I don't specify any options. So now I am still stuck in this upgrade problem
====================== C:\Program Files\eZpublish\ezpublish>php.exe ezwebinupgrade.php url:
PHP Warning: Unknown(): Unable to load dynamic library 'C:\Program Files\eZpubl
ish\php\extensions\php_ldap.dll' - The operating system cannot run %1.
in Unknown on line 0
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 overwrit ten;
Done ==================
|