• Hi,
    I’ve recently been running into many issues on my wordpress site. Firstly, I installed simple intranet because I am designing the intranet for the company I work for (I’m a summer student). Anyways, I got it up and running but I messed around with one of the plugins on the front end and then I somehow lost all my admin rights, and all other admins lost their privileges as well. I can’t view plugins, users, etc. I only have very limited access. So I tried to disable plugins via FTP which didn’t work, and I then tried to reinstall some of the wordpress files and I guess I just messed it up more, because now the front end is just a white screen. I also deleted my current theme, which didn’t work. I can still access the back end but it is very limited (I can’t view many of the side bar options). Any help would be great, I’ve been searching in the forums for help but I can’t find a fix.
    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try checking your site’s error logs for a more specific error message. Your hosts should be able to help you accessing your site’s error logs.

    Thread Starter moraite

    (@moraite)

    Okay I’ll contact the host. It usually takes a while for a response from them, would you recommend anything else for the time being?

    Thread Starter moraite

    (@moraite)

    Okay so I now have an error on my white screen, which says this:

    Notice: wp_enqueue_script 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.) in /home/content/57/9465357/html/wordpress/wp-includes/functions.php on line 3245

    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.) in /home/content/57/9465357/html/wordpress/wp-includes/functions.php on line 3245

    I’d bet whatever theme you are using is trying to enqueue scripts or styles directly onto the login page , which is a no-no. I only know that because I had to re-write a section of our plugin to abide by this new rule. Our users were getting similar errors.

    Thread Starter moraite

    (@moraite)

    Okay, thanks. I’ve deleted my current theme via FTP, but WordPress hasn’t reverted to the old theme, it still thinks I’m using my custom theme. I also disabled all plugins and the error messages have disappeared, so I’m left with a white screen. I also get a couple errors recurring in my error logs:
    [02-Jul-2014 13:15:20 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/content/57/9465357/html/wordpress/wp-content/plugins/simple-files/functions.php:354) in /home/content/57/9465357/html/wordpress/wp-includes/pluggable.php on line 1121

    [02-Jul-2014 13:13:53 UTC] PHP Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/content/57/9465357/html/wordpress/wp-includes/functions.php on line 3193

    You seem to have at least 1 bad plugin. Try resetting the plugins folder by FTP or phpMyAdmin.

    Thread Starter moraite

    (@moraite)

    When I reset the plugins folder the error just returns. It seems the actual plugin causing the error is simple-intranet. I’m not really sure where to begin to fix the problem of my admin panel missing certain tabs or the front end whitescreen.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Admin Issues/White Screen’ is closed to new replies.