smartor probleem
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

smartor probleem
ik heb smartor mod geinstalleerd en krijg de volgende error als ik op een profielnaam klik
Parse error: parse error in /home/httpd/vhosts/lastporttattooforum.net/httpdocs/includes/usercp_viewprofile.php on line 315
misschien kan iemand kijken wat er mis is.
'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
// 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']),
);
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
Parse error: parse error in /home/httpd/vhosts/lastporttattooforum.net/httpdocs/includes/usercp_viewprofile.php on line 315
misschien kan iemand kijken wat er mis is.
'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
// 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']),
);
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
ComputerBlond
Re: smartor probleem
er staat een ','Judas schreef: 'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
// 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']),
);
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
Code: Selecteer alles
'L_PERSONAL_GALLERY' => sprintf($lang['Personal_Gallery_Of_User'], $profiledata['username']),

// edit het gaat over die laatste komma