Today I had this problem on one of my web pages
Hello UNA team
I share this in case it helps you.
From one moment to another my page stopped working, gave an error: "HTTP ERROR 500".
I contacted my hosting (TMD Hosting), they enabled debug to investigate and then this message appeared when entering the web page:
"Parse error: syntax error, unexpected 't_family' (T_STRING), expecting ')' in /home/hypatiac/tnoa.com.ar/cache/db_sys_options_2a0923ba3a7029876fc838cad4616393.php on line 534
Fatal error: Exception thrown without a stack frame in Unknown on line 0 "
Finally, they solved the problem by modifying a line of code. Here is the change they made:"We would like to inform you that we have changed the code in the file /home/hypatiac/tnoa.com.ar/cache/db_sys_options_2a0923ba3a7029876fc838cad4616393.php:
from
'bx_protean_menu_page_font_family(t_family)' => 'Arial, sans-serif',
to
'bx_protean_menu_page_font_family' => 'Arial, sans-serif',"
Regards
-
-
·
LeonidS
- ·
Hello Claudio Acosta !
Please remember this fix and try to clear the cache. Provide us plz what will you get.
-
·
LeonidS
-
LeonidSI'm not understanding what you want me to do.Could you clarify?