Hello,
I saw your project I try to use it but after import database an error pop-up:
Declaration of template::display($file) should be compatible with Smarty_Internal_TemplateBase::display($template = NULL, $cache_id = NULL, $compile_id=null)
To correct this I change reporting system error by that : error_reporting(E_ALL ^ E_STRICT);
And after when I try to connect on account I see a blank page without any error. But when I try to access admin panel it's ok but some feature return same blank page.
I'm on PHP 7.0.14 and Mysql 5.7.16.
I wonder if you know what is wrong ?
Best regards,
BigTwoProduction.
Hello,
I saw your project I try to use it but after import database an error pop-up:
Declaration of template::display($file) should be compatible with Smarty_Internal_TemplateBase::display($template = NULL, $cache_id = NULL, $compile_id=null)To correct this I change reporting system error by that :
error_reporting(E_ALL ^ E_STRICT);And after when I try to connect on account I see a blank page without any error. But when I try to access admin panel it's ok but some feature return same blank page.
I'm on PHP 7.0.14 and Mysql 5.7.16.
I wonder if you know what is wrong ?
Best regards,
BigTwoProduction.