Jump to content

Recommended Posts

  • Solution
Posted

You should not actually change the core files. If you wish to use your own error file, you can do this by adding a constants.php file, and pointing to a new error file. So you would add something like 

 

<?php
define('ERROR_PAGE','newerrorpage.php');

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...