Strange Error

Having trouble installing serendipity?
Post Reply
mahctagon
Regular
Posts: 16
Joined: Thu Feb 03, 2005 11:23 pm

Strange Error

Post by mahctagon »

Hi,



I had installed version 8 a few weeks ago with no problem. But when I tried to access the page today, I get this:

Fatal error: Smarty error: unable to write to $compile_dir '/home/mahctag/public_html/ramblings/templates_c'. Be sure $compile_dir is writable by the web server user. in /home/mahctag/public_html/ramblings/bundled-libs/Smarty/libs/Smarty.class.php on line 1088

Any suggestions? Thanks!
nohn
Regular
Posts: 37
Joined: Fri Oct 08, 2004 3:28 pm

Post by nohn »

Code: Select all

$ mkdir -p /home/mahctag/public_html/ramblings/templates_c
$ chmod a+rw /home/mahctag/public_html/ramblings/templates_c
mahctagon
Regular
Posts: 16
Joined: Thu Feb 03, 2005 11:23 pm

Thanks

Post by mahctagon »

Do you think you could clarify what I'm supposed to do with this code? I'm pretty new to this stuff, and I'm not really sure what to do. Thanks again...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Thanks

Post by garvinhicking »

You need to use SSH or your FTP utility to make the folder "templates_c" world writable. Look for a "chmod" or "permission" option in your FTP client. :)

If you have SSH, you can execute the exact code nohn told you :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mahctagon
Regular
Posts: 16
Joined: Thu Feb 03, 2005 11:23 pm

Success!!!

Post by mahctagon »

Thanks! CHMOD - I know that term. I made the changes, and it's all good....(for now)....

Thanks again, much appreciated!
Post Reply