Results 1 to 2 of 2

Thread: How to update from 3.2.16 to 3.4.0 ?

  1. #1
    User
    Join Date
    12-13-14.
    Posts
    33

    Default How to update from 3.2.16 to 3.4.0 ?

    ...or any other upgrade?
    i cant figure out how to use the ftp program to sync the files - i tried to do it as it shows in the 'manual', but it did not update the version number in the backend, although i was able to update the database with the installation tool?
    the check tool does show a lot of red line though:
    Code:
    You cannot use the Live Update.
    You cannot use the Composer package manager.
    The PHP Phar extension is not enabled.
    The PHP flag "allow_url_fopen" is not set.
    The PHP function "shell_exec" is not available.
    The PHP function "proc_open" is not available.
    but does that affect the version number in any way and could i downupgrade to 3.3.7 also now?-.- just to see if that works... maybe its just best to overwrite all the files via ftp, not to sync them?

  2. #2
    Community-Moderator xchs's Avatar
    Join Date
    06-19-09.
    Posts
    1,287

    Default

    Quote Originally Posted by jimmy2 View Post
    but does that affect the version number in any way
    No. Contao reads the version number from the "system/config/constants.php" file:
    PHP Code:
    define('VERSION''3.4');
    define('BUILD''0'); 
    That said, if the Contao back end still shows an old or wrong version number, you would have to check the installation whether all files have been transferrd/overwritten successfully. So, I would suggest to validate the installation with the Contao check tool.
    Contao Community Moderator
    → Support options

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •