Migration Tool Error
Permalink
Hi.
I am using Concrete Version 5.6.3.5 and i want to use the migration tool to export.
If i want to create the Export Batch i get this error message:
t('Please enter a valid Youtube URL.')); } function __construct($obj = null) { parent::__construct($obj); if(!$this->display) $this->display='shareLong'; } function view(){ $this->set('addThisUsername', $this->username); $this->set('addThisDisplay', $this->display); } function save($data) { $args['username'] = isset($data['username']) ? trim($data['username']) : ''; $args['display'] = isset($data['display']) ? trim($data['display']) : ''; parent::save($args); } } ?>
Fatal error: Class 'AddthisBlockController' not found in ...\updates\concrete5.6.3.5_remote_updater\concrete\core\libraries\loader.php on line 437
I am not sure what i have to do :-(
I hope someone can help me :-).
I am using Concrete Version 5.6.3.5 and i want to use the migration tool to export.
If i want to create the Export Batch i get this error message:
t('Please enter a valid Youtube URL.')); } function __construct($obj = null) { parent::__construct($obj); if(!$this->display) $this->display='shareLong'; } function view(){ $this->set('addThisUsername', $this->username); $this->set('addThisDisplay', $this->display); } function save($data) { $args['username'] = isset($data['username']) ? trim($data['username']) : ''; $args['display'] = isset($data['display']) ? trim($data['display']) : ''; parent::save($args); } } ?>
Fatal error: Class 'AddthisBlockController' not found in ...\updates\concrete5.6.3.5_remote_updater\concrete\core\libraries\loader.php on line 437
I am not sure what i have to do :-(
I hope someone can help me :-).
It looks like your Add This Block is preventing the export.
So, what can i do there?
Really i have no idea what i can do there :-(
Really i have no idea what i can do there :-(
Is the Add This feature absolutely necessary for your site? If not you could uninstall it.
Ahhh Ok i see we have this AddThis Plugin, and if i want to deinstall this i get these errors.
So how can i deinstall Plugins without the help of the dashboard?
So how can i deinstall Plugins without the help of the dashboard?
What errors do you get on uninstall?