• Resolved breban

    (@breban)


    Greetings!
    I am about a week into my webpage transfer and noticed recently the error on this post’s title when opening the website on Internet Explorer 8. I tried luking at the debug (not very familiar with it) but couldn’t tell what’s causing the error.

    Any help would be greatly appreciated!
    website = https://www.centsablelady.com.

    Thanks in advance!
    Abner

Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems?

    Thread Starter breban

    (@breban)

    I have not deactivated all plugins, only the ones not in use. I will try to go back and disable a few more.

    Should the line number give me a clue to a specific file line? If so, what file?

    BTW, I don’t have any problems with Safari or Firefox. Am in the process of having the hosting service look at their end just in case.

    Also, I do know how to spell ‘looking’! Must’ve been a long day. ??

    It’s a javascript error, so it could be any one of your plugins. Do you have any that relate to Facebook? If so, then try deactivating theme.

    Thread Starter breban

    (@breban)

    Update: Of course the host could not do anything.

    I’ve reviewed my index.php code and cannot tell why line 15 is giving out the error (I’m assuming that’s where it’s coming from). As you may guess, I’m not familiar with coding so any help is appreciated. Code below:

    <?php
    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    /** Loads the WordPress Environment and Template */
    require('./wp-blog-header.php');
    ?>
    Thread Starter breban

    (@breban)

    I actually deactivated my facebook connect plug in and did not get the error. I did get the yellow error bug on my page’s status bar due to my facebook fanbox not loading correctly.

    Any recommendations from here?

    Do you have any that relate to Facebook?

    Curious, did you assume it was fbook or did something clue you in?

    There’s a reference to facebook.com in the IE error.

    Thread Starter breban

    (@breban)

    Got it. I just noticed that and have been trying to find where it’s coming from. I disabled the facebook plugin but the error stays there.

    Is there an ‘easy’ way to find where that call is coming from?

    Thread Starter breban

    (@breban)

    Update: I stopped using the html code provided by facebook as a widget. I installed the ‘Simple Facebook Connect’ plugin and configured it to create a fan box widget. Error went away.

    Thanks for all the help esmi!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Message from Webpage: Out of Memory at line 15 (IE)’ is closed to new replies.