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 workThanks for the quick fix!My StandardLib add-on has been updated to hook<!--[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.
php cmd.php xf-addon:disable
php cmd.php xf:rebuild-master-data
php cmd.php xf-addon:enable
No I’m just Cedric.another who experienced this..thank god for this thread.
life saver.You probably have to disable the add-ons, ignore any consequences of that, and then rebuild master data. That being said, not sure how digitalpoint's add-on would have broken pictures -- the only reason that was mentioned was because the previous customer had his PWA add-on installed and I spotted that there was some weird interaction.
Alternatively you could disable all add-ons.
You can do that from the CLI with:
Code:php cmd.php xf-addon:disable
And then follow it up with:
Code:php cmd.php xf:rebuild-master-data
Then upgrade the affected add-ons before running the following to re-enable any add-ons that were disabled previously:
Code:php cmd.php xf-addon:enable
you need to upgrade xons standard library to prevent it....chris is saying how to reset so you can do that
regards
You can submit a ticket if you’d like us to take a closer look.
We can only really repeat what has fixed it for the small number of people who have reported it so far.
I was finally able to update by uninstalling (not disabling) all Xon and Aphelion add-ons (thanks, Andy). For the date issue I also disabled caching as suggested by CedricV.
I then reinstalled the Standard Library in its latest version along with its add-ons and everything seems to be in order now
Thank you
We use essential cookies to make this site work, and optional cookies to enhance your experience.