Tag Archive for 'update'

How to autoupdate WordPress hosted at Host Europe

All who has webspace at Host Europe and installed WordPress by itself (not out of the box) have problems to use the autoupdate function from WordPress.

For me it said always that the installtion path of WordPress was not found. Now, after a long while, I found a german blog article WordPress AutoUpdate bei Hosteurope. There is described that you just have to put one single line in the config file wp-config.php of WordPress and all works as expected. The problem which cause the error is the directory for temporary files, which is set by this line via a environmental variable.

putenv('TMPDIR='.ini_get('upload_tmp_dir') );
if ( !defined('ABSPATH') )
   define('ABSPATH', dirname(__FILE__) . '/');

Just put the bold line in your config-file at this position and then you can use WordPress auto update. But be sure to backup your data as explained in the WordPress Codex!

TYPO3 Version 4.4.0 released

Yesterday they did it …

The latest TYPO3 version 4.4 makes TYPO3 easier than ever – especially for newbies. Your TYPO3 website can be up and running in five minutes after it has been downloaded – use the included template and it is ready to go right away. Below you will find the most important innovations.

from: http://typo3.org/download/release-notes/typo3-44/

Continue reading ‘TYPO3 Version 4.4.0 released’

How to … update TYPO3 4.2

How to

After the release from TYPO3 4.2.8 i decided to post a small, usefull description to update/upgrade the core files from TYPO3.

You won’t need more then 10 minutes! Just follow these steps (more details, see here):

Continue reading ‘How to … update TYPO3 4.2′