Problem with chat
-
- Newbie
- Posts: 2
- Joined: Fri May 17, 2013 1:18 pm
Problem with chat
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.
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
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)

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)
-
- Newbie
- Posts: 2
- Joined: Fri May 17, 2013 1:18 pm
Re: Problem with chat
Thanks alberto
Workly perfect

Re: Problem with chat
This fix has been added to Forma, thanks for your collaboration!