Skate:
> ...I cannot seem to get the pictures to work.
> My store is located at ...xxx .com/catalog
> So, my images are at ...xxx. com/catalog/images
> I uploaded the file to ...xxx .com/catalog/oscpm1_upload.php
Ok, the paths seems ok. But let's check them. Open your web browser. Add the URL of the upload script. You should see a message like: "OSCommerce Product Manager, server-side script 0.1.0." If no message is displayed or an error is displayed, then something is wrong with the script (it may not be there, or maybe the webserver cannot read it, etc).
> I looked at my tools in internet explorer,
> and went to connections, and lan settings,
> but the proxy is not selected.
That means there is no explicit proxy configuration. However if "Detect automatically" is enabled in Windows configuration there may be a proxy with Web Proxy AutoDiscovery (WPAD) (that cannot be used directly by the OSCPMWin application). To test this, just try this: open the Command Prompt of Windows, type
Code:
telnet www.yourserver.com 80
(for example). If telnet just hang there waiting a minute or two, failing to connect, there is for sure a proxy installed. If you get a prompt or a clear screen type "GET" (in uppercase), press Enter and you should get an answer from the web server, meaning there is no proxy (well, it could be a transparent proxy, but in that case the proxy is not the problem).
If you discover there is a proxy between you and internet, you should ask your administrator or your ISP what are the proxy settings (just tell them you have a software that need the parameters). If you use another browser (like Netscape, Mozilla or Firefox) that cannot use WDAP, maybe you already have the proxy parameters at hand.
> Everything is working perfectly on the
> program except the images. I can add,
> change and even delete products...when
> I add an item, i get a socket error 11001
> Host Not Found. (again, only on the images)
That means that it was not possible to contact the server. The error means "I cannot contact that server", even if the hostname is correct. I think you have a web proxy. Please check that.
I think you cannot download images already on your server, right?
> I will be posting ideas at a later time.
> (already have my list started).
Great!
Regards,
Mario A. Valdez-Ramirez.