und das kommt auch noch:Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /opt/lampp/htdocs/ftpuser/swat/phpBB2/db/mysql4.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/ftpuser/swat/phpBB2/db/mysql4.php:214) in /opt/lampp/htdocs/ftpuser/swat/phpBB2/includes/page_header.php on line 554
Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/ftpuser/swat/phpBB2/db/mysql4.php:214) in /opt/lampp/htdocs/ftpuser/swat/phpBB2/includes/page_header.php on line 556
Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/ftpuser/swat/phpBB2/db/mysql4.php:214) in /opt/lampp/htdocs/ftpuser/swat/phpBB2/includes/page_header.php on line 557
Could not update map table.
DEBUG MODE
SQL Error : 1062 Duplicate entry '2' for key 1
INSERT INTO phpbb_map_mod_user VALUES (2, 10.5667,52.9667)
Line : 706
File : usercp_register.php
Hier mal der Code aus der myspl4 :
Code: Alles auswählen
{
$query_id = $this->query_result;
}
if( $query_id )
{
214 ---> $this->row[$query_id] = mysql_fetch_array($query_id, MYSQL_ASSOC);
return $this->row[$query_id];
}
else
{
return false;
}
}
function sql_fetchrowset($query_id = 0)
{
if( !$query_id )
{
$query_id = $this->query_result;
Code: Alles auswählen
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0'); <--554
}
header ('Expires: 0'); <-- 556
header ('Pragma: no-cache'); <-- 557
//-- mod : ranks -----------------------------------------------------------------------------------
//-- add
Hat jemand eine Idee was da los ist ???
SWAT