PHP Installation
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Installation

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old July 15th, 2003, 09:51 AM
equiweb equiweb is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 4 equiweb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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?

Reply With Quote
  #2  
Old July 15th, 2003, 09:58 AM
tkarkkainen's Avatar
tkarkkainen tkarkkainen is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: Finland
Posts: 2,320 tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)  Folding Points: 10700 Folding Title: Novice Folder
Time spent in forums: 6 Days 8 h 46 m 44 sec
Reputation Power: 4
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.

Reply With Quote
  #3  
Old July 15th, 2003, 10:10 AM
equiweb equiweb is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 4 equiweb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #4  
Old July 15th, 2003, 10:30 AM
tkarkkainen's Avatar
tkarkkainen tkarkkainen is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: Finland
Posts: 2,320 tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)  Folding Points: 10700 Folding Title: Novice Folder
Time spent in forums: 6 Days 8 h 46 m 44 sec
Reputation Power: 4
RE: Help with phpAuction installation

Does this image file really exist? In case not, create it in the directory described in error message.

Reply With Quote
  #5  
Old July 15th, 2003, 10:46 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
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.

Reply With Quote
  #6  
Old July 15th, 2003, 10:58 AM
equiweb equiweb is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 4 equiweb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #7  
Old July 17th, 2003, 05:58 AM
tkarkkainen's Avatar
tkarkkainen tkarkkainen is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: Finland
Posts: 2,320 tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)  Folding Points: 10700 Folding Title: Novice Folder
Time spent in forums: 6 Days 8 h 46 m 44 sec
Reputation Power: 4
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.

Reply With Quote
  #8  
Old July 17th, 2003, 07:04 AM
equiweb equiweb is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 4 equiweb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #9  
Old November 13th, 2003, 06:47 AM
capsulecoredesigns capsulecoredesigns is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Phoenix
Posts: 1 capsulecoredesigns User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
PHPAuction2.1 Upload Error

I had a similiar prob but nevermind, ive resolved my own problem.

Reply With Quote
  #10  
Old February 13th, 2004, 09:07 PM
_Green_ _Green_ is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Canada
Posts: 1 _Green_ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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_

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Installation > Help with phpAuction installation


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway