Forums / General / Upgrading 3.7 to 3.8
Marcin Drozd
Friday 14 July 2006 2:13:23 am
Hi I try to do update ez from 3.7.6 to 3.8.1 everything is ok except Step three ( http://ez.no/download/ez_publish/changelogs/ez_publish_3_8/upgrading ) I have eZ in /home/marcin/public_html/ez38/ admin siteaccess name is enadmin php 4.4 and mysqland command
cd public_html/ez38/; php update/common/scripts/updatemultilingual.php -s enadmin
returns some warnings like:
Warning: main(lib/ezutils/classes/ezcli.php): failed to open stream: No such file or directory in /home/marcin/public_html/ez38/update/common/scripts/updatemultilingual.php on line 63 Warning: main(): Failed opening 'lib/ezutils/classes/ezcli.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/local/lib/php/PEAR') in /home/marcin/public_html/ez38/update/common/scripts/updatemultilingual.php on line 63
I run this command from ez root directory and there is '.' in php include_path What's wrong? I dont know, hmmmmthx
http://ez-publish.pl
David Barber
Monday 02 October 2006 10:04:33 am
Hi Marcin,
We are having this exact same problem. Did you ever manage to upgrade from 3.7 to 3.8?
Thanks,David
Kristof Coomans
Monday 02 October 2006 10:10:19 am
Are you sure you are using the cli version of php and not the cgi version?
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Monday 02 October 2006 1:40:11 pm
Hi
@David I have upgraded eZ from 3.6->3.8 and 3.7->3.8 few times and I had a problem this once. What I did: I used two machines: I installed eZ (with my ini configuration) on one computer (XP system), and used database on another cpu (with Linux system). And it worked, but I dont know why.(when one machine with eZ and database together: bad success)
@KristofYes, I am