Cash Mod Prob in usercp_viewprofile.php
Verfasst: 29.01.2006 19:04
Hi,
habe jetzt mal den Cash Mod eingebaut, doch wenn ich z.B. mein Profil aufruffen will, kommt das!
http://www.dasaltebuendnis.de/phpBB2/pr ... rofile&u=2
Die der Code der usercp_viewprofile.php
Weiß einer Rat?
habe jetzt mal den Cash Mod eingebaut, doch wenn ich z.B. mein Profil aufruffen will, kommt das!
http://www.dasaltebuendnis.de/phpBB2/pr ... rofile&u=2
Code: Alles auswählen
Fatal error: Call to a member function post_vars() on a non-object in /mnt/be2/06/237/00000002/htdocs/dab/phpBB2/includes/usercp_viewprofile.php on line 284
Code: Alles auswählen
277 // Photo Album Addon v2.x.x by Smartor
278 'U_PERSONAL_GALLERY' => append_sid("album_personal.$phpEx?user_id=" . $profiledata['user_id']),
279 'L_PERSONAL_GALLERY' => sprintf($lang['Personal_Gallery_Of_User'], $profiledata['username']),
280
281 'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
282 );
283
284 $cm_viewprofile->post_vars($template,$profiledata,$userdata);
285 $template->pparse('body');
286
287 include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
288
289 ?>