osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

easy populate - error

This is a discussion on easy populate - error within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; just downloaded the file and did a test upload and got this message - Any Ideas? Warning: move_uploaded_file(/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog//temp/EP2003Sep18-2210.txt): failed to ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 09-18-2003, 07:09 PM
Active Member
 
Join Date: Aug 2003
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jloyzaga
Default easy populate - error

just downloaded the file and did a test upload and got this message - Any Ideas?
Warning: move_uploaded_file(/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog//temp/EP2003Sep18-2210.txt): failed to open stream: Permission denied in /home/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/admin/easypopulate_functions.php on line 32

Warning: move_uploaded_file(): Unable to move '/var/tmp/phpXqHJkR' to '/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog//temp/EP2003Sep18-2210.txt' in /home/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/admin/easypopulate_functions.php on line 32


File uploaded.
Temporary filename: /var/tmp/phpXqHJkR
User filename: EP2003Sep18-2210.txt
Size: 100219

Warning: file(/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog//temp/EP2003Sep18-2210.txt): failed to open stream: No such file or directory in /home/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/admin/easypopulate.php on line 720

Warning: Invalid argument supplied for foreach() in /home/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/admin/easypopulate.php on line 738
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 09-18-2003, 09:45 PM
Anonymous
Guest
 
Posts: n/a
Default

you have one two many slashes before //temp, you will have to edit your admin/easypopulate.php file. if your fail to solve it with editing this file just check your admin/includes/configure.php file has the correct values.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 09-18-2003, 10:56 PM
Active Member
 
Join Date: Aug 2003
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jloyzaga
Default

Quote:
Originally Posted by Anonymous
you have one two many slashes before //temp, you will have to edit your admin/easypopulate.php file. if your fail to solve it with editing this file just check your admin/includes/configure.php file has the correct values.
// **** Temp directory ****
// if you changed your directory structure from stock and do not have /catalog/temp/, then you'll need to change this accordingly.
//
$tempdir = "/temp/";
$tempdir2 = "temp/";

Is this where you think the //temp is wrong?

The config looks ok.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 09-18-2003, 11:20 PM
Active Member
 
Join Date: Aug 2003
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jloyzaga
Default

Removed the "/" before temp for $tempdir, now I get

Warning: move_uploaded_file(/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/temp/EP2003Sep18-2109.txt): failed to open stream: Permission denied in /home/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/admin/easypopulate_functions.php on line 32

Warning: move_uploaded_file(): Unable to move '/var/tmp/phpMC1FFr' to '/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/temp/EP2003Sep18-2109.txt' in /home/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/admin/easypopulate_functions.php on line 32


File uploaded.
Temporary filename: /var/tmp/phpMC1FFr
User filename: EP2003Sep18-2109.txt
Size: 69286

Warning: file(/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/temp/EP2003Sep18-2109.txt): failed to open stream: No such file or directory in /home/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/admin/easypopulate.php on line 720

Warning: Invalid argument supplied for foreach() in /home/hsphere/local/home/arkmusic/arkmusic.com.au/arkms2/catalog/admin/easypopulate.php on line 738
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 09-19-2003, 07:51 AM
Anonymous
Guest
 
Posts: n/a
Default

I have stock MS2 no image mods. I installed EP commented out the extra images in ep.php Now I get this error

1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE products SET products_price="5" ,products_im

UPDATE products SET products_price="5" ,products_image="" ,products_weight="0" ,products_tax_class_id="" ,products_date_available= "9/19/2003 9:45" ,products_date_added= "0000-00-00 00:00:00" ,products_last_modified=CURRENT_TIMESTAMP ,products_quantity="0" ,manufacturers_id=NULL , products_status=0 WHERE (products_id = "54")UPDATE products SET products_price="5" ,products_image="" ,products_weight="0" ,products_tax_class_id="" ,products_date_available= "9/19/2003 9:45" ,products_date_added= "0000-00-00 00:00:00" ,products_last_modified=CURRENT_TIMESTAMP ,products_quantity="0" ,manufacturers_id=NULL , products_status=0 WHERE (products_id = "54")


here is that section of code...any help would be very appreciated as I have been working on this for about 6 hours

$query = 'UPDATE products
SET
products_price="'.$v_products_price.
'" ,products_image="'.$v_products_image;

// unmcomment these lines if you are running the image mods

$query .= //. $v_products_mimage . '", "'
//. $v_products_bimage . '", "'
//. $v_products_subimage1 . '", "'
//. $v_products_bsubimage1 . '", "'
//. $v_products_subimage2 . '", "'
//. $v_products_bsubimage2 . '", "'
//. $v_products_subimage3 . '", "'
//. $v_products_bsubimage3 . '", "'


$query .= '" ,products_weight="'.$v_products_weight.
'" ,products_tax_class_id="'.$v_tax_class_id.
'" ,products_date_available= ' . $v_date_avail .
' ,products_date_added= ' . $v_date_added .
' ,products_last_modified=CURRENT_TIMESTAMP
,products_quantity="'.$v_products_quantity.
'" ,manufacturers_id='.$v_manufacturer_id.
' , products_status='.$v_db_status . '
WHERE
(products_id = "'. $v_products_id . '")';

$result = tep_db_query($query);
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 09-19-2003, 01:53 PM
Anonymous
Guest
 
Posts: n/a
Default

I solved the problem...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 09-19-2003, 03:00 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,081
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Guest, It would be nice if you shared your solution... don't be selfish now...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 09-19-2003, 05:43 PM
Active Member
 
Join Date: Aug 2003
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jloyzaga
Default

Could anyone explain my problem (excluding the obvious iq issue and the social habits etc).
What I did was downloaded the "complete" EP from a stock ms2 install and then tried to upload it again.
Is it something stupid like "you've already got these in there you fool" issue? I cannot see that in the errors, looks like real issues.

Could someone decipher what those messages mean?

Joe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 09-20-2003, 05:59 AM
Anonymous
Guest
 
Posts: n/a
Default

I wish I could tell you....I have several different sites using different versions, I just kept switching until it worked. I have no idea what I did, all I know is it worked....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 09-20-2003, 11:24 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,081
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Notes dammit! Keep Notes!

Oh well, I am glad you randomly fixed it!
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
not so 'easy populate', upload error danhosts osCMax v2 Installation issues 5 09-29-2006 01:28 PM
Easy Populate Error Message markymrk22 osCommerce 2.2 Modification Help 1 07-07-2005 12:42 PM
Easy Populate v2.74 - Dwonload/Upload 1054 error deekins osCommerce 2.2 Modification Help 3 11-13-2004 04:37 PM
easy populate fatal error americamba osCommerce 2.2 Modification Help 0 01-18-2004 12:43 PM
Easy Populate https error john- osCMax v1.7 General Mods Discussion 0 12-27-2003 06:13 PM


All times are GMT -8. The time now is 10:12 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax