[Bug 1155] 404, 403, 401, 500, etc. Error pages

[email protected] Tue, 7 Jul 2009 10:27:09 +0000 (GMT)
Newsgroups gmane.comp.cms.xaraya.bugs
Message-ID <[email protected]>
http://bugs.xaraya.com/show_bug.cgi?id=1155





------- Comment #10 from [email protected]  2009-07-07 10:27 GMT -------
2 more file changes for those that want to attempt to tweak the system;

--------------------------------------------------

File:  rawexit.php
Location:  /modules/base/xaruser/rawexit.php
Add:  header('HTTP/1.1 503 Service Unavailable');
Line:  41(ish)
After: if (xarCurrentErrorID() == 'TEMPLATE_NOT_EXIST') {

------

File:  systemexit.php
Location:  /modules/base/xaruser/systemexit.php
Add:  header('HTTP/1.1 503 Service Unavailable');
Line:  43(ish)
After: $exception = new SystemException($msg);

--------------------------------------------------


-- 
Configure bugmail: http://bugs.xaraya.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

---- ** IMPORTANT ** READ BELOW ** ----
[Clip Me Start]
--------------------------------------------------------------------------
If you wish, you can reply to this message directly **however**, make sure
to use the "Reply To All" feature of your client **and** ensure that the 
bug specifier is in the subject (ie: [Bug ####]). Also, you _MUST_ have 
you're From or Reply-To address set to the same address you use to log
into your bugzilla account or your reply will not be attached to the bug.
--------------------------------------------------------------------------
[Clip Me End]