Jump to content

Recommended Posts

Posted

I'd say its your error reporting in XAMPP php.ini file.

 

If you change these two lines to:

 

error_reporting = E_ALL & ~E_NOTICE

display_errors = Off

 

Does it remove it?

 

Steve

  • Thanks 1
Posted

Nope, it's the same as it ever was. I logged on this morning and it took forever, when it finally loaded this is what I got.

It's on a dev server running xampp & Joomla.

Posted

@Steve, I think I see the issue.

even after editing those lines in php.ini display errors still shows as on....

Any tips for forcing this setting?

 

DT

Posted
@Steve, I think I see the issue.

even after editing those lines in php.ini display errors still shows as on....

Any tips for forcing this setting?

 

DT

 

Did you restart apache (or w/e) and it's still showing as on?

 

Steve

Posted

Sussed it.... :rolleyes:

 

Output_buffering = 4096 switched to off

Display_errors had also reverted.

 

Thanks guys

Much appreciated.

 

DT

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...