pascal
09-28-2004, 11:21 AM
Hello,
If your iworx box has been updated with the last php release, you may have some problems with your php script.
In particulary with all connections to your databases,
To resolve this pbm you have to change the /etc/php.ini file
login to your server with root
Edit the /etc/php.ini file with your favorite text editor
vi /etc/php.ini
Find this line
extension_dir = "./"
Update this line
extension_dir = /usr/lib/php4
Save the file and quit the editor
clic Echap, then enter :QW
Now restart http server
service httpd restart
Everything shoud be better now.
Be carreful, this action work for me, but it doesn't mean that it will work for you (depending your server config). In most case it should be
About the Iworx php ini file :
Don't know if we have to do the same thing with the iworx's php.ini file
which is at
extension_dir = ./
(not exactly the same than /etc/php.ini, there is no " ")
For this one, wait for iworx confirmation
Hope this would help
Pascal
If your iworx box has been updated with the last php release, you may have some problems with your php script.
In particulary with all connections to your databases,
To resolve this pbm you have to change the /etc/php.ini file
login to your server with root
Edit the /etc/php.ini file with your favorite text editor
vi /etc/php.ini
Find this line
extension_dir = "./"
Update this line
extension_dir = /usr/lib/php4
Save the file and quit the editor
clic Echap, then enter :QW
Now restart http server
service httpd restart
Everything shoud be better now.
Be carreful, this action work for me, but it doesn't mean that it will work for you (depending your server config). In most case it should be
About the Iworx php ini file :
Don't know if we have to do the same thing with the iworx's php.ini file
which is at
extension_dir = ./
(not exactly the same than /etc/php.ini, there is no " ")
For this one, wait for iworx confirmation
Hope this would help
Pascal