Page 1 of 1

installation problems

Posted: Sat 14. Jan 2006, 14:16
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

Posted: Sat 14. Jan 2006, 15:25
by pico
Hi

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

Code: Select all

error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT

Re: installation problems

Posted: Sun 15. Jan 2006, 22:11
by jon rain
hi,

Have you made a template?

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

Re: installation problems

Posted: Mon 16. Jan 2006, 00:27
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....

Re: installation problems

Posted: Mon 16. Jan 2006, 01:34
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 :?

Re: installation problems

Posted: Mon 16. Jan 2006, 11:54
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