I am using Multistore 9.2, and when I try to add or edit a category the application crashes with the following Javascript error:
Message: 'Sys.WebForms.PageRequestManager' is null or not an object
Line: 179
Char: 1
Code: 0
Any idea?
Thanks!
I am using Multistore 9.2, and when I try to add or edit a category the application crashes with the following Javascript error:
Message: 'Sys.WebForms.PageRequestManager' is null or not an object
Line: 179
Char: 1
Code: 0
Any idea?
Thanks!
Usually this error is when trying to execute Java code before the form tags have been closed. But never seen this in an admin page before, usually just xml packages.
Have you made any changes to this file? newentities.aspx?
Skriver, no, I didnt mess with any original code. Actually all that I did was to install the package, create the database using the original SQL script and then right after to login the admin page, I faced this issue.
Something that I never mentioned before -- because it didn't seem to be relevant for me -- is that currently we have our current website (StoreFront 7.0.2.5) running at http://www.pamsauto.com. Since we have tons of customizations to be done, we pointed the new MultiStore to http://www.pamsauto.com/newsite then actually we have both sites running, then we can keep the current one up while the new version is correctly configured (it will take several weeks).
Is possible that this be the root of all problems?
Thanks!