Current time: 02-17-2025, 08:13 AM Hello There, Guest! (LoginRegister)


Thread Closed 
[Solved] Local php.ini not read
Author Message
Spheerys Offline
Junior Member
*

Posts: 101
Joined: Feb 2008
Reputation: 0
Post: #7
RE: problem with fcgi after update to RC4
After several verifications, I confirm than I have modified the right php.ini file
I even modify the php4/php.ini file to be sure

What did I do exactly ?
Code:
# nano /var/www/fcgi/domainname.com/php5/php.ini
I search the string "allow_url_include" :
Code:
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;

; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = On

; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
allow_url_include = Off
So, I have just turn On the "allow_url_include" variable because I have this error on the website :
Code:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /var/www/virtual/domainame.com/htdocs/file.php on line 83
Finaly, I have restarted apache2 :
Code:
# /etc/init.d/apache2 restart

If my memory works well, with the RC3, this procedure works.
Now, I only can see than the error is still present on the website, despite the modification in this php.ini file

Maybe I do something wrong, I don't know....[/code]
04-01-2008 07:21 PM
Find all posts by this user
Thread Closed 


Messages In This Thread
[Solved] Local php.ini not read - Spheerys - 03-26-2008, 06:38 AM
RE: problem with fcgi after update to RC4 - Spheerys - 04-01-2008 07:21 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)