Author Topic: template error  (Read 3032 times)

0 Members and 1 Guest are viewing this topic.

Offline fifinger

  • Newbie
  • *
  • Posts: 12
    • View Profile
template error
« on: December 05, 2002, 11:48:50 AM »
Hi all,

I got a template error:
Template Error: Couldn't open Template ./templates/default/media/jpg.html

Yes, I did upload the new settings.php
Yes, I did check if templates_dir in the DB is on default
Yes, I did check if the file is on the server
Yes, I did check permissions -rw-rw-rw- which to my knowledge should do for a html file.

Before uploading the new settings.php I only got the template error when clicking on "Bild Bearbeiten" now, after uploading the new settins.php, the whole thing stopped working even after restarting the browser (to drop session ID's) and going to the root gallery folder I get the template error.

Any help is appreciated...  :?

Offline fifinger

  • Newbie
  • *
  • Posts: 12
    • View Profile
resolved...
« Reply #1 on: December 05, 2002, 01:14:08 PM »
Ok, it was a permission error after all.

Even tough I had checked the permissions for the files in the folder, I must have forgotten to chmod the one media sub-directory (templates/default/media) during installation...

A quick "chmod 777 media" did the trick...

 :D