bluecivic21 Posted June 20, 2006 Share Posted June 20, 2006 (edited) followed the instruction carefully and still getting thie error Fatal error: Call to a member function on a non-object in /home/express2/public_html/includes/classes/upload.php on line 179 Line 179 is the end of the upload.php class file. I email my host to see if php safemode is turned up but can someone please help. I also moved the messagestack about the shopping cart Edited June 20, 2006 by bluecivic21 Quote Link to comment Share on other sites More sharing options...
infinityws Posted June 22, 2006 Share Posted June 22, 2006 I installed this mod, along with many others. Anyways, everything appears to be working great, uploading works, data is stored in the db for the attributes, however, on the cart page, the page doesn't seem to be able to call the data from the database.  I just get blank attributes for text/upload values (select works):  - Company Name: - Logo: - Color: Black  There should be some data there.  Any ideas? Quote Link to comment Share on other sites More sharing options...
pdogg Posted June 27, 2006 Share Posted June 27, 2006 Just wanted to know if this is possible. I have it the upload mod installed and have it where you can see the picture when you upload it. Just wondering if instead of the upload mod being on the product it could be on a page by itself. I have a tshirt company and people order alot of different items and need the same logo on all of the items. So maybe they shop for the products they want then it goes to an upload form. If anyone knows of a way to do this would help out alot!!! If I have to pay I will. Â Thanks Quote Link to comment Share on other sites More sharing options...
TheTrueHero Posted June 30, 2006 Share Posted June 30, 2006 I keep getting "Error Error: destination does not exist." I've tried everything that I can think of, can someone tell me where I can change the destination of the file so it does exist? Â I got it to work before, but now I have no clue as of where to change the destination. Quote Link to comment Share on other sites More sharing options...
riwi Posted August 6, 2006 Share Posted August 6, 2006 Hai, Â I need some help with the contribution "File Upload .7 (for PA - Option Type Feature)". I installed everything, and it works. But I'm from the Netherlands, so I installed the Dutch languagepack. I changed the language-changes in the dutch files too, but it doesn't work. Â Does anyone know what I do wrong, or how I can make it work. Â Thanks. Â Greetings, Â Rianne Quote Link to comment Share on other sites More sharing options...
riwi Posted August 7, 2006 Share Posted August 7, 2006 Okee, I made it work, its a great contribution. Â But, I have another question : Â I see this on my screen : Behind the file-upload is a price (+0,00EUR). That price comes automaticly, and I don't wont that. Â Can anyone help me how to get rid of the price. Â Thanks. Quote Link to comment Share on other sites More sharing options...
riwi Posted August 12, 2006 Share Posted August 12, 2006 Nobody who can help me :'( Quote Link to comment Share on other sites More sharing options...
AppleUser Posted August 13, 2006 Share Posted August 13, 2006 I have the same problem... Quote Link to comment Share on other sites More sharing options...
Yari Posted September 6, 2006 Share Posted September 6, 2006 Ok my time to ask :D Has anyone got this contrib to work with STS ? Quote Link to comment Share on other sites More sharing options...
tylerd213 Posted September 14, 2006 Share Posted September 14, 2006 I keep getting "Error Error: destination does not exist." I've tried everything that I can think of, can someone tell me where I can change the destination of the file so it does exist? I got it to work before, but now I have no clue as of where to change the destination. Im having the same problem, can someone help? Quote Link to comment Share on other sites More sharing options...
go cre8 Posted September 22, 2006 Share Posted September 22, 2006 i'm having the same problem destination problem too.... anyone resolved yet? Quote Link to comment Share on other sites More sharing options...
Chris Smith Posted September 28, 2006 Share Posted September 28, 2006 Hi everyone I don't know if you can help me but when I upload an image I get this - instead of an image name the text works fine but not the image, however it does upload though. Quote Link to comment Share on other sites More sharing options...
Chris Smith Posted September 28, 2006 Share Posted September 28, 2006 (edited) Hi everyone I don't know if you can help me but when I upload an image I get this - instead of an image name the text works fine but not the image, however it does upload though. Â Â So as you can see the image appears only as a - rather than named. Edited September 28, 2006 by Chris Smith Quote Link to comment Share on other sites More sharing options...
Chris Smith Posted September 29, 2006 Share Posted September 29, 2006 Â So as you can see the image appears only as a - rather than named. Â Please :'( :'( Quote Link to comment Share on other sites More sharing options...
rhurd Posted October 2, 2006 Share Posted October 2, 2006 I'm getting this message when trying to upload images using this feature. Â Warning: move_uploaded_file(/tmp/phpFQhPVk): failed to open stream: No such file or directory in /home/vinnyvzw/public_html/includes/classes/upload.php on line 114 Â Warning: move_uploaded_file(): Unable to move '/tmp/phpFQhPVk' to '/home/vinnyvzw/public_html/images/uploads/519DSC_7450.JPG' in /home/vinnyvzw/public_html/includes/classes/upload.php on line 114 Â Any idea why or what this means? Â Thanks is advance Quote Link to comment Share on other sites More sharing options...
Chris Smith Posted October 2, 2006 Share Posted October 2, 2006 Please :'( :'( Â :-" Quote Link to comment Share on other sites More sharing options...
andrew71 Posted October 18, 2006 Share Posted October 18, 2006 I've installed the upload and view features to a site I'm developing and everything seems okay except for the view option on the order page.  What is displayed for me along with the order is:  - Image: Click to View  The link is simply to the uploads folder, not to the file that has been uploaded. There is nothing on the orders page to indicate which file belongs to the order.  I can see the name of the file in the files_uploaded_name of the files_uploaded table, but that is the name of the file uploaded from the customer's PC.  Is the filename as stored in the uploads folder supposed to be in the products_options_values field of the orders_products_attributes folder? For each of the orders where I'm uploading an image, there is a record being created in the table, but the products_options_values field is blank. If so, at what point is that field supposed to be created and does anyone have any idea why it isn't working for me?  I'm so close to success with this module, it's really frustrating.  Thanks for any assistance. Quote Link to comment Share on other sites More sharing options...
andrew71 Posted October 19, 2006 Share Posted October 19, 2006 Doing some more digging on this, I've found that the data entered by the customer, i.e. a Text string or an uploaded image file, is being entered into the customers_basket_attributes table in the products_options_value_text field correctly. Therefore the order appears correctly to the customer, with all of the customisation detail appearing. Â Where it seems to be going wrong is where I assume that the customers text or image filename is supposed to be placed in the orders_product_attributes table. Instead of seeing the text entered or a filename in the products_options_values field, instead I'm just getting TEXT. Â I can only assume that I've done something wrong during the installation, but I've checked all the files and read all the way through this thread and still can't find the problem. Quote Link to comment Share on other sites More sharing options...
andrew71 Posted October 19, 2006 Share Posted October 19, 2006 Okay, I've started from scratch and have had the File Upload module working perfectly. Â However, now I've uploaded the Paypal IPN module (which I had installed first previously) and it's gone screwy again. Does anyone have the File Upload and Paypal IPN modules installed together happily? Quote Link to comment Share on other sites More sharing options...
Guest Posted November 16, 2006 Share Posted November 16, 2006 (edited) Hi,  If I add an Upload attribute to a product, I hen go to purchase it, I get a blank page when I click on Add to Cart. Any ideas why this could be occuring? I have not added any other contributions to my site, so I copied the updated files, and then made the necessary changes on the configure files and database.  If no one knows, is there any way to debug php?  Many thanks  Drew Edited November 16, 2006 by gotch_ur_number Quote Link to comment Share on other sites More sharing options...
goldbuckle Posted November 28, 2006 Share Posted November 28, 2006 HELP?!? I can not figure out what is wrong but I am getting this error when I try to upload a file: Â Error: destination (DIR_FS_UPLOADS) does not exist. Â I have read through all of the posts in this contribution and I can't find an answer. Â Can any one please help me before I have massive coronary?????? Quote Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2006 Share Posted December 2, 2006 Is there read write perinissions to the upload folder?  Or  Have you remembered to create the upload the empty upload folder in the Merged files supplied with the contribution? Quote Link to comment Share on other sites More sharing options...
jdstraughan Posted December 3, 2006 Share Posted December 3, 2006 I am completely lost. Â I have updated/merged all .php files on this new install. I have updated MySQL with one error, and have tried to install this contribution 6 times to no avail. Am I missing something stupid? Â Here are my steps, plz tell me where I am wrong. I have over 30 hours in this install, and am at my wits end. Â 1. Download and unpack oscommerce 2. Patch all .php files for contrib 3. extract CATALOG and upload to server 4. Create MySQL DB 5. Install osecommerce 6. Install MySQL .sql files 7. should run? Â What am I missing? Â Jason Quote Link to comment Share on other sites More sharing options...
jdstraughan Posted December 3, 2006 Share Posted December 3, 2006 Okay, ignore last post. Â I can now see the Text input fields and File Upload fields in my Product Options area. However, when I upload a file i get this error: Â Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/m/s/o/msoutlaws/html/tangent/catalog/includes/configure.php:48) in /home/content/m/s/o/msoutlaws/html/tangent/catalog/includes/functions/sessions.php on line 97 Â Warning: Cannot modify header information - headers already sent by (output started at /home/content/m/s/o/msoutlaws/html/tangent/catalog/includes/configure.php:48) in /home/content/m/s/o/msoutlaws/html/tangent/catalog/includes/functions/general.php on line 29 Â ANY HELP? Â Thanks... Quote Link to comment Share on other sites More sharing options...
webessentials Posted December 10, 2006 Share Posted December 10, 2006 HELP?!?I can not figure out what is wrong but I am getting this error when I try to upload a file: Â Error: destination (DIR_FS_UPLOADS) does not exist. Â I have read through all of the posts in this contribution and I can't find an answer. Â Can any one please help me before I have massive coronary?????? Â I had the same problem. What happened to me was that my edited /catalog/includes/configure.php file was not uploading because I had set the permissions to non-writable (per osc post-install procedure). Looking at the server error logs helped me figure it out. Once I set the permissions to writable it allowed me to overwrite it with the edited version and everything worked perfectly! Hope this helps. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.