2.9.0-RC2 TinyMCE missing?

Please report bugs here!

Moderator: Thorsten

Post Reply
tladner
Posts: 1
Joined: Tue Apr 05, 2016 11:25 pm

2.9.0-RC2 TinyMCE missing?

Post by tladner »

Hello!

I'm new to phpmyFAQ... I recently deployed 2.9.0-RC2 and noticed that the TinyMCE editor didn't appear to load. JS console shows a failure on this GET:

GET http://kb.esri.com/admin/editor/tiny_mce.js?1459934505

looks like there is no editor folder under /admin.

I unpacked this 2.9.0-RC2 zip for this install, yet I also unpacked and built from git as well with the same result. Is TinyMCE not supported under this build or am I missing something?

Thanks for your help,
-Travis
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: 2.9.0-RC2 TinyMCE missing?

Post by Thorsten »

Hi,

did you activated it?

If you install from Git, you have to run

Code: Select all

$ git clone git://github.com/thorsten/phpMyFAQ.git
$ cd phpMyFAQ
$ git checkout 2.9
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ npm install bower less grunt-cli -g
$ npm install
$ bower install
$ grunt
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply