Problem with fileupload

rha2000

Member
Hello

When I try to upload a file using "fileupload element" with ajax it generates the following error:
Error. Unable to upload file.

The error comes from the file:
public_html/plugins/fabrik_element/fileupload/fileupload.php
in the method:
onAjax_upload()

in the code:
// Check for request forgeries
if (!JSession::checkToken('request'))
{
$o->error = FText::_('PLG_ELEMENT_FILEUPLOAD_UPLOAD_ERR');
echo json_encode($o);

return;
}

I solved the problem by commenting on that code and it worked fine.

I have Joomla 3.7.5 and made a "Upgrade Fabrik". The site is using "https".

Regards
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top