Anyone seen this arror before?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ruggedcross
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Thu Apr 03, 2008 1:56 pm

Anyone seen this arror before?

Post by ruggedcross » Wed Apr 16, 2008 1:07 pm

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:

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Anyone seen this arror before?

Post by jmestep » Wed Apr 16, 2008 1:27 pm

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.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
m_plugables
Commander (CMDR)
Commander (CMDR)
Posts: 149
Joined: Tue Mar 11, 2008 12:44 am
Contact:

Re: Anyone seen this arror before?

Post by m_plugables » Fri Apr 18, 2008 2:23 am

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.
Image
Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com

ruggedcross
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Thu Apr 03, 2008 1:56 pm

Re: Anyone seen this arror before?

Post by ruggedcross » Fri Apr 18, 2008 7:29 am

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. :(

User avatar
m_plugables
Commander (CMDR)
Commander (CMDR)
Posts: 149
Joined: Tue Mar 11, 2008 12:44 am
Contact:

Re: Anyone seen this arror before?

Post by m_plugables » Fri Apr 18, 2008 7:44 am

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">
Image
Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Anyone seen this arror before?

Post by jmestep » Fri Apr 18, 2008 7:46 am

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?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

ruggedcross
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Thu Apr 03, 2008 1:56 pm

Re: Anyone seen this arror before?

Post by ruggedcross » Fri Apr 18, 2008 7:56 am

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?

ruggedcross
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Thu Apr 03, 2008 1:56 pm

Re: Anyone seen this arror before?

Post by ruggedcross » Fri Apr 18, 2008 7:57 am

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:

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Anyone seen this arror before?

Post by jmestep » Fri Apr 18, 2008 5:32 pm

Yes, you would have to ftp in. There might be two files you have to check- .ascx and .ascx.cs.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

creativespark
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Fri May 23, 2008 2:59 am
Location: India
Contact:

Re: Anyone seen this arror before?

Post by creativespark » Fri May 30, 2008 12:02 pm

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
Sam Sethi
Website Developer
Skype: creativesparksolutions1
http://www.ecommerceoffshorebycss.com
Free tips and ecommerce guidance : http://www.ecommerceoffshorebycss.com/guidetoecommerce/

User avatar
m_plugables
Commander (CMDR)
Commander (CMDR)
Posts: 149
Joined: Tue Mar 11, 2008 12:44 am
Contact:

Re: Anyone seen this arror before?

Post by m_plugables » Sat May 31, 2008 1:42 am

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.
Image
Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com

jake.pretot
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Fri Feb 20, 2009 1:31 am

Re: Anyone seen this arror before?

Post by jake.pretot » Tue Aug 25, 2009 6:27 pm

I'm also having this problem. Did anybody identify the problem?

Post Reply