Author Topic: Create Category but get errors:  (Read 3562 times)

0 Members and 1 Guest are viewing this topic.

Offline panavision

  • Pre-Newbie
  • Posts: 8
    • View Profile
Create Category but get errors:
« on: December 31, 2002, 03:57:27 PM »
Warning: MkDir failed (Permission denied) in web/gallery/4images/admin/categories.php on line 78

Warning: MkDir failed (Permission denied) in web/gallery/4images/admin/categories.php on line 81

Warning: MkDir failed (Permission denied) in web/gallery/4images/admin/categories.php on line 78

Warning: MkDir failed (Permission denied) in web/gallery/4images/admin/categories.php on line 81




Line 78 -  $result = mkdir($path, $mode);

Line 81  - $result = mkdir($path, 0755);

The category is added, so why the errors?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Create Category but get errors:
« Reply #1 on: December 31, 2002, 04:29:08 PM »
Did you set the all folder permisions like described in the Installation.txt?

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: Create Category but get errors:
« Reply #2 on: December 31, 2002, 04:44:39 PM »
Quote from: panavision
The category is added, so why the errors?

How did you add the category?  By using 4images to do it or by creating the directory using FTP or telnet?  This definitely sounds like a permissions issue.