XF 2.3 RM & ES stuck on Processing (2.3.5)

CedricV

Well-known member
The forums have successfully upgraded to 2.3.5 and then it prompt me to upgrade the RM and ES add on.

Both are stuck in the admin.php?tools/run-job

1738251424365.webp

Tried to rebuild manually multiple times without success.

Am I doing something wrong here?

TIA.
 
Solution
On the terminal you would need to change directory (cd) to the directory where your XenForo files are, e.g. maybe something like (wouldn't be able to tell you for vertain)

Code:
cd /home/domain/public_html

From there the php cmd.php xf:rebuild-master-data command should work
Looks like a JS caching issue.

Try hard refreshing. If you're behind Cloudflare you will want to purge your Cloudflare caches to ensure new JS is loaded from the server.
Cloudflare rocket loader can be an issue, for sure. Especially if you're noticing task processes hang, like trying to disable / enable an add-on, or rebuilding caches.
 
Back
Top Bottom