Problems uploading simple information
Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Using ProductCart
Forum Description: Running your store with ProductCart
URL: https://forum.productcart.com/forum_posts.asp?TID=3531
Printed Date: 01-March-2025 at 9:15am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Problems uploading simple information
Posted By: Otane
Subject: Problems uploading simple information
Date Posted: 20-March-2010 at 12:31am
I get this error trying to just fill in the "Ship From" :
Microsoft VBScript runtime error '800a0046'
Permission denied
/store/includes/PageCreateShipFromSettings.asp, line 171
any clue what is going on here? Permissions have been checked already. I have been using Product Cart for years and this 4.0 is really a pain.
|
Replies:
Posted By: ProductCart
Date Posted: 20-March-2010 at 4:17am
This is not a ProductCart v4 problem. The code was identical in previous versions. That line in the file reads:
This means the FileSystemObject is unable to delete the "shipFromSettings.asp" file that is already there before recreating it with the new shipping settings.
This is indeed a folder permission issue. It means that "DELETE" permissions are not available on the "includes".
Since you indicated that you have been using ProductCart for years, there are two possibilities that would explain a folder permissions issue that you did not have before:
(1) This is a new Web server (or a new location on the same Web server)
(2) The Web hosting company - for some reason - reset the folder permissions (we've seen this happen in very rare cases).
In any case, the solution is to reapply folder permissions. Remember that this cannot be done through FTP on a Windows server (unlike a Unix server), but rather has to be done through your Web hosting administration area (or directly on the server if this is a dedicated server).
For details, please see http://wiki.earlyimpact.com/productcart/install-permissions - http://wiki.earlyimpact.com/productcart/install-permissions
------------- The ProductCart Team
Home of ProductCart http://www.productcart.com" rel="nofollow - shopping cart software
|
Posted By: Otane
Date Posted: 20-March-2010 at 12:11pm
Thanks for the reply.
It is a dedicated server in my cage just for ecommerce. I had to open permissions for productcart/pcadmin which was closed since I felt there was a security issue - It has worked after that.
|
|