SQL Daten ändern ?
Verfasst: 17.08.2006 05:48
Hi ich hab einen Mod wo ich
in SQL adden soll, ich habe bisher immer glück gehabt ud konnte install.php's benutzen, aber nun komm ich nicht dran vorbei, wie geht das ? Muss ich da in PHPmyadmin rein ? das Problem ist, wenn ich mich einlogge kommt ein Fehler
in line 110 steht
Plz Help !
Code: Alles auswählen
#-----[ SQL ]------------------------------------------
# If you use a beta release of EasyMOD, this instructions will be executed!
# Please read author notes to update your database.
#
INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('cat_id', '0');
INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('pics_all', '0');
INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('pics_number', '1');
INSERT INTO `phpbb_album_config` (config_name, config_value) VALUES ('pics_sort', '0')Code: Alles auswählen
Fatal error: Call to undefined function: pma_getenv() in /home3/d/xxx/www/phpmyadmin/libraries/grab_globals.lib.php on line 110Code: Alles auswählen
if (PMA_getenv($current) && false === strpos(PMA_getenv($current), '<')) {
$$current = PMA_getenv($current);