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

CommentFileSizeAuthor
Picture 9.pdf27.91 KBartol

Comments

agrigor1’s picture

As 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).

artol’s picture

Status: Active » Closed (won't fix)