Author Topic: admin panel problem - english please..  (Read 4453 times)

0 Members and 1 Guest are viewing this topic.

Offline graver

  • Pre-Newbie
  • Posts: 2
    • View Profile
admin panel problem - english please..
« on: March 07, 2007, 04:30:37 AM »
hi ,
i have installed my image gallery just now.. now i am facing a problem that when i am make changes in admin control panel it gives error i.e " Forbidden - You don't have permission to access /.../../images/admin/settings.php on this server."  ... i went through ftp and marked admin folder and settings.php to permission "777" .. but still i am facing the same problem.. is their i am doing sumthing wrong or its my hosting problem .... ??? please help ...? infact please can you list which files chmod should be changed as i am getting error in upload template. so i think all chmod are messed up ..  ...

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: admin panel problem - english please..
« Reply #1 on: March 07, 2007, 06:41:40 AM »
infact please can you list which files chmod should be changed as i am getting error in upload template. so i think all chmod are messed up ..  ...
...Set permissions for the following directories:

chmod 777 (drwxrwxrwx) : data
chmod 777 (drwxrwxrwx) : data/database
chmod 777 (drwxrwxrwx) : data/media
chmod 777 (drwxrwxrwx) : data/thumbnails
chmod 777 (drwxrwxrwx) : data/tmp_media
chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
chmod 777 (drwxrwxrwx) : templates
chmod 777 (drwxrwxrwx) : templates/default
chmod 777 (drwxrwxrwx) : templates/default/media

...Set permissions for the following files:
chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default"
chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default/media

Offline graver

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: admin panel problem - english please..
« Reply #2 on: March 07, 2007, 09:49:25 PM »
thanks..... but i m stil lfacing this problem.. and i have noticed that i am only getting problem in admin panel;s GENERAL SETTINGS.... if i change anything in it .. it gives error ... .. is it sumthing wrong wid my host ....

manurom

  • Guest
Re: admin panel problem - english please..
« Reply #3 on: March 08, 2007, 12:38:25 AM »
Hello;
maybe your host has certain restrictions. admin/settings.php makes a few changes in your database. Maybe access to your database from here is forbidden, or your server is running in safe-mode.
What does your admin/phpinfo.php script display?
By the way, have you tried to upload once again the whole admin directory to your website (perhaps the file "settings.php" has not been well uploaded first...)?