XenForo 2.2.15 Released Full | XenForo 2.2 ENXF

Released 2x XenForo 2.2.15 Released Full | XenForo 2.2 ENXF 2.2.15

No permission to download

dddd

Well-known member
Registered
Joined
Mar 2, 2022
Messages
68
Points
18

Reputation:

Can someone explain how to upgrade Xenforo? Their official documentation contradicts itself, they tell you to overwrite the files, but on the next line they warn you that you should "merge" the files instead of "replacing their contents". What the fuck do they even mean with that shit?
Do I just overwrite the old files with the new ones and run the installation/upgrade process?
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
555
Points
253

Reputation:

Can someone explain how to upgrade Xenforo? Their official documentation contradicts itself, they tell you to overwrite the files, but on the next line they warn you that you should "merge" the files instead of "replacing their contents". What the fuck do they even mean with that shit?
Do I just overwrite the old files with the new ones and run the installation/upgrade process?
ddddso if you board is run without any troubles, so dont upgrade.

yeah overwrite your files with new and upgrade, but remeber your skin, maybe need some changes to run clean. as i noticed PAGE_CONTAINER Template have some changes.

HTML:
The following public templates have had changes:
PAGE_CONTAINER
alert_user_report_rejected
alert_user_report_resolved
attachment_macros
browser_warning_macros
core_block.less
core_datalist.less
core_menu.less
core_tab.less
editor_base.less
login_password_confirm
member.less
message.less
page_nav
poll_create
post_article_macros
progress_bar.less
progress_bar_macros
push_user_post_merge
push_user_report_rejected
push_user_report_resolved
thread_preview
widget_html
 
Last edited:
View previous replies…

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
555
Points
253

Reputation:

dddd
PHP:
    public static function getCopyrightHtml()
    {
        return 'Community platform by XenForo<sup>&reg;</sup> <span class="copyright">&copy; 2010-2022 XenForo Ltd.</span>';
    }

    public static function getCopyrightHtmlAcp()
    {
        return '<a class="u-concealed" dir="ltr" target="_blank" rel="sponsored noopener" data-xf-init="tooltip" title="&copy; 2010-2022 XenForo Ltd.">Community platform by XenForo<sup>&reg;</sup></a>';
    }

delete the lines like

PHP:
    public static function getCopyrightHtml()
    {
        return '';
    }

    public static function getCopyrightHtmlAcp()
    {
        return '';
    }
 

Redbear

Member
Registered
Joined
Mar 5, 2020
Messages
11
Points
13

Reputation:

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
555
Points
253

Reputation:

Thank You for the share!

I was wondering if it corrects this issue


does anyone know yet?
Redbearsrc\XF\Service\Upgrade\Checker.php

remove Line 148

and the error in log is gone

PHP:
\XF::logException($e, false, "XenForo upgrade check failed: $extraMessage ");
 

Redbear

Member
Registered
Joined
Mar 5, 2020
Messages
11
Points
13

Reputation:

src\XF\Service\Upgrade\Checker.php

remove Line 148

and the error in log is gone

PHP:
\XF::logException($e, false, "XenForo upgrade check failed: $extraMessage ");
SNap!Just for kicks I removed the line,
and yep..got a bigger box in the ACP with that Big X init stating that my file check was complete and I had errors.
So I replaced the line and will just deal with the upgrade error..
maybe I'll wait till a newer nulled version comes out without that error.

SNap, appreciate all the help you give, your freakin awesome !
 

Goatxenon

Member
Registered
Joined
Feb 2, 2022
Messages
23
Points
3

Reputation:

how to upgrade without using ftp?
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
555
Points
253

Reputation:

View previous replies…

Goatxenon

Member
Registered
Joined
Feb 2, 2022
Messages
23
Points
3

Reputation:

for those wants to upgrade xenforo without using ftp

please keep your website's full backup before you start this process

first download the zipped file from enxf then upzip it into your pc/mobile then open the unzipped folder click on upload(folder) then select everything inside that folder & zip it

now login to your cPanel>file manager>public_htm>now upload that zipped file then upzip it there.


then head toward yourdomain.com/install & login there

at first it'll show you don't have the upgraded version but don't worry

Screenshot 2022-04-18 165751.png

Screenshot 2022-04-18 165751.png


just reload the page once again boom your upgrade is ready

Screenshot 2022-04-18 165831.jpg

Screenshot 2022-04-18 165831.jpg

Let me know if it helps you.
 
Last edited:

Goatxenon

Member
Registered
Joined
Feb 2, 2022
Messages
23
Points
3

Reputation:

for those wants to upgrade xenforo without using ftp

please keep your website's full backup before you start this process

first download the zipped file from enxf then upzip it into your pc/mobile then open the unzipped folder click on upload then select everything inside that folder & zip it

now login to your cPanel>file manager>public_htm>now upload that zipped file then upzip it there.


then head toward yourdomain.com/install & login there

at first it'll show you don't have the upgraded version but don't worry

View attachment 28638


just reload the page once again boom your upgrade is ready

View attachment 28639

Let me know if it helps you.
Goatxenon@SNap! thanks buddy for questioning me 😂
 
Top