Code: Select all
Error General
template->_tpl_load_file(): File ./styles/metro_blue/template/portal_center.html does not exist or is empty
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/functions_template.php
LINE: 63
CALL: trigger_error()
FILE: [ROOT]/includes/template.php
LINE: 437
CALL: template_compile->_tpl_load_file()
FILE: [ROOT]/includes/template.php
LINE: 657
CALL: template->_tpl_load()
FILE: [ROOT]/includes/functions_template.php
LINE: 227
CALL: template->_tpl_include()
FILE: [ROOT]/includes/functions_template.php
LINE: 66
CALL: template_compile->compile()
FILE: [ROOT]/includes/template.php
LINE: 437
CALL: template_compile->_tpl_load_file()
FILE: [ROOT]/includes/template.php
LINE: 224
CALL: template->_tpl_load()
FILE: [ROOT]/includes/functions.php
LINE: 4891
CALL: template->display()
FILE: [ROOT]/index.php
LINE: 162
CALL: page_footer()
It seems that there is no portal_center.html file. If I create a new empty file the error dissapears.
Then, when entering into a topic the following file is missing: sgp_quickreply_editor.html
The new error is:
Code: Select all
Error General
template->_tpl_load_file(): File ./styles/metro_blue/template/sgp_quickreply_editor.html does not exist or is empty
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/functions_template.php
LINE: 63
CALL: trigger_error()
FILE: [ROOT]/includes/template.php
LINE: 437
CALL: template_compile->_tpl_load_file()
FILE: [ROOT]/includes/template.php
LINE: 657
CALL: template->_tpl_load()
FILE: [ROOT]/includes/functions_template.php
LINE: 227
CALL: template->_tpl_include()
FILE: [ROOT]/includes/functions_template.php
LINE: 66
CALL: template_compile->compile()
FILE: [ROOT]/includes/template.php
LINE: 437
CALL: template_compile->_tpl_load_file()
FILE: [ROOT]/includes/template.php
LINE: 224
CALL: template->_tpl_load()
FILE: [ROOT]/includes/functions.php
LINE: 4891
CALL: template->display()
FILE: [ROOT]/viewtopic.php
LINE: 1871
CALL: page_footer()
Again, I create another new empty file sgp_quickreply_editor.html and this error dissapears.
But when I want to create a new message, the palette color isn't there and cannot insert smilies into the text editor.
I really don't know why after installing it's asking for the portal_center.html and sgp_quickreply_editor.html files. These files aren't in the original prosilver files...
Thank you David for your support.