Undefined index

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
jeanseb
Posts: 2
Joined: Thu 5. Jan 2006, 20:04

Undefined index

Post by jeanseb »

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
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Don't waste your time with such a recommendation :shock:
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 
Post Reply