Skip to main content

I thought ebays page not responding was annoying, but I can honestly say this site is worse. After an afternoon of looking at the error screen the system has just deleted all 25 listings I created to upload. Thank you auctiva, I shall go back to turbolister. The error screen has been coming up for loading images, saving edited listings, even just viewing saved listings - and after one such error all 25 went.
Original Post

Replies sorted oldest to newest

Or if you prefer:
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Gaby when you first posted you made it sound like you were also having problems with eBay. There also were no wide spread complaints yet and you stated you had the problem all afternoon. That is why I suggested it “might” be on your end. Sounds like you tried some troubleshooting methods and they failed. I believe someone from Auctiva really needs to post.
Thanks...I know I really like Auctiva and I don't plan on changing BUT dog gone it everytime I go through the whole process to list something it won't I will take a break for now before I blow a gasket!! hey Bubba I see yur from Seattle..I am from Olympia!!!!! Thought with the snow this would be a good time to list also!!!!

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×