
Danke für die Info

Code: Alles auswählen
if ($_SID)
{
$s_search_hidden_fields['sid'] = $_SID;
+}
+
+if (!empty($_EXTRA_URL))
+{
+ foreach ($_EXTRA_URL as $url_param)
+ {
+ $url_param = explode('=', $url_param, 2);
+ $s_hidden_fields[$url_param[0]] = $url_param[1];
+ }
}
if (!empty($_EXTRA_URL))
{
Code: Alles auswählen
if (!empty($_EXTRA_URL))
{
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_geomap.php on line 667: fopen(./images/geomap/map.html) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_geomap.php on line 668: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_geomap.php on line 669: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_geomap.php on line 702: imagepng() [function.imagepng]: Unable to open './images/geomap/usermap.png' for writing: Permission denied
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4709: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4711: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4712: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4713: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Pyramide hat geschrieben:Supportfragen bitte in den Supportforen stellen.
Hi Helmutr,Helmut hat geschrieben:Hallo DarkDevil_1,
prüfe mal die Berechtigungen für deinen /images/.... Ordner, müsste vermutlich auf 755 stehen.
Gruß Helmut