Page 1 of 1
Problem blank serendipity with IIS6
Posted: Sat Dec 09, 2006 8:59 pm
by i-XNA
problem serendipity 1.0.x blank screen is Smarty can't include file template by templates_c directory
i'm test with Apache2.2.7 and IIS6 on PHP5.2.0 engin
in apache2.2.7 Smarty can creat template file OK and work
and
in IIS6 Smarty creat file with name "*.tmp" and Smarty can't call file template by templates_c directory
OK guy that problem blank screen on IIS6

Posted: Sun Dec 10, 2006 5:06 am
by judebert
I'm just guessing here, but what the heck. I notice that templates_c is longer than 8 characters. Could that be any part of the problem?
In general, the template_c problems are permission problems. Could Apache and IIS be using different permissions for the directory? Perhaps Apache is running as one user (with permissions) and IIS is running as a different user (without permissions)? Have you changed the templates_c directory to be writeable for everyone?
Posted: Sun Dec 10, 2006 7:58 am
by i-XNA
ahh
in my test apache2.2.7 and IIS6 in windows2003
use private of two web server folder can write (same mod 777 in unix)
i'm test another smarty engin by other PHP script and work it.
in problem of serendipity 1.0.x show blank screen in IIS is Smarty engin in serendipity not write cache file name is IIS same Apache
Posted: Mon Dec 11, 2006 4:08 pm
by judebert
I think you'll need to look in your error logs. Blank screens are often server errors. There are two logs to check: the server error log and the PHP error log. I'm not familiar with IIS, so you'll have to ask someone else where to look for those logs. One of them will report an error that will tell you what the problem is.