Re: [TYPO3-english] Typo 3 core update - showing wrong version number?

2017-02-05 Thread Nicolai Schirawski
You have to clear the php-opcode-cache in the install tool. Am 04.02.2017 um 23:55 schrieb Daniel N.: > Hello everyone, > > i just installed Typo 7.6.10 for testing purposes (as shown in [1]) and > tried to upgrade it to the latest version (7.6.15) through the core > updater. Everything seemed

[TYPO3-english] Re: Typo 3 core update - showing wrong version number?

2017-02-05 Thread Daniel N .
Hello Michael, apparently it was a caching issue, restarting apache2 completely solved it. But thanks for the answer, it helped me getting a little insight on TYPO3's general structure. Have a nice day Daniel ___ TYPO3-english mailing list

Re: [TYPO3-english] Typo 3 core update - showing wrong version number?

2017-02-05 Thread Michael Schams
Hi Daniel, The TYPO3 CMS version number is defined in file: typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php For example: define('TYPO3_version', '7.6.15'); If you run a PHP cache or accelerator (e.g. APCu), clear this and/or try to restart the daemon on the server or the entire web