cd
) to the directory where your XenForo files are, e.g. maybe something like (wouldn't be able to tell you for vertain)cd /home/domain/public_html
php cmd.php xf:rebuild-master-data
command should workYes, they are disabled from the add on list.I'm still seeing template modifications are applied.
They need to be disabled from the add-ons list, not via config.php. That won't work in this case.
cd
) to the directory where your XenForo files are, e.g. maybe something like (wouldn't be able to tell you for vertain)cd /home/domain/public_html
php cmd.php xf:rebuild-master-data
command should work// <!--[XF:js_global:xf_phrase_start]-->
<!--XF:JS-->
There are no errors as we speak. And I’ll keep them enabled for a few hours to test it out in theory. So if there are any issues, I’ll report back.So I would leave Standard Library and PWA disabled for now and I’ll ping @digitalpoint and @Xon to take a look.
We made some changes to how we initialize and queue up code to run after DOMContentLoaded and it seems like certain template modifications were depending on the existing format.
FWIW I think it makes the most sense to do a string replacement on:
Code:// <!--[XF:js_global:xf_phrase_start]-->
For adding additional phrases.
Or if you're adding phrases or injecting code you can create your own <script> tags (and now XF.ready callback) by doing a string replacement on:
Code:<!--XF:JS-->
(ensure both strings are kept in the code though...)
Why do you guys need to beI'm seeing the code injected by @digitalpoint now but not the phrases injected by @Xon so it would seem that may still be disabled. Or there was a weird race condition when the template mods were originally applied.
No, I'm not sure about anything.interesting. Are you sure about that?![]()
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 thephp cmd.php xf:rebuild-master-data
command should work
Your directory isn’t right. Cd is used to get in the right directory. That’s different for everyone, so you need to figure that out yourself. Check the file manager (if using cPanel). Then run the command.I've got exactly the same issue, I've disabled Digitpoint's PWA add-on but the page sticks on https://www.domain.com/forums/admin.php?tools/run-job, and disabled Cloudflare
Going into Terminal and running the above I get:
[root@***** ~]# cd /home/mydomain/public_html
[root@***** public_html]# php cmd.php xf:rebuild-master-data
Could not open input file: cmd.php
[root@***** public_html]#
Help![]()
My StandardLib add-on has been updated to hookFWIW I think it makes the most sense to do a string replacement on:
Code:// <!--[XF:js_global:xf_phrase_start]-->
For adding additional phrases.
Or if you're adding phrases or injecting code you can create your own <script> tags (and now XF.ready callback) by doing a string replacement on:
Code:<!--XF:JS-->
(ensure both strings are kept in the code though...)
<!--[XF:js_global:xf_phrase_start]-->
which should be more reliably than the previous regex. Not sure why it was the more complex version but fixed now.We use essential cookies to make this site work, and optional cookies to enhance your experience.