Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1200233
    jonmar19
    Participant

    My websites is not behaving well. some of pages got an http 500 error. but when i am login as admin all the pages and changes is working fine. but when search on browser the websites is not loading smoothly and got error.

    http://www.global-me.com

    #1200254
    Christopher
    Moderator

    Hi there,

    I checked random pages but didn’t receive any errors.
    Is this happening on specific pages? Please provide us with exact URLs.

    Thanks.

    #1200271
    jonmar19
    Participant

    When i clear page catched it takes time to load other pages properly. But other pages is not loading.

    http://www.global-me.com/about-us/
    http://www.global-me.com/mission/
    http://www.global-me.com/vision/
    http://www.global-me.com/services/
    http://www.global-me.com/consultancy/
    http://www.global-me.com/training-schedule/
    http://www.global-me.com/news/
    http://www.global-me.com/contact-us/

    I deactivate adminimize plugins. but i do want to hide the admin bar on my websites.

    Could you please check again if its loading properly.

    Thanks a lot.

    #1200282
    jonmar19
    Participant

    and now i am getting blank pages also.

    #1200288
    Lely
    Moderator

    Hi There,

    A white screen usually means there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening wp-config.php and adding
    define( 'WP_DEBUG' , true ); just above /* That's all, stop editing! Happy blogging. */ For example:

    define('WP_DEBUG', true);
    
    /* That's all, stop editing! Happy blogging. */

    When you revisit the page with the white screen, you should have some error output describing the issue in more detail.

    #1200292
    jonmar19
    Participant

    Hi i added that on wp-config.php and same issues. other pages have white screen and other pages http error 500. I don’t know what i do wrong on my websites.

    #1200314
    Thai
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link login to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1200328
    jonmar19
    Participant
    This reply has been marked as private.
    #1200341
    Christopher
    Moderator

    Hi there,

    You have many active plugins.
    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

    #1200355
    jonmar19
    Participant

    ok i will try to do that. and one more thing do you know how can i hide the admin bar? i deactivate the adminimize plugin thinking that it give me issues.

    #1200374
    Christopher
    Moderator

    Hi there,

    Under Users -> Profile, uncheck the box ‘Show Toolbar when viewing site’.

    Thanks.

    #1200382
    jonmar19
    Participant

    it is already uncheck. Still the admin top bar or the black bar on top with login still showing when visiting the websites.

    #1200429
    Paul R
    Moderator

    Hi,

    You can try adding this in your child theme functions.php file.

    
    add_filter('show_admin_bar','__return_false');
    

    Hope that helps.

    #1254655
    Lio_O
    Participant

    Hi there, I was having kind of the same issue and I’ve done [ define(‘WP_DEBUG’, true); ] and then it says;

    Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /srv/www/data/users/c/f/cf1e89a1/public/wp-includes/functions.php on line 3996 Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /srv/www/data/users/c/f/cf1e89a1/public/wp-includes/functions.php on line 3996

    Now I am trying to find out, I would strongly appreciate help on this, thanks!.

    #1254661
    Lio_O
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1200233 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>