Error messages all over the place

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
rookiestripes
Posts: 15
Joined: Sun 1. May 2005, 11:32

Error messages all over the place

Post by rookiestripes »

Hi to you all,

the cms is probably the best one I have ever come across. Installation was pretty easy and setting up your page is as well.

After I specified the layout and the site structure, which worked perfectly, I tried to set up my first article. However, I got the following message:

Warning: Unable to access ./include/inc_tmpl/article.structlist.tmpl.php in /mnt/ja1/06/891/00000004/htdocs/colubra/cms/phpwcms.php on line 396

Warning: Failed opening './include/inc_tmpl/article.structlist.tmpl.php' for inclusion (include_path='') in /mnt/ja1/06/891/00000004/htdocs/colubra/cms/phpwcms.php on line 396

As a total newbie to php and that kinda stuff, I went ahead and looked for the inc_tmpl in include and tried to change the chmod to 666. Didnt work so I tried 777. Nothing worked. Right now I keep on getting error messages all over the place which kinda drives me nuts.

If i click on article again, I get this:

Warning: Unable to access ./include/inc_tmpl/article.structlist.tmpl.php in /mnt/ja1/06/891/00000004/htdocs/colubra/cms/phpwcms.php on line 396

Warning: Failed opening './include/inc_tmpl/article.structlist.tmpl.php' for inclusion (include_path='') in /mnt/ja1/06/891/00000004/htdocs/colubra/cms/phpwcms.php on line 396

If I click on file, I get this:

Warning: Unable to access ./include/inc_tmpl/files.reiter.tmpl.php in /mnt/ja1/06/891/00000004/htdocs/colubra/cms/phpwcms.php on line 285

Warning: Failed opening './include/inc_tmpl/files.reiter.tmpl.php' for inclusion (include_path='') in /mnt/ja1/06/891/00000004/htdocs/colubra/cms/phpwcms.php on line 285

Keine eigenen Dateien und Verzeichnisse [Verzeichnis erstellen]

Warning: Unable to access ./include/inc_tmpl/files.abschluss.tmpl.php in /mnt/ja1/06/891/00000004/htdocs/colubra/cms/phpwcms.php on line 313

Warning: Failed opening './include/inc_tmpl/files.abschluss.tmpl.php' for inclusion (include_path='') in /mnt/ja1/06/891/00000004/htdocs/colubra/cms/phpwcms.php on line 313

I have absolutely no clue as to what I might have done wrong and I d appreciate any help from you guys.

Greetz
rookie
Pappnase

Post by Pappnase »

hello

could it be that you have a path problem!?
check your conf.inc.php for the pathes! if not sure if all right call document_root.php in your browser! and compare both!

wich release did you use!?
rookiestripes
Posts: 15
Joined: Sun 1. May 2005, 11:32

Post by rookiestripes »

Alright, I went back and called the document_root.php which resulted in the following message:

http://www.colubra.de/cms/document_root.php

Here is where my cms is or should be ;-) located:

Lets just say my main domain: http://www.myname.com

The domain http://www.colubra.de is just an additional domain which is referred to http://www.myname.com/colubra

Basically, colubra is a subdirectory of the http://www.myname.com since I wanna use the cms for that site, and not my main domain.

Any ideas?
Post Reply