I obtained phpMyChat 0.14.5 and extracted it to f:\server\xitami\webpages\php\phpmychat\chat
(Windows 2000 ServicePack1 with Xitami Winnt-Service v2.5b4)
Then I executed the install.php3 file (as mentioned in the install.txt) by typing this url in my IE-5.5-Browser: "http://localhost/php/myPHPchat/chat/setup.php3"
(index.php3 is also set as default page in the Webserver options!)
Then the first setup Page displays which tells me how to setup manually. But when i click the go Button it tries to access the following url: "http://localhost/php/phpmychat/chat/chat?Lang=english"
But the correct url should be "http://localhost/php/phpmychat/chat/?Lang=english"
When i configure the Chat manually the error remains. Every script from the chat makes the same mistake!
So: What went wrong?!?
Could anyone please help me?
Thanks in advance!
Nomike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I obtained phpMyChat 0.14.5 and extracted it to f:\server\xitami\webpages\php\phpmychat\chat
(Windows 2000 ServicePack1 with Xitami Winnt-Service v2.5b4)
Then I executed the install.php3 file (as mentioned in the install.txt) by typing this url in my IE-5.5-Browser: "http://localhost/php/myPHPchat/chat/setup.php3"
(index.php3 is also set as default page in the Webserver options!)
Then the first setup Page displays which tells me how to setup manually. But when i click the go Button it tries to access the following url: "http://localhost/php/phpmychat/chat/chat?Lang=english"
But the correct url should be "http://localhost/php/phpmychat/chat/?Lang=english"
When i configure the Chat manually the error remains. Every script from the chat makes the same mistake!
So: What went wrong?!?
Could anyone please help me?
Thanks in advance!
Nomike
My Xitami-Webserver was the Problem.
When i call the http://localhost/php/phpinfo.php script the HTTP-Environment-Variable contains the Script-Url http://localhost/php/phpinfo.php/php
And if the path is http://localhost/php/test/phpinfo.php the url is http://localhost/php/test/phpinfo.php/test
This seemes to be a bug in Xitami and so I'll switch to Apache....
CU
Nomike