Page 1 of 1

Problem with index -> content.func.inc.php

Posted: Wed 19. Apr 2006, 23:02
by Kadaver1982
This is the errors i get when opening the index.php.

Install went fine.

Code: Select all

Notice: Undefined index: layout in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 159

Notice: Undefined index: errortext in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 278

Notice: Undefined index: maintext in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 284

Notice: Undefined index: layout_render in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 293

Notice: Undefined index: layout_align in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 298

Notice: Undefined index: headertext in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 301

Notice: Undefined index: layout_topspace_height in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 302

Notice: Undefined index: lefttext in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 307

Notice: Undefined index: righttext in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 307

Notice: Undefined index: layout_type in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\front.func.inc.php on line 566

Notice: Undefined index: layout_leftspace_width in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\front.func.inc.php on line 571

Notice: Undefined index: layout_rightspace_width in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\front.func.inc.php on line 580

Notice: Undefined index: layout_type in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\front.func.inc.php on line 587

Notice: Undefined index: layout_bottomspace_height in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 310

Notice: Undefined index: footertext in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 313

Notice: Undefined index: htmlhead in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 584

Notice: Undefined index: jsonload in C:\Program Files\Apache Group\Apache2\htdocs\ci\include\inc_front\content.func.inc.php on line 630

Notice: Undefined index: css in C:\Program Files\Apache Group\Apache2\htdocs\ci\index.php on line 164
   
Can someone help me?

Posted: Wed 19. Apr 2006, 23:11
by Klappstuhl28
Have you checked the rights/chmod if you use a unix

dir include has to have 777
and inc_front 755?

Please check this:

http://www.phpwcms-docu.de/inst_de.phtml

Posted: Thu 20. Apr 2006, 02:08
by DeXXus