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:
  #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
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Finland
Posts: 2,332 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: 26229 Folding Title: Starter FolderFolding Points: 26229 Folding Title: Starter Folder
Time spent in forums: 6 Days 16 h 34 m 49 sec
Reputation Power: 5
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
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Finland
Posts: 2,332 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: 26229 Folding Title: Starter FolderFolding Points: 26229 Folding Title: Starter Folder
Time spent in forums: 6 Days 16 h 34 m 49 sec
Reputation Power: 5
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: 25
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
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Finland
Posts: 2,332 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: 26229 Folding Title: Starter FolderFolding Points: 26229 Folding Title: Starter Folder
Time spent in forums: 6 Days 16 h 34 m 49 sec
Reputation Power: 5
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




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

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




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek