Hi there, I am doing a website for a friend at leadinlines.com.
Even when I attempt to log in,
http://leadinlines.com/wp-admin/install.php
it still comes up with some very very strange code. What has happened? Please help!
Hi there, I am doing a website for a friend at leadinlines.com.
Even when I attempt to log in,
http://leadinlines.com/wp-admin/install.php
it still comes up with some very very strange code. What has happened? Please help!
Sorry, here's the link, leadinlines.com
Looks like an opening bracket is missing. Try opening the wp-settings.php file and add an < before the
?php
/**
* Used to set up and fix common variables and include
* the WordPress procedural and class library.
*
* Allows for some configuration in wp-config.php (see default-constants.php)
*
* @internal This file must be parsable by PHP4.
*
* @package WordPress
*/
if it is missing.
Thank you, the code has gone now. The only thing now is the website is now completely blank! Any ideas?
<?php
/**
* Used to set up and fix common variables and include
* the WordPress procedural and class library.
*
* Allows for some configuration in wp-config.php (see default-constants.php)
*
* @internal This file must be parsable by PHP4.
*
* @package WordPress
*/
/**
* Stores the location of the WordPress directory of functions, classes, and core content.
*
* @since 1.0.0
*/
define( 'WPINC', 'wp-includes' );Also I can't get to the dashboard section of the site, when I log in through
http://leadinlines.com/wp-admin/install.php, the dashboard just doesn't appear.
You must log in to post.