I have phpfreechat installed, and it kind of works. The problem is that it messes up links to pictures. Eg one picture shows liink:
http://www.tekextra.tek.fi/sites/tekextra.tek.fi/files/phpfreechat/publi...
There is clearly www.tekextra.tek.fi/sites/ too much. Can this be corrected settings urls in admin/phpreechat? I tried, but could not find out what to do.
I also could not get the demo working.
I tried to read the documentation and issues in drupal.org, but did not yet find any solution.
Thank you for any help,
Arto
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 9.pdf | 27.91 KB | artol |
Comments
Comment #1
agrigor1 commentedAs i have posted in another issue
the get the demos working I had to make an htacces file (for Apache web server)
with
php_value session.save_handler "files"
This was because I had the sessions set to "user" inside php.ini (as Drupal wants them).
If you have the same in php.ini try creating a .htaccess file inside the phpfreechat files (not the module files).
Comment #2
artol commented