Page 1 of 1

problem with new installation

Posted: Sun 25. Dec 2005, 20:58
by ramone
hello i just installed phpwcms 1.2.5-dev, i followed all the steps closely but the index only shows

Notice: Undefined index: layout in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 159

Notice: Undefined index: errortext in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 278

Notice: Undefined index: maintext in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 284

Notice: Undefined index: headertext in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 301

Notice: Undefined index: lefttext in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 307

Notice: Undefined index: righttext in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 307

Notice: Undefined index: footertext in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 313

Notice: Undefined index: htmlhead in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 584

Notice: Undefined index: jsonload in D:\htdocs\phpwcms\include\inc_front\content.func.inc.php on line 630

Notice: Undefined index: css in D:\htdocs\phpwcms\index.php on line 164

how can i fix all that??
im using apache2 php5 mysql5 on windowsxp

thanks for your help

Posted: Sun 25. Dec 2005, 21:29
by DeXXus
edit "php.ini":

Code: Select all

error_reporting=E_ALL & ~E_NOTICE 

Posted: Sun 25. Dec 2005, 21:35
by ramone
ok done, but i still get a blank page, is that normal?, where can i start to build my site??
thanks for your help DeXXus

Posted: Sun 25. Dec 2005, 22:24
by DeXXus