ez projects / ezupgrade / forum / general / errors running ez upgrade o...
You need to be logged in to post messages in the forums. New users may register here.
|
Member since: Posts: 4 |
Monday 09 May 2011 2:12:24 pm I have an installation of ezpubish 4.1.3 which I have copied from my online server. On the local macintosh I also have ezupgrade with ezcopy. The online server dident have EZ Components built in, so I copied ezc from a another EZ installation , a new 4.5 with EZC included.
The installation runs fine local on Mac using MAMP. So do A cleam install of EZ 4.5 So I would like to try EZ Upgrade but get this two errors. MacErland:ezupgrade eflaten$ php ezupgrade eflaten PHP Warning: require_once(ezc/Base/base.php): failed to open stream: No such file or directory in /Applications/MAMP/htdocs/ezupgrade/lib/ezcopy/classes/ezcomponents.php on line 3 PHP Fatal error: require_once(): Failed opening required 'ezc/Base/base.php' (include_path='.:/usr/local/share/pear:/Users/eflaten/pear/share/pear:lib/ezcopy/lib/phpseclib0.1.5') in /Applications/MAMP/htdocs/ezupgrade/lib/ezcopy/classes/ezcomponents.php on line 3 What should I do to get installer to work? Erland Flaten |
|
|
Member since: Posts: 4 |
Monday 09 May 2011 2:53:56 pm I am maybe on some sort of track here adding the correct path. But shouldent this be in the settings?
this is what I did. And now lets see where this goes. require_once "/Applications/MAMP/htdocs/www/lib/ezc/Base/src/base.php"; Erland Flaten |
|
Member since: Posts: 39 |
Tuesday 10 May 2011 12:30:16 pm Hi Erland,
You're right. As of know, ezupgrade does not provide an option to specify the path to eZC, but rather assumes that it is installed via PEAR (I think). Sincerely, |
You need to be logged in to post messages in the forums. New users may register here.