ABDALWAHID
Ich habe bei phpmyadmin mit SQL abfrage diese command versucht
update bb1_users set usewysiwyg='0'
und das
UPDATE bb1_users SET usewysiwyg='0';
Aber jedes mal bekomme ich folgende fehler
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/phpMyAdmin/libraries/header_meta_style.inc.php:27) in /srv/www/htdocs/phpMyAdmin/libraries/common.lib.php on line 1154
Wo habe ich fehler gemacht ?
mfg
update bb1_users set usewysiwyg='0'
und das
UPDATE bb1_users SET usewysiwyg='0';
Aber jedes mal bekomme ich folgende fehler
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/phpMyAdmin/libraries/header_meta_style.inc.php:27) in /srv/www/htdocs/phpMyAdmin/libraries/common.lib.php on line 1154
Wo habe ich fehler gemacht ?
mfg