Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Issue information

  • #000321

  • 0 - None Assigned

  • Fixed

  • -

  • 1.2.0


Issue Confirmations

  • Yes (0)No (0)
Photo

Calendar forum save redirect

Posted by Michael on 29 August 2010 - 03:35 AM

When saving the calendar forum selections the redirect produces this error.

Quote

Fatal error: Cannot redeclare skin_global_0::__construct() in C:\Michael\EasyPHP\www\ipb310\admin\sources\classes\skins\skinFunctions.php(470) : eval()'d code on line 22

Manual Fix:

Open admin/applications_addon/other/ctopics/modules_admin/manage/manage.php

Find:
$this->registry->output->redirectScreen( $this->lang->words['ctopics_calendars_updated'], $this->settings['base_url']."app=ctopics" );

Replace With:
		$this->registry->output->global_message = $this->lang->words['ctopics_calendars_updated'];
	$this->registry->output->silentRedirectWithMessage( $this->settings['base_url'] . $this->form_code );

Save admin/applications_addon/other/ctopics/modules_admin/manage/manage.php

changed status to: Fixed
changed fixed-in version to: 1.2.0





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users