Firstly, many thanks for the great work on this major update.
Following the recommended path, upgrading from 1.9.4.3 to 1.10, all seemed to go well - except that I can't get MicroTiny to show under the Page editor. TinyMCE will work but is currently removed. Site Admin | General Settings | Frontend wysiwyg is set to 'MicroTiny' and I can see what it should look like under Extensions | MicroTiny WYSIWYG editor. Changing any/all Settings here makes no difference.
Debug on the page editor seems to show the module loading:
Code: Select all
Debug: (0.387388) - (usage: 7619336) - (peak: 7632088)
Loading /[...]/modules/MicroTiny/MicroTiny.module.php = 103120 bytes for an approximate total of 3858968
Debug: (0.393023) - (usage: 7748048) - (peak: 7760048)
Code: Select all
PHP Fatal error: Call to a member function GetDb() on a non-object in /[...]/modules/TinyMCE/stylesheet.php on line 38
SysInfo:
Code: Select all
Installed Modules
CMSMailer 2.0.2
FileManager 1.2.0
MenuManager 1.7.6
ModuleManager 1.5
News 2.12.2
Printing 1.1.2
Search 1.7
ThemeManager 1.1.4
CMSPrinting 1.0
MicroTiny 1.1
CMS Config Settings
php_memory_limit
process_whole_template false
output_compression false
max_upload_size 10000000
default_upload_permission 664
url_rewriting internal
page_extension
query_var page
image_manipulation_prog GD
auto_alias_content true
locale
default_encoding utf-8
admin_encoding utf-8
set_names true
debug false
Am I missing a magic switch? Any pointers appreciated.