Xigla absolute live support help
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 22
- Joined: Thu Oct 16, 2008 1:21 pm
Xigla absolute live support help
i have installed Xigla live support on our site creating the database and logins. however, the instructions tell you to move the bin files to the root bin files. now when i try to log into the system i get this error from the browser.
"Using themed css files requires a header control on the page. (e.g. <head runat="server" />)"
it looks as if the style css file for AC is messing with the absolute LS file. i know some people on here have successfully used Xigla absolute live support with AC and hoping you all would have an answer for this.
"Using themed css files requires a header control on the page. (e.g. <head runat="server" />)"
it looks as if the style css file for AC is messing with the absolute LS file. i know some people on here have successfully used Xigla absolute live support with AC and hoping you all would have an answer for this.
Re: Xigla absolute live support help
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 22
- Joined: Thu Oct 16, 2008 1:21 pm
Re: Xigla absolute live support help
thanks that fixed it.
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 22
- Joined: Thu Oct 16, 2008 1:21 pm
Re: Xigla absolute live support help
that fixed the login screen error however i am now getting this error trying to log in via the instructions:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Could not find stored procedure 'xlaALSsp_login'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Could not find stored procedure 'xlaALSsp_login'.
Source Error:
Line 22:
Line 23: Sub btnLogin_Click(S As Object, E As ImageClickEventArgs)
Line 24: if usr.text<>"" and pwd.text<>"" then message.text=dologin(usr.text ,pwd.text)
Line 25: end sub
Line 26:
Source File: C:\hosting\website\absolutels\login.aspx Line: 24
any ideas ?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Could not find stored procedure 'xlaALSsp_login'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Could not find stored procedure 'xlaALSsp_login'.
Source Error:
Line 22:
Line 23: Sub btnLogin_Click(S As Object, E As ImageClickEventArgs)
Line 24: if usr.text<>"" and pwd.text<>"" then message.text=dologin(usr.text ,pwd.text)
Line 25: end sub
Line 26:
Source File: C:\hosting\website\absolutels\login.aspx Line: 24
any ideas ?
Re: Xigla absolute live support help
Looks like the install didn't go correctly. Did the SQL install script run correctly?
Check your database and make sure the Xigla tables and stored procedures were created.
Check your database and make sure the Xigla tables and stored procedures were created.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
Re: Xigla absolute live support help
Also make sure the table schemas are correct. I have a product that creates tables. Sometimes people use a different user (with different permissions) to run the scripts which creates table names like "bill.Table1" instead of "dbo.Table1". Then when the website runs, it cannot see the tables because they have a different schema.SolunarServices wrote:Looks like the install didn't go correctly. Did the SQL install script run correctly?
Check your database and make sure the Xigla tables and stored procedures were created.
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 22
- Joined: Thu Oct 16, 2008 1:21 pm
Re: Xigla absolute live support help
the reinstall got everything going.
however, i have installed a link to this on our home page (http://www.pizzaovens.com) and wanted to add it to the product page as well. i can get it to display correctly however the service will not work from these pages. it seems that when you click on the link to go to live support from the product pages it looks to call absolutels/product.aspx instead of the page it should be calling. i think there could be some code that could be edited to make this work maybe?
just seeing if you all had had the same issues and had found a work around yet.
thanks
however, i have installed a link to this on our home page (http://www.pizzaovens.com) and wanted to add it to the product page as well. i can get it to display correctly however the service will not work from these pages. it seems that when you click on the link to go to live support from the product pages it looks to call absolutels/product.aspx instead of the page it should be calling. i think there could be some code that could be edited to make this work maybe?
just seeing if you all had had the same issues and had found a work around yet.
thanks
Re: Xigla absolute live support help
It won't work in the content section on product pages. I think it has to do with some funky page inheritence Xigla is doing that conflicts with AC7 page inheritence.
That's why mine is always on a side bar or header scriptlet. Never could get it to work in the content section on the product page.
Works fine on the home page content section, just not product pages. Shrug.
That's why mine is always on a side bar or header scriptlet. Never could get it to work in the content section on the product page.
Works fine on the home page content section, just not product pages. Shrug.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 22
- Joined: Thu Oct 16, 2008 1:21 pm
Re: Xigla absolute live support help
currently i have it on a sidebar and it works from the home page, however that same side bar is used in other parts of the site and the link does not work from those pages.
did you have any luck getting it to work from anywhere besides the home page?
did you have any luck getting it to work from anywhere besides the home page?
Re: Xigla absolute live support help
Yeah I just created a simple user control that contains the javascript code generated by the program.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 22
- Joined: Thu Oct 16, 2008 1:21 pm
Re: Xigla absolute live support help
have you all had any issues with network congestion? it seems we get this error about 3 or 4 times a day when monitoring the site with the live chat software.
Re: Xigla absolute live support help
Make sure you don't have the Realtime settings turned on. I noticed a huge performance hit against my site when it was enabled so I turned mine off.pizzaovens1 wrote:have you all had any issues with network congestion? it seems we get this error about 3 or 4 times a day when monitoring the site with the live chat software.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
Re: Xigla absolute live support help
I just got this in my email:
Starting now until January 7st 2009 get 20% Off any of our .NET applications.
Just go to our web site at http://www.xigla.com
Select the .NET product you want, proceed to the order
page and when prompted, enter the following COUPON CODE :
XMAS2008
Able Customer Since 1999 Currently Running on GOLD R12 SR1 and PCI Certified.