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.