Author Topic: error when making categories  (Read 3134 times)

0 Members and 1 Guest are viewing this topic.

Offline sajjad_h

  • Pre-Newbie
  • Posts: 2
    • View Profile
error when making categories
« on: September 29, 2006, 09:39:42 AM »
sorry to post this topic here i couldnt post in the error forum the new post topic didnt appear for me

any ways i installed 4imagegallery 1.7.3

I want to create new categories for my gallery but i get this error when i try to accept the form to create new cateogories

[td]Warning: mkdir(./../data/media/1) [function.mkdir]: Permission denied in /home/***/public_html/photogallery/admin/categories.php on line 84

Warning: mkdir(./../data/media/1) [function.mkdir]: Permission denied in /home/***/public_html/photogallery/admin/categories.php on line 87

Warning: mkdir(./../data/thumbnails/1) [function.mkdir]: Permission denied in /home/***/public_html/photogallery/admin/categories.php on line 84

Warning: mkdir(./../data/thumbnails/1) [function.mkdir]: Permission denied in /home/***/public_html/photogallery/admin/categories.php on line 87

Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/photogallery/admin/categories.php:84) in /home/****/public_html/photogallery/includes/functions.php on line 114</td>
« Last Edit: September 29, 2006, 03:29:34 PM by sajjad_h »

Offline sajjad_h

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: error when making categories
« Reply #1 on: September 29, 2006, 03:30:03 PM »
helllo


no  body can help me?

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: error when making categories
« Reply #2 on: September 29, 2006, 04:27:09 PM »
Hi,

read the error....

You have no permission to generate a folder for the new categories.

data ==> chmod 777 (drwxrwxrwx)
media ==> chmod 777 (drwxrwxrwx)
thumbnails ==> chmod 777 (drwxrwxrwx)
and so on...

The first and best way to install a script is to read the readme.txt in the zip or this thread:
http://www.4homepages.de/forum/index.php?topic=7400.0

When you have later problems with the picture upload search for this:
Code: [Select]
safe_mode

cu
Kurt