Jump to content

How to translate or edit "An error occurred" page?


motomac

Recommended Posts

  1. Make copy of error.html called error-custom.html and also of upgrading.html called upgrading-custom.html
  2. Translate these pages into your language
  3. Open constants.php and add these lines
define( 'ERROR_PAGE', 'error-custom.html' );
define( 'UPGRADING_PAGE', 'upgrading-custom.html' );

This should resolve your problem :) 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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