Welcome to the NEW PROPERAUTOCARE.com, with a sale of course!

I'm getting an 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>
 
OK now will somebody remind this old timer how do I go about removing my cookies ? I wanna shop too ! I've been up since 3:00 pm yesterday and my mind is kind of fuzzy.
 
Paul:

Depending on what browser you are using, it is usually in the Options or Tools section of your browser. Settings such as "clear browsing history" or such, will usually do it.

If you need assistance, just let me know.
 
Who said you can't teach an old dog new tricks ? It worked fine and I slightly remember doing this before. Thanks again for the help. \m/
 
deleting the cookie will only make you lose your saved log ins to all your sites. i had to go back and log in again in all my sites.
 
deleting the cookie will only make you lose your saved log ins to all your sites. i had to go back and log in again in all my sites.

Worked OK for me. Kept me signed into all the forums I visit so far.Maybe I just got lucky. Went to Saftey and then selected "delete browsing history".
 
I'm getting an 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>

On other machine, I got this error this am. I just cleared the url and entered propercarcare.com and it worked. Chrome was autofilling the url (added something like index.htm etc to it) and that was no longer valid. Now, chrome remembers the name correctly. You need to clear the bookmark if you use them.
 
Thanks guys for the positive vibes on the new site. Please feel free to be critical if you find anything not right. It has been a LONG work in progress for the crew at PAC.
 
I like the new site. However:

I don't see Optimum Opti-Clean. Does that mean you're out of stock, or you aren't carrying it, or it is forgotten? Some kind of "Available now" or "Out of stock" message would be good.

I got the error like others did. I wouldn't have known it was my browsers cookie problem unless I was on this site. I was just figuring the site was broken. Most non-techies won't think to kill cookies.

The "You may also like" section keeps suggesting the same items. Seems like it would be related to previous orders, recently viewed, or my cart selections.
 
Prob: on the main page of PAC, and others, below the horizontal listing - New Products/Car Accessories, etc. there are 3 lines of items - Orbital and DA polishers, etc. The third line is cut off near the top of the print. I'm using an '09 iMac running 10.5.8 and Safari Ver. 5.0.5.
 
Back
Top