The problem:
You might see the following error after 24 hours of inactivity on your board
General Error
tempate->_tpl_load_file(): File ./styles/prosilver/template/./../../styles/abbcode/abbcode_header.html does not exist or is empty
The solution:
Open the file in root/portal.php
Find:
Code: Select all
set_portal_config('version_check_version', mod_version_check(true));
After add:
Code: Select all
unset($phpbb_admin_path);