problem with new installation

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
ramone
Posts: 23
Joined: Sun 25. Dec 2005, 20:43

problem with new installation

Post 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
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

edit "php.ini":

Code: Select all

error_reporting=E_ALL & ~E_NOTICE 
ramone
Posts: 23
Joined: Sun 25. Dec 2005, 20:43

Post 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
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Post Reply