IT.COM

Client's website problem

Spaceship Spaceship
Watch
Hi everyone

I hope this is the right section to put this in. One of my partners has a website based at Commercial-EnergyBrokers.co.uk which uses Wordpress. When you visit the site, click here, it displays a massive error message. Does anyone know what could be wrong with it? Nothings been touched - it just appeared like this randomly.

Any help is greatly appreciated :tu:

Kevin
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
You are missing the first php tag in the source.

Add a <? as the first line on the code of page, or whereever the php starts in the page. It might be the index.php, or another php file it's including /requiring.
 
0
•••
You are missing the first php tag in the source.

Add a <? as the first line on the code of page, or whereever the php starts in the page. It might be the index.php, or another php file it's including /requiring.

Use <?php instead of <?. Some servers do NOT support short tags.
 
0
•••
0
•••
<?php needs to be at line one of:
home/commerci/public_html/wp-includes/script-loader.php on line 1

Look at bottom of the mess on the page.
The above I posted is right there!

Just fix it and all should be okay.
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back