#1 July 23, 2015 9:11am

OmitB
Member
Registered: July 23, 2015
Posts: 1

blanc site by localhost

I have install the CMS in the localhost and with my WAMP i create the database. After started the install (http://localhost/mysite/install.php) i get the message that de installation was completed. But when i visit the link http://localhost/mysite/site/index.php i see a total blanco page. Als when i visit the admin site...

Does anybody know what when wrong?

Thanks and greetings from Holland!

Offline

#2 July 23, 2015 10:30am

timbuckingham
Administrator
From: Baltimore, MD
Registered: April 2, 2012
Posts: 974

Re: blanc site by localhost

A completely blank screen is probably indicative of PHP's short_open_tag being off.
In testing this I did discover that there's currently an issue with the /site/index.php file that is installed when working in a WAMP environment. After turning short_open_tag to On in php.ini you'll want to replace the code for /site/index.php with:

<?
	$server_root = str_replace("site/index.php","",strtr(__FILE__, "\\", "/"));
	include "../core/launch.php";
?>

Offline

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.