John45 wrote:canidev wrote:Ok. Try with this:
1. Open /chat/includes/functions_chat.php
2. Find:
Code: Select all
if($this->enabled && isset($_POST['icajx']))
3. Replace with:
Thanks for the help. Tried it and it works. Problem seems to be fixed.
UPDATE: After modification the delete button for the static rules doesn't do anything.
Try with this:
Change:
To:
Code: Select all
if(!defined('ADMIN_START') && !empty($_POST['icajx']))
robbyswe wrote:I installed this successfully with AutoMod in 3.0.10 and i only get a 403 Permission Denied error when trying to enter the Chat page. And the chat doesn't appear at all for me when i add it to the index page.
Any ideas what's wrong? I couldn't find anyone else having this problem.
This may be due to bad configuration in the .htaccess file. Please, check it.
Another thing that can happen is that your hosting does not support chats and block it. (It usually happens in free hostings)