TikiWiki is not properly set up:

The directory '/var/www/dipartimento/charmy/cdc/backups' is not writeable by www-data.
The directory '/var/www/dipartimento/charmy/cdc/dump' is not writeable by www-data.
The directory '/var/www/dipartimento/charmy/cdc/img/wiki' is not writeable by www-data.
The directory '/var/www/dipartimento/charmy/cdc/img/wiki_up' is not writeable by www-data.
The directory '/var/www/dipartimento/charmy/cdc/modules/cache' is not writeable by www-data.
The directory '/var/www/dipartimento/charmy/cdc/temp' is not writeable by www-data.
The directory '/var/www/dipartimento/charmy/cdc/templates_c' is not writeable by www-data.

You may either chmod the directories above manually to 777, or run one of the sets of commands below.
Proceed to the Tiki installer after you run the commands below.

If you cannot become root, and are NOT part of the group www-data:
    $ bash
    $ cd /var/www/dipartimento/charmy/cdc
    $ chmod +x setup.sh
    $ ./setup.sh yourlogin yourgroup 02777
    Tip: You can find your group using the command 'id'.

If you cannot become root, but are a member of the group www-data:
    $ bash
    $ cd /var/www/dipartimento/charmy/cdc
    $ chmod +x setup.sh
    $ ./setup.sh mylogin www-data

If you can become root:
    $ bash
    $ cd /var/www/dipartimento/charmy/cdc
    $ chmod +x setup.sh
    $ su -c './setup.sh www-data'

If you have problems accessing a directory, check the open_basedir entry in
/etc/php5/apache2/php.ini or httpd.conf.

Once you have executed these commands, this message will disappear!

Note: If you cannot become root, you will not be able to delete certain
files created by apache, and will need to ask your system administrator
to delete them for you if needed.

Consult the tikiwiki.org installation guide if you need more help.

Proceed to the Tiki installer if you've completed the steps above.