L Lyall Henderson New member Sep 16, 2012 #1 I know this is a very newbie question, but I can't seem to find the answer. Where in the directory can I find php.ini to edit?
I know this is a very newbie question, but I can't seem to find the answer. Where in the directory can I find php.ini to edit?
Pereira Well-known member Sep 16, 2012 #2 Do you mean config.php? That's in the library folder. XenForo doesn't have a php.ini file. php.ini is a server configuration file. You might need to contact your host if you want to change it. Upvote 0 Downvote
Do you mean config.php? That's in the library folder. XenForo doesn't have a php.ini file. php.ini is a server configuration file. You might need to contact your host if you want to change it.
Arty Well-known member Sep 16, 2012 #3 Create file phpinfo.php with these contents: Code: <?php phpinfo(); open it in browser, it will tell you location of php.ini on your server. You'll need root access to edit php.ini, so unless you have your own vps/server, you can't edit it. What do you want to change in php.ini? Upvote 0 Downvote
Create file phpinfo.php with these contents: Code: <?php phpinfo(); open it in browser, it will tell you location of php.ini on your server. You'll need root access to edit php.ini, so unless you have your own vps/server, you can't edit it. What do you want to change in php.ini?
Jake Bunce Well-known member Sep 17, 2012 #4 Arty is correct. Your phpinfo page will give the location. You can actually view phpinfo in XenForo by visiting: admin.php?tools/phpinfo Upvote 0 Downvote
Arty is correct. Your phpinfo page will give the location. You can actually view phpinfo in XenForo by visiting: admin.php?tools/phpinfo