Joomla

From Linuxintro
Revision as of 18:08, 19 October 2013 by 77.2.178.146 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla-Installation - no mysql

If you get the message MySQL support Unavailable The reason may be that MySQL 5 is installed. But you need 4.1.

Solution:

apt-get remove --purge mysql-common
apt-get install mysql-server-4.1 php4-mysql

Joomla - Problems

If you get several error messages in the website saying

headers already sent by

the reason is that in a .php file there is a newline at the end. E.g. in /languages/german.php. Logging into the administrator area is also not possible then.