Hello/Hi/Greetings,
(I have This problem)
(Deprecated: Smarty_Internal_TemplateCompilerBase::compileTemplate(): Implicitly marking parameter $parent_compiler as nullable is deprecated, the explicit nullable type must be used instead in /home/u833933589/domains/photo.watin-p.com/public_html/include/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 386
Deprecated: Smarty_Internal_TemplateCompilerBase::compileTemplateSource(): Implicitly marking parameter $parent_compiler as nullable is deprecated, the explicit nullable type must be used instead in /home/u833933589/domains/photo.watin-p.com/public_html/include/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 417
Deprecated: Smarty_Internal_Runtime_CodeFrame::create(): Implicitly marking parameter $compiler as nullable is deprecated, the explicit nullable type must be used instead in /home/u833933589/domains/photo.watin-p.com/public_html/include/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php on line 28)
Offline
Hi,
this is only a warning about some functions that are deprecated.
You can turn off the display of these warnings by adding the following line to the LocalFiles Editor:
$conf['show_php_errors'] = E_ALL & ~E_DEPRECATED & ~E_WARNING;
Offline