|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Help with phpAuction installation
I have install phpAuction2.1 and everything seems to work okay apart from being able to upload images. I keep getting an error message.
Has anyone else had this problem? |
|
#2
|
||||
|
||||
|
RE: Help with phpAuction installation
First of all, what error message do you get? Which version php do you have? Post all information you can give.
|
|
#3
|
|||
|
|||
|
RE: Help with phpAuction installation
I am using PHP/4.3.2 MySQL/4.0.13
Warning: copy(/home/pagedesi/phpauction/uploaded/44.jpg): failed to open stream: No such file or directory in /home2/pagedesi/public_html/phpauction/admin/settings.php on line 75 I get the above message when I try to change the logo through the generel settings in the admin panel. You can check out the site at www.pagedesigns.biz/phpauction/index.php |
|
#4
|
||||
|
||||
|
RE: Help with phpAuction installation
Does this image file really exist? In case not, create it in the directory described in error message.
|
|
#5
|
|||
|
|||
|
RE: Help with phpAuction installation
Have put some images into the uploaded directory and now have an image displayed, but I thought that the script allowed me or the user to upload from the local computer to the server.
The following is part of the config.inc.php file - //-- This is the directory where users pictures will be uploaded - requires ending slash //-- Under Windows use something like C:pathtoyouuploaddir $image_upload_path = "/home/pagedesi/public_html/phpauction/uploaded/"; #$image_upload_path = "C:somepathtouploaded"; $uploaded_path = "/uploaded/"; #$uploaded_path = "C:somepathtouploaded"; What I had hoped was that sellers could upload an image of their product directly from their computer. |
|
#6
|
|||
|
|||
|
RE: Help with phpAuction installation
Have put some images into the uploaded directory and now have an image displayed, but I thought that the script allowed me or the user to upload from the local computer to the server.
The following is part of the config.inc.php file - //-- This is the directory where users pictures will be uploaded - requires ending slash //-- Under Windows use something like C:pathtoyouuploaddir $image_upload_path = "/home/pagedesi/public_html/phpauction/uploaded/"; #$image_upload_path = "C:somepathtouploaded"; $uploaded_path = "/uploaded/"; #$uploaded_path = "C:somepathtouploaded"; What I had hoped was that sellers could upload an image of their product directly from their computer. |
|
#7
|
||||
|
||||
|
RE: Help with phpAuction installation
$uploaded_path = "/home/pagedesi/public_html/phpauction/uploaded/";
Try this so that both directories are set in the same way. |
|
#8
|
|||
|
|||
|
RE: Help with phpAuction installation
Thanks for your help on this, I managed to find the solution on another board. By changing /home/... to /home2/... it now loads images.
Pete. |
|
#9
|
|||
|
|||
|
PHPAuction2.1 Upload Error
I had a similiar prob but nevermind, ive resolved my own problem.
|
|
#10
|
|||
|
|||
|
RE: Help with phpAuction installation
I have installed phpauction2.1 it seems to be installed correctly except when I make an account to set up a test auction. When I get to the part of submitting the auction it asks for a password which I supply, but, after hitting the submit query button, it promptly states the the user is not recognized.
Any help with this would greatly be appriciated. Best Regards _Green_ |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Help with phpAuction installation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|