Skip to main content

Granted, I had to change and update a bunch of stuff as I went along as the last time I listed was in December, but that would have been a minor annoyance against the other problems I had listing.

All of it had to do with images, not the uploading and managing part, but with trying to do the listing. That's why I am doing this thread here and not on the image hosting forum.

I like to put a picture first in my description, however, extra code kept being put in when I used the Add Image button in Design mode. The image and the whole description would seem to disappear. This is the code that was added: <img alt="" src="http://img.auctiva.com/imgdata/0/4/0/1/6/4/webimg/3211209_o.jpg" />

If I go to text mode and deleted alt="" sometimes it would correct the problem and sometimes the alt-"" would end up at the end of the above code and I would have to remove it again. My knowlege of HTML is enough to suspect that was the problem, but I have no idea what alt="" means!

Next, when I go to add the images in the image selection section, I could go and choose the images with no problem, but when I hit the "Done" button, after a minute or so I would get an error message:

A script on this page is causing mozilla to run slowly. If it continues to run, your computer may become unresponsive. Do you want to about the script?

If I cancel, I can't add any photos, if I hit OK, the error message comes up again. The only way to get all my photos on is to keep hitting the ok button until it decides it is done, and there are all the photos.

Please do not tell me that I must use IE with your product or I will stop using it. In this day and age, any web product must be compatible with both IE and Netscape. (I have version 7.2)
Original Post

Replies sorted oldest to newest

I attempted to file a service request with this problem, but got the following error message:

Server Error in '/' Application.
Runtime Error
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>

Add Reply

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