Seite 1 von 1

Aufruf von Profilen funktioniert nicht.

Verfasst: 27.01.2005 17:57
von MatsHB
Wenn das profil aufgerufen werden soll kommt folgende meldung
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /srv/www/web1/html/calibra/testportal/includes/usercp_viewprofile.php on line 267
in der zeile 267 steht
$sql = "SELECT * FROM " . $table_prefix . "usercars fe WHERE fe.user_id = '" . $profiledata['user_id'] . "' ORDER BY usercars_id";
der usercar mod funktioniert auch nicht

Verfasst: 28.01.2005 18:11
von MatsHB
Nach installation von einigen mod habe ich jetzt die meldung
Parse error: parse error, unexpected T_DOUBLE_ARROW in /srv/www/web1/html/calibra/testportal/includes/usercp_viewprofile.php on line 277

in 277 steht
// Photo Album Addon v2.x.x by Smartor
'U_PERSONAL_GALLERY' => append_sid("album_personal.$phpEx?user_id=" . $profiledata['user_id']),
'L_PERSONAL_GALLERY' => sprintf($lang['Personal_Gallery_Of_User'], $profiledata['username']),