DevFuse Products (View All Products)
Issue information
-
#000321
-
0 - None Assigned
-
Fixed
-
-
-
1.2.0
Issue Confirmations
-
Yes (0)No (0)
When saving the calendar forum selections the redirect produces this error.
Manual Fix:
Open admin/applications_addon/other/ctopics/modules_admin/manage/manage.php
Find:
Replace With:
Save admin/applications_addon/other/ctopics/modules_admin/manage/manage.php
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
1 user(s) are reading this issue
0 members, 1 guests, 0 anonymous users











