installation problems

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
tb2u
Posts: 1
Joined: Sat 14. Jan 2006, 14:11

installation problems

Post by tb2u »

Hi,
I want to try the cms, installation was no problem, but when I call the website following error messages appear in the browser:

PHP Notice: Undefined index: layout in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 160 PHP Notice: Undefined index: errortext in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 279 PHP Notice: Undefined index: maintext in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 285 PHP Notice: Undefined index: headertext in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 302 PHP Notice: Undefined index: lefttext in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 308 PHP Notice: Undefined index: righttext in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 308 PHP Notice: Undefined index: footertext in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 314 PHP Notice: Undefined index: htmlhead in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 585 PHP Notice: Undefined index: jsonload in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\include\inc_front\content.func.inc.php on line 631 PHP Notice: Undefined index: css in E:\D_O_C\__SW__\phpwcms\phpwcms_1.2.5-DEV\phpwcms_1.2\phpwcms_1.2.5-DEV\index.php on line 167


What is the reason?

Thanx
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

set the Error-handler of your PHP (php.ini) to

Code: Select all

error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
jon rain
Posts: 39
Joined: Wed 23. Nov 2005, 17:04
Location: wels, austria

Re: installation problems

Post by jon rain »

hi,

Have you made a template?

if there is none, then you have no maintext, headertext,....
Pappnase

Re: installation problems

Post by Pappnase »

jon rain wrote:hi,

Have you made a template?

if there is none, then you have no maintext, headertext,....
hello

sorry but there errors has nothing todo with templates etc....
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: installation problems

Post by DeXXus »

Pappnase wrote:
jon rain wrote:hi,

Have you made a template?

if there is none, then you have no maintext, headertext,....
hello

sorry but there errors has nothing todo with templates etc....
Actually, I wonder if what jon is saying -might- work in the same way. (Creating content,and thus, a template) :?
pico's answer will "hide" the errors. Will jon rain's answer -define- those indexes and "get rid" of those errors :?
jon rain
Posts: 39
Joined: Wed 23. Nov 2005, 17:04
Location: wels, austria

Re: installation problems

Post by jon rain »

Hi,

As i installed it first i have the same messages, because i have no maintext etc. in db

But i don't have so much Knowlegde than you

sorry
Post Reply