XF 2.0 Issue with installing addons

Hello.

When installing addons on xenforo 2.0.12 im getting following error:

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
In addon list the addon shows as action pending.

Sometimes it works by activating developer mode, but no Always.
It seems to work fine on my test board on local host.

How can I solve this issue?
 
Last edited:
You may need to contact your host. It seems that they have some system in place that is either limiting requests or killing them before they complete. Ideally, they should at least whitelist admin.php so any requests to that file aren't restricted.
 
You may need to contact your host. It seems that they have some system in place that is either limiting requests or killing them before they complete. Ideally, they should at least whitelist admin.php so any requests to that file aren't restricted.

Thank you for your reply. I have contacted them.

Just a quick question;

What is the correct file permissions for the uploaded files (Using filezilla)? Could that be a reason for this issue?
 
In general files and directories should be 0644 and 0755 respectively, the /data and /internal_data directories should be 0777.

It's not going to be that though.
 
Top Bottom