1
luciorota
xhttperror 1.0 beta: ready for tests
  • 2012/8/6 21:27

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


ready for tests here:
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/xhttperror/trunk/?view=tar

This xHttpError is a module for displaying server error messages within your XOOPS site to give a more professional look, rather than the default/generic error message.
This module is new but inspired by the AM HTError module module.
There are three error messages already configured, 404 (not found), 500 (internal server error) and 403 (forbidden). You can easily add, edit or remove the error types as needed.
Error messages can be logged to help you track them, which is handy if you find another site is still linking to a file no that longer exists, or a page/script keeps failing.
This module is written with Apache in mind, so also needs the .htaccess file in the site's root folder (it should also work in other servers where you can add custom error messages) - xHttpError can not write to this file itself as this would be a security issue, so you will have to manually edit this upon first installing the module, and every time an error type is added or removed. The text for this is generated automatically in the module's admin index, and only needs to be copy & pasted.

2
Anonymous
Re: xhttperror 1.0 beta: ready for tests
  • 2012/8/6 21:31

  • Anonymous

  • Posts: 0

  • Since:


Nice to see three new modules been uploaded, but what does this one do?

3
DCrussader
Re: xhttperror 1.0 beta: ready for tests

update PHP definitions as required:
this
define("_MD_XHTTPERR_SEARCH",    "Search this site:");


into this
define("_MD_XHTTPERR_SEARCH","Search this site:");


Otherwise will not be added on TX

Login

Who's Online

264 user(s) are online (180 user(s) are browsing Support Forums)


Members: 0


Guests: 264


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits