Putting our company website on localhost for testing, etc. All working OK, apart from WP-Admin: lets me login OK, but the format of the site is unusable - image attached.
Have checked permalinks, etc. which are working OK for rest of website. It is just WP-Admin that I'm having trouble with.
Anyone come across this before?
Thanks in advance.
Darren.
WP-Admin screenshot
Follow this steps
You have a problem in CSS style link, it may cause on your database or maybe on one file which has been hardcoded.
Copied over WP-Admin files from a fresh install and now works.
Thanks for the nudge in the right direction, Babak.
Related
I have this problem, so far i change or permalinks or delete .htaccess file and everything worked but this this this is not the issue. Have broken links on few link with 404 error. Home page i most of the links works but 3-4 of them don't. Tried so far everything that I thinks should work or worked before. Deleted .htaccess file, disable plugins and themes restore to default, change permalinks structure, my WAMP server have enabled rewrite module on for apache, even in htppd.conf have AllowOverride All.
I dont have any ideas left and I would appreciate if someone have some new idea or something that I have missed so far.
After days of searching for the problem finally find it. It was conflict with plugin and my custom added css was conflict with one plugin same name and this was causing the issues on links.
Considering that I lost time for this i needed to share this info with all of you. Usually permalinks problems were solved with changing settings for permalinks but this was something else, and probably I'm the only one that have same name in css with one plugin and this cause the problem.
Hopefully this will help someone if come to same or similar issue.
My site works fine. I have a development copy that was working fine but now all pages apart from the home page are blank. The files are identical on both servers, apart from the wp-config.php and the .htaccess files. I tried removing the theme and the plugin folders to no avail. I'm lost now! What am I missing?
Well, after hours and hours, changing the permalinks to 'default' and then back to the right setting (in my case Post name) solved my problem.
I hope this helps someone in the future.
I still don't know why I get a strange ABSPATH error message though.
I had the exact same problem working on a website hosted at Bluehost. Everything beyond homepage was white.
The solution was to move the contents of my sub-directory into /public_html.
Despite this article to the contrary (https://my.bluehost.com/hosting/help/347), Bluehost support told me the primary domain cannot be run from a sub-directory.
I ran into a pretty strange problem while setting up a website. I moved a WP installation from the subdirectory wp2014 to the website root (the site is http://www.startglobal.org/), and now all the links still go to the subdirectory. The weird thing is that everything is displayed correctly once I am logged in as an admin.
Would anyone know how to solve this?
Thanks!
Benjamin
Please Try WP Migrate DB Plugin, hopefully It should solve your problem.
I have a nightmare scenario where -- just getting ready to launch a site -- permalinks are suddenly not working and it breaks CSS and can't find PHP templates. I have the permalink structure set to "http://domain.org/%postname%-by-%author%/" but when I click on a post the permalink only calls postname, for example: http://domain.org/%postname%
My host provider checked the htaccess file and can't find any problem. I can't see one either. I have searched around and see many Wordpress users having permalink problems but they all seem to have different solutions. I am at a loss. Any help would be greatly appreciated.
Click update permalinks after moving worspress. Should fix you issue :) Usually in the database the old structure is saved and the new one doesn't work, even if your htacess is ok you should still hit the update permalinks button :)
If that doesn't work try debugging with http://wordpress.org/plugins/monkeyman-rewrite-analyzer/
:)
I am curios why is the css broken. That doesn't depend on whether your permalinks are broken or not. :-S
Have you installed any plugins before it failed?
Recently a clients site got hacked on Rackspace and since then I have been trying to recover certain items on the site.
I have cleaned everything up and did a framework upgrade.
Now when I am trying to install something new, make changes, or simply post an update it renders a white page after success...
I have disabled all my plugins and still the same issue.
Have any of you experienced this before and what are some of the steps you could give to recover this...
Thanks in advanced.
Ok, so I have managed to find some good tips that has helped.
Ultimately disabled all plugins, reinstalled wordpress, there were some issues in the following files.
wp-config.php, pluggable.php and class.wp-scripts.php - all these missed a closing ?>
And make sure that your themes functions.php file doesn't have any whitespace.