How to fix "" An Error Was Encountered The action you have requested is not allowed. "

Find your config.php file and just add the following line:

$config[‘csrf_protection’] = FALSE;

If you already have this line just make sure to change TRUE to FALSE.