https://bugzilla.wikimedia.org/show_bug.cgi?id=16227


Paul Marvin <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|All                         |AIX




--- Comment #3 from Paul Marvin <[EMAIL PROTECTED]>  2008-12-08 14:06:37 UTC ---
I have added the below code to LocalSetting.php. When the problem occurs I am
not getting any output to the screen or error directory.

For veification here is what I added near the bottom of the LocalSettings.php:

error_reporting( E_ALL | E_NOTICE );

ini_set('display_errors', true);
ini_set('log_errors', true);
ini_set('error_log','/opt/app/cbwiki/tmp');


(In reply to comment #2)
> 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

Reply via email to