Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Javascript error?

  1. #1
    LPBR is offline Junior Member
    Join Date
    Dec 2011
    Posts
    24

    Default Javascript error?

    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!

  2. #2
    Skriver is offline Senior Member
    Join Date
    Apr 2012
    Posts
    188

    Default

    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?

  3. #3
    LPBR is offline Junior Member
    Join Date
    Dec 2011
    Posts
    24

    Default

    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!