Author Topic: Can't upload images >_<  (Read 4114 times)

0 Members and 1 Guest are viewing this topic.

Offline lemonjuice

  • Pre-Newbie
  • Posts: 7
    • View Profile
Can't upload images >_<
« on: May 01, 2003, 04:01:34 AM »
When I upload images, it says "Error uploading image file"

and following errors occur:

Warning: Unable to create './data/tmp_media/SAVE0084.JPG': Permission denied

Warning: Unable to move '/tmp/phpl8I3jg' to './data/tmp_media/SAVE0084.JPG'

How can I solve it?

 :roll:

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
Can't upload images >_<
« Reply #1 on: May 01, 2003, 08:36:05 AM »
reading installation.txt is usually enough  :?

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"

Offline lemonjuice

  • Pre-Newbie
  • Posts: 7
    • View Profile
Can't upload images >_<
« Reply #2 on: May 01, 2003, 10:06:09 AM »
There are errors even I set the permissions:

Warning: Unable to create './data/media/1/SAVE0084.JPG': No such file or directory

Warning: Unable to move '/tmp/phpE1Cqdq' to './data/media/1/SAVE0084.JPG'

Why???

 :roll:

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Can't upload images >_<
« Reply #3 on: May 01, 2003, 10:21:43 AM »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Koku

  • Pre-Newbie
  • Posts: 1
    • View Profile
Can't upload images >_<
« Reply #4 on: May 02, 2003, 03:22:53 PM »
For anyone having the Line 114 problem, the directions for resolving this issue can be found in this FAQ:

http://www.4homepages.de/forum/viewtopic.php?t=3383

It is necessary to create a folder named "1" in the data/media and data/thumbnails directories. CHMOD the folder to 777.

Worked for me, and should work for you too.  :D

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Can't upload images >_<
« Reply #5 on: May 03, 2003, 12:27:29 AM »
Quote from: Koku
Worked for me, and should work for you too.  :D

Thx, Koku, another success story :lol:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)