Problem with chat

Anything about what happens on the user and teacher side
Post Reply
angelobelchior
Newbie
Posts: 2
Joined: Fri May 17, 2013 1:18 pm

Problem with chat

Post 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.
User avatar
alberto
FormaLms Guru
Posts: 1135
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: Problem with chat

Post 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)
angelobelchior
Newbie
Posts: 2
Joined: Fri May 17, 2013 1:18 pm

Re: Problem with chat

Post by angelobelchior »

Thanks alberto :) Workly perfect
User avatar
alberto
FormaLms Guru
Posts: 1135
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: Problem with chat

Post by alberto »

This fix has been added to Forma, thanks for your collaboration!
Post Reply