Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

Can not post image / file / video on wall. It says "Forbidden - You don't have permission to access /activity/post/ on this server" ?

Can not post image / file / video on wall. It says "Forbidden - You don't have permission to access /activity/post/ on this server" ?

Solution :

You need to disable PHP Mod Security on your server via .htaccess

Open .htaccess file and insert this code 

<IfModule mod_security.c>

SecFilterEngine Off

SecFilterScanPOST Off

</IfModule>

Save htaccess. But that code doesnt work to some servers. So you need contact your hosting provider support to disable it.