caino79 Member May 15, 2018 #1 Hello, I need to regenerate the hash file for XF addon but I have this problem: C:\xampp\htdocs\xenforo>php cmd.php xf-addon:rebuild XF No add-on with ID 'XF' could be found. Where am I wrong?
Hello, I need to regenerate the hash file for XF addon but I have this problem: C:\xampp\htdocs\xenforo>php cmd.php xf-addon:rebuild XF No add-on with ID 'XF' could be found. Where am I wrong?
Snog Well-known member May 15, 2018 #4 caino79 said: Ok thanks. And how can I regen the hash file inside addon/XF ? Click to expand... So far as I know you can't regenerate XenForo's hash file using any command line command. I could be wrong though.
caino79 said: Ok thanks. And how can I regen the hash file inside addon/XF ? Click to expand... So far as I know you can't regenerate XenForo's hash file using any command line command. I could be wrong though.
S S Thomas Well-known member May 15, 2018 #5 You would need to manipulate the master data and then rebuild that I guess. Better approach would be to disable the filecheck. Or just create proper addons for your modifications instead of directly editing core files.
You would need to manipulate the master data and then rebuild that I guess. Better approach would be to disable the filecheck. Or just create proper addons for your modifications instead of directly editing core files.