Pagina 1 din 1

Cannot redeclare class custom_profile

Scris: 08-Apr-2013, 12:07:05
de StefaneX
Cum pot scapa de

Cod: Selectaţi tot

Fatal error: Cannot redeclare class custom_profile in /home/xxxxx/public_html/forum/includes/functions_profile_fields.php on line 19
Am repus
functions_profile_fields.php
ucp.php
functions_users.php
functions_module.php

Re: Cannot redeclare class custom_profile

Scris: 08-Apr-2013, 12:51:24
de StefaneX
Am rezolvat problema
am cautat in includes/ucp/ucp_activate.php sa vad ce si cum si am dat de

Cod: Selectaţi tot

	function main($id, $mode)
	{
		global $config, $phpbb_root_path, $phpEx;
		global $db, $user, $auth, $template;
		include($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);
		include($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);		include($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);

am pus doar 1 include($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);
si merge