문제

I've made a website by Smarty templating engine and appear this error only on server

Fatal error: Uncaught --> Smarty: unable to write file      
smarty/templates_c\wrt53346bde790e08_38443293 <-- thrown in  
D:\Inetpub\webs\casasorgenteit\site_new\smarty\libs\sysplugins\smarty_internal_write_file.php  
on line 44

I've changed the permission but nothing.In local the website works fine.

도움이 되었습니까?

해결책

This usually happens in case of wrong permissions. You are saying that you have checked the permissions.

I can see something odd in the file path

smarty/templates_c\wrt53346bde790e08_38443293

There are two different type of slashes in path. Are you testing on windows in dev and linux on prod or vice versa? I guess that might be the source of problem

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top