Fehlermitteilung: Konnte ip_to_country nicht installieren! Errors
CREATE TABLE exv2_ip_to_country ( IP_from double NOT NULL default '0', IP_to double NOT NULL default '0', zwei char(2) NOT NULL default '', drei char(3) NOT NULL default '', `name` varchar(50) NOT NULL default '', KEY IP_from (IP_from), KEY IP_to (IP_to) ) ENGINE=MyISAM1050: Table 'exv2_ip_to_country' already exists
MFG
bama :
05.07.2011 10:22
nachdem Table 'exv2_ip_to_country' already exists muss das Plugin schon mal installiert gewesen sein ?????
lösche doch mal in der Datenbank die Tabelle 'exv2_ip_to_country'
beachte auch, dass das installieren bis zu 1 Minute (je nach Server) dauern kann und nicht unterbrochen werden darf
djscooter :
05.07.2011 16:13
So habe es versucht und jetzt bekomme ich so eine meldung
Zitat:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 146 bytes) in /home/wkwradi1/public_html/wkwseite/modules/system/plugin/ip_to_country/include/csv_db_import.php on line 33
bama :
05.07.2011 17:36
das Plugin kann die Daten nicht in die Datenbank einlesen, der Speicher ist zu klein Fatal error: Allowed memory size of 33554432 bytes exhausted
schau mal in deine PHPInfo SysAdmin -> eXV2 Tools -> PHPInfo anzeigen upload_max_filesize 2M
euer Provider soll das doch mal erhöhen, wir haben hier upload_max_filesize 200M