Well, changing smarty doesnt work because I get the following error:
Quote:
Warning: Smarty error: problem creating directory "../templates_c/%%151/%%1512206380" in /home/sites/site82/web/ghshopping/Smarty-2.3.1/Smarty.class.php on line 589
Warning: Smarty error: problem writing '../templates_c/%%151/%%1512206380/home.tpl.php.' in /home/sites/site82/web/ghshopping/Smarty-2.3.1/Smarty.class.php on line 589
Warning: unable to create file ../templates_c/%%151/%%1512206380/home.tpl.php because No such file or directory in /home/sites/site82/web/ghshopping/Smarty-2.3.1/Smarty.class.php on line 968
Warning: Unable to access ../templates_c/%%151/%%1512206380/home.tpl.php in /home/sites/site82/web/ghshopping/Smarty-2.3.1/Smarty.class.php on line 686
Warning: Failed opening '../templates_c/%%151/%%1512206380/home.tpl.php' for inclusion (include_path='') in /home/sites/site82/web/ghshopping/Smarty-2.3.1/Smarty.class.php on line 686
|
So I think Im going to have to create an htaccess file Just for double checking, in order to DISABLE SAFE MODE i input the following into my htaccess file? I just wanna double check because it says php_flag safe_mode ON instead of off, so im not sure what to put=)
<IfModule mod_php4.c>
php_flag safe_mode On
</IfModule>