XF 1.5 Upgrade

akkr

Member
Hi, I want to update to the latest xenforo version, now I have version 1.5.12 https://clubmazda.net
What cost would the update to the latest version have?
Could any xenforum admin update me?
Regards from Spain
 
If you have a current nonexpired license then you can download the upgrade for no additional cost. The process of updating is pretty easy. Take note that any addons you have installed will not work in XF 2.
 
If you have a current nonexpired license then you can download the upgrade for no additional cost. The process of updating is pretty easy. Take note that any addons you have installed will not work in XF 2.

I change my account to verify the license
I need to update the license, since the last version I have available is version 2.0.1
How much does it cost to upgrade the license?
 
You just need to buy an extension for your existing expired license which is $55. Then it will be good for 1 year and you'll have access to ticket support and any upgrades in that year.
 
We do have an upgrade service which can be purchased from your customer account.

However, that only covers the XF software.
We won't upgrade any third party add-ons, styles, or languages.

good morning
Last night I started updating xenforo 1.5.12 to 2.1.4 and I got an error about the PHP version.
My version of PHP is 7.3, how can I fix it?
photo_2019-12-04_23-52-35.jpgphoto_2019-12-04_23-54-10.jpg
 
depends on whether you have: webserver or a rootserver

webserver: ask your webhoster
rootserver: apt install php7.3

the hosting i have in ovh.com

; ovhconfig
;
; this file must be placed in $HOME/.ovhconfig or in $DOCUMENT_ROOT/.ovhconfig

; app.engine
;
; values: php (php engine + opcache accelerator)
; notice: if php, a phpcgi engine will be activated as fallback (if previous engine crash)
;
; php:
; IMPORTANT: register_globals and magic_quotes_gpc are off for security
; php options .htaccess (like php version) are ignored
; phpcgi:
; IMPORTANT this is a fallback to previous system
; in this case app.engine.version will be considered as AUTO and php version will be old system
; (meaning depending .htaccess or .phpX extension)
;
app.engine=php

; app.engine.version specify version of your engine
;
; for php:
; default: 5.6
; for phpcgi:
; this option is ignored (= fallback in AUTO)
;
app.engine.version=5.6

; http.firewall used to add application firewall (filter http requests)
;
; values: none | security
; default: none
;
http.firewall=none

; environment
;
; values: production | development
;
; production:
; apache will maximise local cache
; mod_expires will grow up TTL of js, css, pdf, images, video, audio
; you can override it changing expiration explicitly in your .htaccess
; feel free to look on our guide.
; development:
; no expiration is added, files are not locally in cache,
; will speed up tests but decrease performances
;
; choosen environment will also be available in your variable ENVIRONMENT unix env
;
; default: production
;
environment=production

; container.image
;
; values: legacy | stable | jessie.i386 | testing
;
container.image=stable
 
If you have Cpanel access, look for a configuration tab that says "PHP Version" or "Change PHP Version" and set it to 7.3. A lot of webhosts allow you to switch between PHP versions. Failing this, ask your webhosting provider to upgrade your account to PHP 7.3
 
No, that's your MySQL version. Your PHP version needs to be 7.2. Currently yours is the latest version of 5.4 released back in 2015 according to a previous post.
 
Seems like it should work if it's set to 7.3. :) Not sure what the "Legacy" option is as I cannot understand the language your control panel is in, but it does appear that would let you run PHP 7.3, which means you shouldn't have any issues with the upgrade procedure.
 
app.engine=php
app.engine.version=7.2

http.firewall=none
environment=production

container.image=stable




In the end I solved it by adding those lines in a .ovhconfig file
 
Back
Top Bottom