Author Topic: everything is setup but im still having some issues  (Read 4283 times)

0 Members and 1 Guest are viewing this topic.

Offline V12kid

  • Newbie
  • *
  • Posts: 36
    • View Profile
everything is setup but im still having some issues
« on: April 12, 2003, 08:31:59 AM »
I have setup the software and it opens fine, now ehre is the next problem I am having.


I created some categories and tried to upload and get this error:

Warning: move_uploaded_file(./../data/media/4/01.jpg) [function.move-uploaded-file]: failed to create stream: No such file or directory in /home/diablo/public_html/4images/includes/upload.php on line 114

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpIm2qPR' to './../data/media/4/01.jpg' in /home/diablo/public_html/4images/includes/upload.php on line 114
Image 1  
  Error uploading image file: 01.jpg
01.jpg: Copy error. Please check the directory permissions.

No database entry!
 
 


After this I also am having problems with the templates. I uploaded some and followed the simple directions in the readme but nothing seems to work. I can see the template in the menu but when I click to load it and then save nothing happens?



I have been playing with permissions for a while and cant seem to fix my problems, anyone can help me figure this out?


maybe you can log in as admin and take a look via ftp at my permissions?



thanks



matt

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
everything is setup but im still having some issues
« Reply #1 on: April 12, 2003, 08:35:11 AM »
this covered in FAQ.
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 tanvir_bd

  • Newbie
  • *
  • Posts: 12
    • View Profile
FTP PERMISSION
« Reply #2 on: April 12, 2003, 09:07:38 AM »
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"

Be Sure Select all the Files on templates/default & templates/default/media but not the directories under them


If you feel safe you I can login to you system and check

RGDS