Seite 1 von 1

Userprofile

Verfasst: 04.07.2005 16:47
von MaximilianB
Hi!
Hab grade n Fehler entdeckt:

Fatal error: Call to a member function on a non-object in /usr/export/www/vhosts/funnetwork/hosting/maximilianb/includes/usercp_viewprofile.php on line 266
Der Code ist:

Code: Alles auswählen

	'L_YAHOO' => $lang['YIM'],
	'L_AIM' => $lang['AIM'],
	'L_MESSENGER' => $lang['MSNM'],
	'L_WEBSITE' => $lang['Website'],
	'L_LOCATION' => $lang['Location'],
	'L_OCCUPATION' => $lang['Occupation'],
	'L_INTERESTS' => $lang['Interests'],

	'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . $u_search_author),

	'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
);

$cm_viewprofile->post_vars($template,$profiledata,$userdata);  // Das ist  Zeile 266

$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
Hab selber schon geguckt, konnte aber keinen Fehler entdecken.

LG,
Max

EDIT: Nachdem ich auf 2.0.16 geupdated habe, isses die Zeile 266, habs berichtigt

Verfasst: 05.07.2005 14:18
von MaximilianB
*push*

Verfasst: 18.01.2006 00:12
von WillyMilly
Die Rede ist hier übrigens vom CASH MOD

Habe genau dasselbe Problem, alle relevanten Dateien mehrfach durchgesehen und jetzt mit meinem Latein am Ende.

Benutze phpbb v. 2.0.18 und die Cash Mod v. 223. Die gesamte Mod läuft,
jedoch wenn ich mir ein Userprofil angucken möchte erscheint ein oben genannter Fatal Error.