• 0

[php]Open Source Image Uploading Script


Question

8 answers to this question

Recommended Posts

  • 0

gettin this error when i try to upload a file after settin up the db, and setting up the conf file:

Warning: move_uploaded_file(./uploads/2): failed to open stream: No such file or directory in /home/xxdesmus/public_html/images/process.php on line 109

Warning: move_uploaded_file(): Unable to move '/tmp/phpfJ36Br' to './uploads/2' in /home/xxdesmus/public_html/images/process.php on line 109
Problem: Could not move file to destination directory

If making things pretty is just a matter of XHTML and CSS I will see what I can whip up :yes:

  • 0
  xxdesmus said:
gettin this error when i try to upload a file after settin up the db, and setting up the conf file:

Warning: move_uploaded_file(./uploads/2): failed to open stream: No such file or directory in /home/xxdesmus/public_html/images/process.php on line 109

Warning: move_uploaded_file(): Unable to move '/tmp/phpfJ36Br' to './uploads/2' in /home/xxdesmus/public_html/images/process.php on line 109
Problem: Could not move file to destination directory

If making things pretty is just a matter of XHTML and CSS I will see what I can whip up :yes:

586765583[/snapback]

oh, try making a folder underneath it, called "uploads". If that still has an error, try CHMODing it to 777. (I'll make a automated installer soon, that should solve that problem, although I should have made an empty folder in the zip file)

  • 0

I made the uploads folder, that solved the above mentioned problem.

Ok current problems:

1. The thumbnail wasn't created.

2. The link generated didn't work correctly, it apparently is hardcode because it pointed to "http://image.krazyletter.com/image/4.jpeg" once uploaded, when in my conf file is should point to http://xxdesmusxx.net/images (specifically http://xxdesmusxx.net/images/uploads/ )

3. The file in the uploads directory is only named 4 ...there is no file extension hence no thumbnail.

This has real potential, I don't mean to be harping on the problems, I just want to help out. :yes:

  • 0

Oh, it should point to http://xxdesmusxx.net/images/view/5

or http://xxdesmusxx.net/images/thumb/5.jpeg

I'll fix that in my next update.

For now, search for http://image.krazyletter.com/ and replace with http://xxdesmusxx.net/images/ in process.php

Alice is a RSS Bot found on http://invisionize.com/

Edited by lappy512
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.