Original geschrieben von mrhappiness 
probier das mal so (wenn's mysql is):
	
nur mal so als test 
			
		
	probier das mal so (wenn's mysql is):
PHP-Code:
	
	
while ($result = mysql_fetch_assoc($query, $connect)
  $config[$result['name']]=$result['value']; 
PHP-Code:
	
	
<?php
  $sql = "select * from config";
  $query = db_query($sql, $connect) or die ($lang["could_not_read_config"].": ".db_error($connect));
  while ($result = mysql_fetch_assoc($query, $connect)  $config[$result['name']]=$result['value'];
  
?>
Notice: Undefined index: templatedir in /srv/www/htdocs/web1/html/dat/include/sites/start.php on line 2
Notice: Undefined index: templatedir in /srv/www/htdocs/web1/html/dat/include/functions/template.php on line 44
Notice: Undefined index: template in /srv/www/htdocs/web1/html/dat/include/functions/template.php on line 44
Mehr fehler kommen nicht nur diese 3

Axo hier mal die Information zu mein php usw

http://surfbar.csatmezzo.de/info.php
          
Kommentar