Page 1 of 1

Problem with chat

Posted: Wed May 22, 2013 8:43 pm
by angelobelchior
Sorry my english is not very good!
In chat appear one error perhaps i think is the permissions chmod to someone you know?

Forbidden

You don't have permission to access /docebo/doceboScs/modules/htmlframechat/text.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Forbidden

You don't have permission to access /docebo/doceboScs/modules/htmlframechat/users.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Forbidden

You don't have permission to access /docebo/doceboScs/modules/htmlframechat/write.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Re: Problem with chat

Posted: Thu May 23, 2013 10:15 am
by alberto
Hi Angelo, and welcome onboard! :)

Try modifying the .htaccess in the root folder, changing the last instruction as follows:

<FilesMatch "(index\.php|ajax\.adm_server\.php|ajax\.server\.php|paypal\.php|tasks\.php|tiny_mce_gzip\.php|index_tiny\.php|scormXmlTree\.php|soaplms\.php|scorm_page_body\.php|text\.php|users\.php|write\.php)$">
Order Allow,Deny
Allow from all
</FilesMatch>

(Moving this thread to "Bugs & Errors" forum)

Re: Problem with chat

Posted: Sat May 25, 2013 12:18 am
by angelobelchior
Thanks alberto :) Workly perfect

Re: Problem with chat

Posted: Fri Nov 22, 2013 12:27 pm
by alberto
This fix has been added to Forma, thanks for your collaboration!