doubledee Posted April 9, 2011 Share Posted April 9, 2011 Where do PHP configuration settings (e.g. Error-Handling Levels) exist? I believe they are in a file somewhere?! Thanks, Debbie Quote Link to comment https://forums.phpfreaks.com/topic/233220-php-config-settings/ Share on other sites More sharing options...
coupe-r Posted April 9, 2011 Share Posted April 9, 2011 They are in your PHP.ini file, in the main PHP folder. You can do this in one of your PHP pages to see your settings: <?php echo phpinfo(); ?> Quote Link to comment https://forums.phpfreaks.com/topic/233220-php-config-settings/#findComment-1199402 Share on other sites More sharing options...
doubledee Posted April 9, 2011 Author Share Posted April 9, 2011 They are in your PHP.ini file, in the main PHP folder. You can do this in one of your PHP pages to see your settings: <?php echo phpinfo(); ?> So just by inserting that simple line of code, I can see *all* settings in my php.ini file?? Debbie Quote Link to comment https://forums.phpfreaks.com/topic/233220-php-config-settings/#findComment-1199444 Share on other sites More sharing options...
coupe-r Posted April 9, 2011 Share Posted April 9, 2011 Yes, you can see them, but you cannot edit them. You will need to find the PHP.ini file in your PHP folder to edit those settings. Quote Link to comment https://forums.phpfreaks.com/topic/233220-php-config-settings/#findComment-1199449 Share on other sites More sharing options...
doubledee Posted April 9, 2011 Author Share Posted April 9, 2011 Yes, you can see them, but you cannot edit them. You will need to find the PHP.ini file in your PHP folder to edit those settings. What php.ini file settings would you recommend for a live website on a server? Debbie Quote Link to comment https://forums.phpfreaks.com/topic/233220-php-config-settings/#findComment-1199450 Share on other sites More sharing options...
coupe-r Posted April 9, 2011 Share Posted April 9, 2011 Hi Debbie, Are you going to be running this live site yourself? Quote Link to comment https://forums.phpfreaks.com/topic/233220-php-config-settings/#findComment-1199453 Share on other sites More sharing options...
doubledee Posted April 9, 2011 Author Share Posted April 9, 2011 Hi Debbie, Are you going to be running this live site yourself? Until I can get some $$$ coming in, yes. I have a VPS w CentOS and Plesk. Don't even have an SSH CLient or know how to use it. May be a long day for me... Debbie Quote Link to comment https://forums.phpfreaks.com/topic/233220-php-config-settings/#findComment-1199468 Share on other sites More sharing options...
nethnet Posted April 9, 2011 Share Posted April 9, 2011 I don't know what exactly Plesk has to offer, but it may have an SSH client built in to the control panel. If not, download PuTTy and use that. It's really easy to use, and if you are going to be editing config files, I would recommend learning how to use SSH Quote Link to comment https://forums.phpfreaks.com/topic/233220-php-config-settings/#findComment-1199472 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.