Forums / Install & configuration / Can't upgrade 3.4.4 to 3.5.0

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Can't upgrade 3.4.4 to 3.5.0

Author Message

Esteban Escalera

Wednesday 27 July 2005 2:40:21 pm

All right, I'm trying to upgrade my system from v3.4.4 to 3.5.0... I'm following the instructions at http://ez.no/download/changelogs/ez_publish_3_5/upgrading and when I'm trying to run this script:

# siteaccess news_admin
./update/common/scripts/updateiscontainer.php news_admin

The shell sends me this error:

/usr/bin/env: php: No such file or directory

I'm running <b>php version 4.3.8 </b>with the following extensions: <i>yp, sysvshm, sysvsem, standard, session, posix, pcre, gettext, ftp, ctype, zlib, openssl, apache2handler, gd, imap, ldap, mysql, pgsql, readline</i> and the whole system is running under linux mandrake 10.1.

Thanks for any help,
Esteban

Kåre Køhler Høvik

Thursday 28 July 2005 12:30:10 am

Hi

First try :

php update/common/scripts/updateiscontainer.php news_admin

If that does not work, check if you have the correct PHP-CLI version, by running :

php --version

If it does not work or is a different version than 4.3.x, install PHP-CLI by logging in as root and type:

urpmi php-cli

Kåre Høvik

Esteban Escalera

Thursday 28 July 2005 8:29:02 am

urpmi php-cli

Thanks, I didn't know that. Now I could go on.