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
installation problems
Hi
set the Error-handler of your PHP (php.ini) to
set the Error-handler of your PHP (php.ini) to
Code: Select all
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
Re: installation problems
hi,
Have you made a template?
if there is none, then you have no maintext, headertext,....
Have you made a template?
if there is none, then you have no maintext, headertext,....
Re: installation problems
hellojon rain wrote:hi,
Have you made a template?
if there is none, then you have no maintext, headertext,....
sorry but there errors has nothing todo with templates etc....
Re: installation problems
Actually, I wonder if what jon is saying -might- work in the same way. (Creating content,and thus, a template)Pappnase wrote:hellojon rain wrote:hi,
Have you made a template?
if there is none, then you have no maintext, headertext,....
sorry but there errors has nothing todo with templates etc....
pico's answer will "hide" the errors. Will jon rain's answer -define- those indexes and "get rid" of those errors
Re: installation problems
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
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