Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Palle Hansen 143 posts 396 karma points
    Mar 08, 2012 @ 19:16
    Palle Hansen
    0

    Member section keep loading - doesn't show any folders

    Hi,
    When I try to go to the Member section it only shows the loading bar.
    No folders appears.
    I'm using vers. 4.5.2

    The error I get is a script error:
    Error 1: attempt to runcompile and go script ona cleared scope
    Error 2: a[b] is null

    I've tried copy the files again, but no luck.

    Any ideas?

     

    Palle

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Mar 08, 2012 @ 19:37
    Tom Fulton
    0

    Hi,

    Did you do anything such as upgrade Umbraco or any development work recently?  Or did this just start happening out of the blue?

    To help troubleshoot you can run Fiddler or Firebug's Net tab when you access the members section, and look for any 500 errors.  Then you can inspect the raw data to hopefully get a better error message which might give us a hint :)

    -Tom

  • Palle Hansen 143 posts 396 karma points
    Mar 08, 2012 @ 22:39
    Palle Hansen
    0

    Hi Tom,

    Thanks for your reply.

    Well I'm not getting any 500 errors. Checked my permissions and they are all fine.

    So could it might be the database that has been corrupted some how, and then causing the "Error 2: a[b] is null" message?

    Palle

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Mar 08, 2012 @ 22:46
    Tom Fulton
    0

    Hmm, I would really think you'd be getting a 500 error.  Did you use Fiddler to test this?  You won't see it unless you use a tool like that to monitor.

    Can you also check your umbracoLog table for any errors.

    Did you recently upgrade this install, install any packages or do any dev work?

    You can try clearing your ClientDependency cache also:
    - Delete all files in /App_Data/ClientDependency/TEMP or /App_Data/TEMP/ClientDependency
    - Open /config/clientDependency.config and increase the version number at the top by 1 and save
    - Touch your web.config file (open it, add a blank line, delete it, and save)

    -Tom

  • Palle Hansen 143 posts 396 karma points
    Mar 09, 2012 @ 08:21
    Palle Hansen
    0

    Hi Tom,

    I've installed two new packages (uComponents, Imagegen). I've tried uninstalling but no luck.
    I did the test with Firebug's Net tab.
    But I'll try with Fiddler later to day.

    Nothing to see en the umbracoLog table.

    I've also made some new XSLT's but nothing to do with Members.

    The last thing you wrote didn't work. My ClientDependency was already empty and the version number 1.

    Can't figure it out

    Palle

  • Dan 43 posts 72 karma points
    Mar 09, 2012 @ 14:18
    Dan
    0

    I have had this too. Noticed it had something to do with uComponents.

    My issue was from a clean install, using the sqlmembership providers though. As soon as I remove 

    <add name="uComponentsModule" type="uComponents.Core.Modules.uComponentsModule, uComponents.Core" />

    from the Modules section of the web.config it seems to work again.

    Dunno why like.

  • Palle Hansen 143 posts 396 karma points
    Mar 10, 2012 @ 10:27
    Palle Hansen
    0

    Hi Dan,

    Thanks for your reply.
    I'll try to removing the line later to day.

    Palle

  • Palle Hansen 143 posts 396 karma points
    Mar 11, 2012 @ 14:36
    Palle Hansen
    0

    Hi Dan,

    Unfortunately it didn't help. That returns a 500 internal server Error message.
    I have tried uninstalling uComponents, but still the loading images shows under Member, anf nothing else happens?

    Any other ideas?

     

    Palle

  • Palle Hansen 143 posts 396 karma points
    Mar 14, 2012 @ 11:33
    Palle Hansen
    0

    Hi again,

    My problem is solved.
    It turned out that is was a custom dll.(different custom provider)

    Palle

Please Sign in or register to post replies

Write your reply to:

Draft