Page 1 of 1

Anyone seen this arror before?

Posted: Wed Apr 16, 2008 1:07 pm
by ruggedcross
Anyone seen this error before? I tried to add a car seat to the shopping cart on http://www.peteau.net and I got the following error:

Sys.InvalidOperationException: Could not find UpdatePanel with ID
'ctl00_wpm_ShowProduct_ctl07_ReviewsPanelAjax'. If it is being updated dynamically, then it must be inside another UpdatePanel.

Anyone seen this arror before? Is there a fix for this? :shock:

Re: Anyone seen this arror before?

Posted: Wed Apr 16, 2008 1:27 pm
by jmestep
It looks like it has to do with your reviews panel not being there, or something. When you click on the reviews link, nothing happens either.

Re: Anyone seen this arror before?

Posted: Fri Apr 18, 2008 2:23 am
by m_plugables
I am agreed with Judy. Either the Reviews Panel is missing or the id used to access the panel is invalid. Well it will be lot more help full if you post the code causing problem.

Re: Anyone seen this arror before?

Posted: Fri Apr 18, 2008 7:29 am
by ruggedcross
That's the thing, I don't where the code is to post it. I don't know what module in the content and layout section is causing the problem. :(

Re: Anyone seen this arror before?

Posted: Fri Apr 18, 2008 7:44 am
by m_plugables
The ajax panel causing the problem exist in the ConLib/ProductReviewsPanel.ascx control. You should check it. There is only one AJAX Panel in this file and it should be like

Code: Select all

<ajax:UpdatePanel ID="ReviewsPanelAjax" runat="server">

Re: Anyone seen this arror before?

Posted: Fri Apr 18, 2008 7:46 am
by jmestep
It's strange because some of your products have a problem and some don't. The stairs are OK- are you using different display pages?

Re: Anyone seen this arror before?

Posted: Fri Apr 18, 2008 7:56 am
by ruggedcross
in the content and layout section for the reviews page all i HAVE ARE THE FOLLOWING.

My products review page
Product Review Terms Page
Edit My Review Page

and none of them have <ajax:UpdatePanel ID="ReviewsPanelAjax" runat="server"> in it. Do I have to FTP into the site to see the .ascx file?

Re: Anyone seen this arror before?

Posted: Fri Apr 18, 2008 7:57 am
by ruggedcross
jmestep wrote:It's strange because some of your products have a problem and some don't. The stairs are OK- are you using different display pages?
Not that I am aware of..... I noticed that also and am at a loss :shock:

Re: Anyone seen this arror before?

Posted: Fri Apr 18, 2008 5:32 pm
by jmestep
Yes, you would have to ftp in. There might be two files you have to check- .ascx and .ascx.cs.

Re: Anyone seen this arror before?

Posted: Fri May 30, 2008 12:02 pm
by creativespark
Hi guys i am having this error as well:
But not sure why... the Ajax tags in conlib files were not tampered with and are perfectly there.

Did you guys get the error solved, What was it due to and what is the solution please.

Thanks in advance

Regards
Umesh
Wicked Overstock Development Team
http://216.139.233.185

Re: Anyone seen this arror before?

Posted: Sat May 31, 2008 1:42 am
by m_plugables
It seems that you have customized pages. Could you attach some pages which have problem to this post.
Note:
All the contents of the store pages are coming from ConLib and most probably the files having problem will be ConLib controls. When you attach some page please also attach all the ConLib controls used over the page like sidebar control, content controls.

Re: Anyone seen this arror before?

Posted: Tue Aug 25, 2009 6:27 pm
by jake.pretot
I'm also having this problem. Did anybody identify the problem?