If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Where to find "php.ini" ?  XML
Forum Index » General Discussion
Author Message
Loma-Frank
Newbie

Joined: 26/02/2004 07:22:57
Messages: 2
Location: Phuket, Thailand
Offline

I wanted to upload a picture with a new entry to the guestbook. That didn't work. In the EasyAdmin it says: "To use this upload feature you have to turn SAFE MODE off in your php.ini".
But where can I find that - php.ini - actually ? Checking my server with FTP it is not there. It should be under the admin directory of guest, but it isn't there.
How and where can I turn of that safe mode and be allowed to upload pictures to the guestbook? Can anyone advise at ppep@loxinfo.co.th ? Thanks

regards
Frank
[Email] [WWW]
tekenen
Newbie

Joined: 27/02/2004 21:09:36
Messages: 2
Offline

Loma-Frank wrote:
But where can I find that - php.ini - actually ?


  1. Create a simple php file...I generally call mine:   
  2.   
  3.   phpinfo.php  
  4.   
  5. with the following code in that file:  
  6.   
  7. <?PHP  
  8. phpinfo();  
  9. ?>  
  10.   
  11. Then access the file sitting on your webhost from your browser. If PHP has been installed properly, you will see a lot of information about your particular PHP install. That information will include:   
  12.   
  13.   Configuration File (php.ini) Path  
  14.   
  15. which will tell you where your php.ini file is located.  
 
Forum Index » General Discussion
Go to:   
Based on the open source JForum