Hello,
Just install phpwcms on my computer (I Run easyphp 1.8 on XP).
The installation seems to be fine, (all OK), but when I am done, and I go to the index page, I get the following error messages:
Notice: Undefined index: layout in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 159
Notice: Undefined index: errortext in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 278
Notice: Undefined index: maintext in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 284
Notice: Undefined index: headertext in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 301
Notice: Undefined index: lefttext in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 307
Notice: Undefined index: righttext in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 307
Notice: Undefined index: footertext in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 313
Notice: Undefined index: htmlhead in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 584
Notice: Undefined index: jsonload in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\include\inc_front\content.func.inc.php on line 630
Notice: Undefined index: css in c:\js\my program files\easyphp1-8\www\phpwcms_1.2.5-dev\index.php on line 164
Any thoughs?
Thanks,
jeanseb
Undefined index
Hi
should be a Problem with easyphp ? if I remember I have seen same Problems sometimes here in the Forum.
I would sugest that you take a look to XAMPP http://www.apachefriends.org
should be a Problem with easyphp ? if I remember I have seen same Problems sometimes here in the Forum.
I would sugest that you take a look to XAMPP http://www.apachefriends.org
Don't waste your time with such a recommendation
Just locate the copy of "php.ini" that is being used and edit it like this:
(usually, the path is: C:\WINDOWS\php.ini)

Just locate the copy of "php.ini" that is being used and edit it like this:
(usually, the path is: C:\WINDOWS\php.ini)
Code: Select all
error_reporting=E_ALL & ~E_NOTICE