Seite 34 von 187
Verfasst: 01.05.2008 19:47
von Swo0p
mod ist da, allerdings wenn ich draufklicke:
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Table 'XXXXXX.phpbb_geo_config' doesn't exist [1146]
SQL
SELECT * FROM phpbb_geo_config
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/acp/acp_geomap.php
LINE: 255
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_geomap->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
(war mal hier im forum irgendwo beschriben, bin ich aber nicht draus schlau geworden...)
Verfasst: 01.05.2008 19:54
von Frank1604
Die Tabellen fehlen einfach! Ich weiß nur net warum.. Die werden normalerweise mit dem Installer angelegt.
Zur Not mußt du die manuell mit PHPMyAdmin anlegen.
Dazu nimmst du die
install_geomap\schemas\mysql_40_schema.sql
Ohne die Tabellen gehts einfach nicht

Verfasst: 01.05.2008 19:56
von Swo0p
das es ohne nicht geht ist mir klar

ich versuchs mal mit phpmyadmin
Verfasst: 01.05.2008 19:58
von Frank1604
Die Datei müsstest du eigentlich direkt importieren können, evtl. mußt du noch die Kommentare löschen..
Verfasst: 01.05.2008 20:10
von Swo0p
HAT GEKLAPPT!!! DANKE! jetzt läuft sie endlich nach 4 stunden....

Verfasst: 01.05.2008 20:14
von Frank1604
Swo0p hat geschrieben:HAT GEKLAPPT!!! DANKE! jetzt läuft sie endlich nach 4 stunden....

Die erste gute Nachricht meines heutigen Tages. Freut mich

Viel Spatz mit der Karte!
Gruß, Frank
Verfasst: 01.05.2008 20:22
von Swo0p
achso, wenn ich den intervall von 24 stunden auf 0 setzte, erscheinen die neuen userpunkte nicht, ist das auch normal?
das steht dann über der map:
[phpBB Debug] PHP Notice: in file /geomap.php on line 316: fopen(./images/geomap/map.html) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /geomap.php on line 317: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /geomap.php on line 318: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /geomap.php on line 329: imagepng() [function.imagepng]: Unable to open './images/geomap/usermap.png' for writing: Permission denied
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
Nochmal edit:
wenn ich die Dateiattribute auf "777" setzte blendet er die meldung nicht ein, die punkte sind auch da, allerdings nicht sichtbar, ich kann mit der maus drüber und die details erscheinen auch, nur die punkte sind halt nicht sichtbar....
Verfasst: 01.05.2008 20:48
von Frank1604
Hast du auch dem Ordner, und allen enthaltenen Dateien 777 gegeben?
Verfasst: 01.05.2008 20:53
von Swo0p
ja also karte.png, map.html und usermap.png alle 777
Verfasst: 01.05.2008 21:01
von Frank1604
Und der Ordner selbst?