Verfasst: 01.05.2008 21:05
auch 777, wie gesagt alle funzt, nur eben werden die punkte nicht angezeigt, auswählbar sind sie.
sind es bilddateien? wenn ja fehlen diese?
sind es bilddateien? wenn ja fehlen diese?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
Code: Alles auswählen
define('IN_PHPBB', true);
Code: Alles auswählen
ini_set(error_reporting(E_ALL));
ini_set('display_errors', 1);
Warning: Wrong parameter count for ini_set() in /www/01207/htdocs/forum/geomap.php on line 14
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /geomap.php:14)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /geomap.php:14)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /geomap.php:14)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /geomap.php:14)
Code: Alles auswählen
ini_set(error_reporting(E_ALL));
Code: Alles auswählen
ini_set('error_reporting', E_ERROR ¦ E_WARNING);
Parse error: syntax error, unexpected T_STRING in /www/01207/htdocs/forum/geomap.php on line 14