https://bugzilla.wikimedia.org/show_bug.cgi?id=16227
Aaron Schulz <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
--- Comment #2 from Aaron Schulz <[EMAIL PROTECTED]> 2008-12-06 01:32:04 UTC
---
Add to localsettings.php:
error_reporting( E_ALL | E_NOTICE );
As well as either:
ini_set('display_errors', true);
Or, to be more secure:
ini_set('log_errors', true);
ini_set('error_log,'SOME DIRECTORY YOU CHOSE');
These can also be set in PHP.ini.
What results do you get?
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l