tradhug Posted September 11, 2004 Posted September 11, 2004 Hello TCH, First time posting but year + customer, I have a question about accessing the PHP.ini file for my domain. I've tried to install e107 CMS system found at e107.org . I'm just setting it up for testing, but according to their support information if I'm receiving a path error with a blank screen they recommend the following: # If after installing e107 you get a blank page, check your error_reporting level in your php.ini file. This is generally caused by an error on your site not being reported because your error reporting is set too low, or turned off completely. If you don't have access to your php.ini contact your web host. REF: http://www.e107wiki.org/index.php/Common%2...45a22a5efca3001 and: # If you are seeing Undefined Variable or Notice errors on your site, your error_reporting is set too high. Make sure it's set to E_ERROR | E_WARNING | E_PARSE in your php.ini, again if you don't have access contact your web hosts and ask them to change it. Is it possible to change my error reporting level? Cheers, Trad Hughes Quote
borfast Posted September 11, 2004 Posted September 11, 2004 Trad, first of all, welcome to the forums Thumbs Up As for your question, it is possible to change the error reporting level. You can do it by using the error_reporting() function or inside a .htaccess file. Since you're using a pre-made CMS, the first option isn't a very good one. On the other hand, I never used the second option, so I'm not quite sure how you could do that. It should be as easy as having something like php_value error_reporting 2047 in the .htaccess file. You'll need to translate the error codes you want PHP to report into their numeric counterparts. Here's a page from the PHP manual that should help you with that: http://www.php.net/manual/en/ref.errorfunc...rfunc.constants Quote
tradhug Posted September 11, 2004 Author Posted September 11, 2004 Thanks Raul for the quick response, But, I reinstalled and have the e107 cms up and running. Seems I didn't upload all of the files for the install. Its all working seemlessly now. cheers, Trad Quote
TCH-Don Posted September 12, 2004 Posted September 12, 2004 Welcome to the Family Trad and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help Quote
TCH-Rob Posted September 12, 2004 Posted September 12, 2004 Trad, Welcome home and welcome to the forums. Thumbs Up Quote
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.