View Single Post
Old 05-25-2004, 05:38 PM   #1 (permalink)
infinite_root
Registered User
 
infinite_root's Avatar
 
Join Date: Apr 2004
Posts: 26
infinite_root is on a distinguished road
Couln't find any template, giving up

Hi Gurus out there,

Hope you can help me with my project.

I am trying to integrate phpnuke and phpopenchat. However some error appeared whenever I try to open the block I created under phpnuke.

As follows:

Array ( [0] => /home/httpd/htdocs/private/docs/phpopenchat/modules/phpopenchat/include/templates/$deftheme [1] => /home/httpd/htdocs/private/docs/phpopenchat/include/templates/$deftheme ) Couln't find any template, giving up.

On the internet address bar it looks something like this:

http://home.domain.com/phpopenchat/i...wings&channel=

Here's some of the related code:

$poc_doc_root = '/phpopenchat';
$poc_root_path = '../../phpopenchat';

...
$siteurl = 'http://home.domain.com';
$nukeordner = '/';
...
<form action='".$siteurl.$poc_doc_root."/index.php' method='get'>
...
<form action='".$siteurl.$nukeordner."/modules.php' method='get'>
....

Do you see any problem with the following entries I made which resulted the problem?

Hope you can help me. Even the script writter doesn't provide any support for this matter.

Here's my directory structure:
/webroot/docs/phpopenchat/
/webroot/docs/phpnuke/htm/

YOu help will be greatly valued.

Thanks and more power.

Last edited by infinite_root; 05-25-2004 at 05:59 PM.
infinite_root is offline   Reply With Quote