PHP config file not loading

#1
I've put a php.ini in every single folder I cna think of.



every time. My image uploader and my wordpress won't let me upload files (no temp directory being set?). I'm at the point where if I can't resolve this, I'll unwillingly move to NGINX. I really don't want to, but if I can't upload images or anything at all, the webserver is virtually useless.

Any help would be much appreciated. Thanks.
 
#7
paste here the result of '/usr/local/lsws/fcgi-bin/lsphp5 -i | grep Configuration' from command line.

Code:
root@VPS06-564:/usr/local/lsws/mysite.im/html# /usr/local/lsws/fcgi-bin/lsphp5 -i | grep Configuration
Configuration File (php.ini) Path => /usr/local/lsws/lsphp5/lib
Loaded Configuration File => (none)
Configuration
EDIT: I am also unable to edit the virtual hosts. I have to edit their config file directly, and yes, they are chmod'd to 666. I make a change, it shows up, I click the same tab to reload the settings and the change disappears.
 
Last edited:

webizen

Well-Known Member
#10
this has nothing to do with edition. you can do a wget from server itself to see if the download speed is still slow. if not slow, then the issue could be internet connection between the server and your test machine.
 
Top