That's because in phpwcms isn't a start template included.
Go to backend -> admin -> and set up -> pagelayout and templates.
How 2: http://phpwcms.de/index.php?id=14,0,0,1,0,0
http://phpwcms.de/index.php?id=11,0,0,1,0,0
http://phpwcms.de/index.php?id=17,0,0,1,0,0
http://ionrock.umemusic.com/index.php?id=6,13,0,0,1,0
!!!Download the sample Layout files, that's a good explanation!!!
here -> http://phpwcms.de/index.php?templates
----------------------------------------------------------------------
2. I can't upload files greater than 2048KB.
-set up include/inc_conf/conf.inc.php/
Code: Select all
$phpwcms["file_maxsize"] = 52428800; //Bytes (50 x 1024 x 1024)
----------------------------------------------------------------------
3. I almost get a 404 after installation.
I can't login, have to login twice
-set up include/inc_conf/conf.inc.php/ line 33
Code: Select all
// site values
$phpwcms["site"] = "http://www.mydomain.de/";
$phpwcms["admin_email"] = "me@her.de";
// paths
$phpwcms["root"] = "phpwcms";
...
----------------------------------------------------------------------
Please help editing this FAQ by posting faq's via forums personal message system to me.