Author Topic: Warning: copy  (Read 4800 times)

0 Members and 1 Guest are viewing this topic.

Offline altaibskt

  • Pre-Newbie
  • Posts: 3
    • View Profile
Warning: copy
« on: March 28, 2007, 02:36:46 PM »
hi there  :D

am just new in this field
i got this error msg when i wanna accept some user's pic

Quote
Warning: copy() has been disabled for security reasons in /home/iraqien/public_html/gallery2/admin/admin_functions.php on line 111

would some one help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 8O

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: Warning: copy
« Reply #1 on: March 28, 2007, 07:41:22 PM »
check permissions or possibliy safe mode is on

Offline altaibskt

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Warning: copy
« Reply #2 on: March 28, 2007, 10:16:25 PM »
where can i find
Quote
permissions or possibliy safe mode is on
and how could i do it?


Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: Warning: copy
« Reply #3 on: March 28, 2007, 11:01:50 PM »
Quote
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"

     You can do this with FTP programs such as CuteFTP or WS_FTP.

For safe mode check your phpinfo.
You can do this by logging into the admin control panel and clicking on phpinfo in the left column.


Offline altaibskt

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Warning: copy
« Reply #4 on: March 30, 2007, 01:19:18 AM »
thanx for ur prompt reply

i got this msg in Phpinfo

Quote
Warning: phpinfo() has been disabled for security reasons in /home/iraqien/public_html/gallery2/admin/phpinfo.php on line 30

and i have checked all files have 777 ..
would u please help me, i still have same problems

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: Warning: copy
« Reply #5 on: March 30, 2007, 08:25:11 AM »
Contact your host and find out if safe mode is on.

Once you find out and if it is turned on do a search for "safe mode" and browse the topics. Maybe you can find something that will help.


Those are the only ideas I have as I personally have never seen that error.