Tiny_mce works on admin site news but when i go to admin pagebuilder it wont come up there for i have no options at all.
when i try to save a new html block it accepts but changes are never saved.
tried in firefox and IE..
i tryed reuploading a fresh copy of plugins/tiny-mce,
uploaded a backup coty of
the the required once files in pagebuilder.php
require_once( '../inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'db.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'admin.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'admin_design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'images.inc.php' );
require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolPageViewAdmin.php' );
What could be the issue?