Block editor missing?

Hello all.

I have  been working on my website update from 7.1.2 to 7.3.3 and its taking its toll.

Just when i think i have one thing right something else goes awry. I have several things i need to sort out on the website in order to make it publically available to my members however this one thing has just occurred and its really confusing and complicating things.

(see attachement)

The Block editor has dissapeared.

 

Regards

Chris

All for one and one for all....ah sod it who am i kidding!
Quote · 21 Aug 2017

anyone?

All for one and one for all....ah sod it who am i kidding!
Quote · 22 Aug 2017

Nevermind figured it out.

I dropped the 'sys_objects_editor' from the database and ran the following:

CREATE TABLE `sys_objects_editor` (
  `id` int(11) NOT NULL,
  `object` varchar(32) NOT NULL,
  `title` varchar(255) NOT NULL,
  `skin` varchar(255) NOT NULL,
  `override_class_name` varchar(255) NOT NULL,
  `override_class_file` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Dumping data for table `sys_objects_editor`
--
 
INSERT INTO `sys_objects_editor` (`id`, `object`, `title`, `skin`, `override_class_name`, `override_class_file`) VALUES
(1, 'sys_tinymce', 'TinyMCE', 'lightgray', 'BxTemplEditorTinyMCE', '');
All for one and one for all....ah sod it who am i kidding!
Quote · 22 Aug 2017

Dolphin updates are very messy and I'm too scared to use them. Other designers supply a zip of the changed files so that more advanced users can simply replace them. Most importantly, it also gives the user a chance to see his he/she is replacing a core file that they may have modified in some way.

I wish Boonex would do the same because many of the updates are just fixes.

Quote · 22 Aug 2017

Agreed! :)

All for one and one for all....ah sod it who am i kidding!
Quote · 22 Aug 2017

The problem is that often database changes are needed for the upgrades which means that one can not just change files.

I do think Boonex needs to rethink module versioning as that would eliminate database changes that do nothing but change the module version in the database when the module itself and its tables have not changed.  I have to go through each Boonex module to see the changes and often it is just the version number.

Geeks, making the world a better place
Quote · 22 Aug 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.