Page 1 of 1

Attachment Mod Error Messages

PostPosted: Wed Dec 13, 2006 8:59 pm
Author: Dr. Bantham
I have no idea how long this has been going on, but when you proceed to the Downloads section of my site there are several error statements such as this:

Warning: mkdir(./pafiledb/cache/templates/fisubice/) [function.mkdir]: No such file or directory in /xxxx/xxxxxxi/public_html/pafiledb/includes/template.php on line 80
I blanked out the first two segments of the path.

Does anyone have any ideas? I suspect it may be a permission problem or cache related. Thanks in advance!

Re: Attachment Mod Error Messages

PostPosted: Thu Dec 14, 2006 6:51 am
Author: Whisky
Hi,

It says it can't create a new directory under pafiledb/cache/templates/yourtheme
Try to set 777 permissions on all folders and subfolders under pafiledb/cache/

Anyway, it's just a warning so not really important and it should normally not be displayed on a "Live" web server properly configured

Re: Attachment Mod Error Messages

PostPosted: Thu Dec 14, 2006 7:37 pm
Author: Dr. Bantham
Thanks, but the permissions are set to 777 for the folders present. It ended up being that the pafiledb/cache/templates directory was missing for some reason. Once I created this directory, everything seems to be working again.