Une erreur a ete rencontree durant l'execution du script. L'erreur rencontree est :
error_sql :: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
-----
SELECT f_name FROM tierkreis_forum_forums WHERE f_id =
a la ligne 594 du fichier /home/suikoden/www/tierkreis/forum/main/class/dbal/dbal.php

Voici la zone ou se situe l'erreur dans le script :
Ligne 587 : 	 * @param string $query Requete SQL
Ligne 588 : 	 * @param array|string $fields
Ligne 589 : 	 * @return mixed
Ligne 590 : 	 */
Ligne 591 : 	public function get($query, $fields)
Ligne 592 : 	{
Ligne 593 : 		$result = $this->query($query);
Ligne 594 : 		$row = $this->row($result);
Ligne 595 : 		$this->free($result);
Ligne 596 : 
Ligne 597 : 		if (!$row)
Ligne 598 : 		{
Ligne 599 : 			return (null);
Ligne 600 : 		}
Ligne 601 : 

Trace des fonctions / methodes appelees :
Methode :	Fsb_frame->__construct()
Fichier :	index.php
Ligne :		377


Methode :	Fsb_frame_child->main()
Fichier :	index.php
Ligne :		58


Methode :	Fsb_frame_child->userprofile_view()
Fichier :	main/forum/forum_userprofile.php
Ligne :		112


Methode :	Fsb_frame_child->get_user_data()
Fichier :	main/forum/forum_userprofile.php
Ligne :		128


Methode :	Dbal->get()
Fichier :	main/forum/forum_userprofile.php
Ligne :		271


Methode :	Dbal->query()
Fichier :	main/class/dbal/dbal.php
Ligne :		594


Methode :	Dbal_mysql->_query()
Fichier :	main/class/dbal/dbal.php
Ligne :		322


Fonction :	trigger_error()
Fichier :	main/class/dbal/dbal_mysql.php
Ligne :		59