[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Qube3 : problème au niveau de PHP (fatal error)



> We have a new Qube3 with PHP, MySQL, etc. I would like php to find files
> that need to be included or required -- to do that, I would like to edit
> the part of php.ini that says
> include_path="/usr/sausalito/ui/libPhp" to say
> include_path=".:/usr/sausalito/ui/libPhp"
> Logged in as admin, it will not let me edit this file. I know next to
> nothing about unix so I do not know how to make it let me do my edit.
> 
> I could get around this by putting the files that need to be included or
> required into the include_path directory, but it will not let me do that
> either.
> 
> Since the Qube3 depends quite a bit on php, I understand that precautions
> may have been taken to keep people from screwing it up, but I want php to
> find files that are in include() or require() statements.
> 

The file is owned by root.
issue su -
password admin_password

Then you are root and you will be able to edit the file.

HTH
Gerald