XF 1.4 Not able to rebuild or upload xml for addons

Rebuilding templates is an intensive process and made even more so the more styles and languages there are.

I suspect the server is struggling due to the shared hosting environment.

You can try adding this to the library/config.php file to see if it helps (not sure it will):
Code:
$config['rebuildMaxExecution'] = 5;

Otherwise it's just a case of clicking continue until the process completes.
 
Your JavaScript stuff either appears to be broken or disabled. Presumably something changed at some point to cause it. When did it start and what did you change leading up to that point? Add-ons? Site settings? (CloudFlare?) One of those will have triggered the issue.

I'd recommend reuploading the standard files to try to eliminate that as a cause.
 
Your JavaScript stuff either appears to be broken or disabled. Presumably something changed at some point to cause it. When did it start and what did you change leading up to that point? Add-ons? Site settings? (CloudFlare?) One of those will have triggered the issue.

I'd recommend reuploading the standard files to try to eliminate that as a cause.
All fixed, thanks
 
Top Bottom