Problem with pathnames

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
coeus
Posts: 1
Joined: Thu 20. Nov 2003, 04:23

Problem with pathnames

Post by coeus »

Hi, i did a full install of phpwcms but when i go to the admin section and try to submit a page layout i get this error:

Code: Select all

Warning: fopen(/usr/local/apache/htdocs/steveno/include/inc_conf/conf.pagelayout.inc.php): failed to open stream: No such file or directory in /home/overlee/public_html/steveno/include/inc_lib/general.inc.php on line 713

Warning: Cannot modify header information - headers already sent by (output started at /home/overlee/public_html/steveno/include/inc_lib/general.inc.php:713) in /home/overlee/public_html/steveno/include/inc_act/act_pagelayout.php on line 144
My path names look to be right.. i don't know why the program is trying to open under "usr/loca;/apache/htdocs/...... etc"

The website is located at: http://69.56.212.2/~overlee/steveno/
Florian
Posts: 119
Joined: Wed 19. Nov 2003, 16:50
Location: Hamburg
Contact:

Post by Florian »

Hello coeus,

You forget to copy the generated 'include.inc' to include/inc_conf. See the online Manual for more details esp. Step 5: http://www.phpwcms.de/index.php?id=10,0,0,1,0,0

Cheers,
Florian
crisssss
Posts: 1
Joined: Tue 2. Dec 2003, 13:34
Contact:

failed to open stream

Post by crisssss »

Florian wrote:Hello coeus,

You forget to copy the generated 'include.inc' to include/inc_conf. See the online Manual for more details esp. Step 5: http://www.phpwcms.de/index.php?id=10,0,0,1,0,0

Cheers,
Florian
Hi, I do this, but I receive error message when I try to create template on my Apache 1.3, PHP 4.3.2 on OSX:

Warning: fopen(/Library/WebServer/Documents/include/inc_conf/conf.pagelayout.inc.php): failed to open stream: No such file or directory in/Library/WebServer/Documents/phpwcms/include/inc_lib/general.inc.php on line 713

Warning: Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/phpwcms/include/inc_lib/general.inc.php:713) in/Library/WebServer/Documents/phpwcms/include/inc_act/act_pagelayout.php on line 144

All privileges to files and folder are ok ... What can I do? Tks, Cris
Post Reply