context:
I have a website – Stephenwattssculpture.co.uk – it was back in 2015 that I created it. The Theme went out of date/ showed lots of errors, which prevented the website working – I have been working to get a new theme installed.
Every time I tried to install a new theme it said the theme could not be installed – there were errors – instalation failed – could not create directory – so I thought that it might be becasue I needed to update things – so I updated to wordpress version 7.0 and then this happened – The dashboard went completely blank. – the side on the left that usually displays – home, pages, posts, etc – the tools needed for wordpress,
Any help most apprecaiated.
-
This reply was modified 2 days, 14 hours ago by
maxsalad.
Hi @maxsalad
The earlier “Could not create directory” error may be related to the current issue.
Could you please try the following after a full site backup:
- Clear all caches:
- Any caching plugin or server-side cache
- Browser cache (Ctrl + Shift + R)
- Disable all plugins:
- Rename the
/wp-content/plugins/ folder to plugins-old using FTP.
- Refresh the Dashboard.
- If the menu returns, rename the
/wp-content/plugins/ folder back, then reactivate the plugins one by one to identify the problematic plugin.
- Switch to a default theme:
- Temporarily rename your active theme folder in
/wp-content/themes/.
- WordPress should automatically fall back to a default theme if one is installed.
- Reinstall WordPress core:
- Download the latest WordPress package from WordPress.org.
- Replace the contents of the
wp-admin and wp-includes folders.
- Do not overwrite
wp-config.php or the wp-content folder.
Also, since you previously saw “Could not create directory” errors, please check the file permissions:
Please let us know whether the admin menu returns after disabling the plugins, and share your PHP version if possible.
Hi there,
If the WordPress dashboard side menu has gone completely blank, it is usually caused by one of these issues:
• Plugin conflict
• Theme conflict
• Failed or incomplete WordPress/plugin update
• Admin CSS or JavaScript not loading properly
• Browser/cache issue
• User role/capability issue
• Security or optimization plugin blocking admin scripts
• PHP error affecting the admin area
I would start with the simple checks first:
- Try opening the dashboard in an incognito/private browser window
- Clear browser cache and any site cache
- Check if the issue happens with another admin user
- If you recently updated a plugin/theme, that may be the cause
- Temporarily disable plugins to see if the admin menu returns
- If you cannot disable plugins from the dashboard, rename the
plugins folder through hosting File Manager or FTP
- If plugins are not the issue, temporarily switch to a default WordPress theme
- Check the browser console for JavaScript errors
- Enable WordPress debug mode if needed to find the exact error
Since the front-end page may still work normally, the issue is likely inside the admin area rather than the public website itself.
Before making changes, I would recommend taking a backup first, especially if you need to disable plugins or edit files through hosting.