Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...