Question

http://blog.sanspace.in/

My blog home page is messed up. None of the plugins or sidebar widgets are working. Only the latest post is showed that too partially.

However, other pages and posts (accessing through their URL) seems fine.

http://blog.sanspace.in/contact/ [page] http://blog.sanspace.in/hello-world/ [post]

I am not sure what exactly the problem is. Could anyone help me with this? Is there anything wrong with the wordpress settings? Else, something needs to be done with my server settings?

update: I have hosted it with hostso in a shared hosting plan. I did not modify any WP files. My home page is a default WP home which shows the latest post.

update _closed_ : The problem was with the json_last_error() method I used in the latest post. Somehow the method is no longer supported by my server it seems. It caused all the problems.

Was it helpful?

Solution

I believe the page is truncated due to a fatal error.

Look for an error log file in the wp directory or add the following line to wp-config.php to hopefully see the error text:

define( 'WP_DEBUG', true );
Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top