Documentation

Installation

Installing MoxieManager should be fairly simple, but mastering all the options can be harder.

And if you have problems, check out the FAQ and if that doesn't work, use the ticket system from your account.

PHP and .NET have the same features.

PHP Installation

Read this for PHP installation instructions.

.NET Installation

Read this for .NET installation instructions.

Please note that a lot of the documentation is still for the PHP version, all config examples that looks like $moxieManagerConfig[""]; is of course edited in the Web.config file for .NET.

Upgrading

Usually, you should just replace the old files with all the new files in the updated package, making sure to overwrite. With the exception of the config file, most of the times (perhaps not on major updates) you should be able to save your config file, but if you have some trouble after upgrading, replacing and re-doing the configuration might help you solve some issues.

There might also be updates to the UI and Javascript files of MoxieManager, then you need to make sure you clear your browser cache. If you use MoxieManager with TinyMCE, you can use the cache suffix and change that, to force a reload of the cached files.

Check out the cache_suffix option in the TinyMCE configuration.

If you use MoxieManager standalone, you can add or change the loader.min.js script file querystring, and it should drop the cache files loaded.

<script src="moxiemanager/loader.min.js?v=2"></script>

Troubleshooting

If you are having issues, first thing to check is write permissions, make sure you can write to the temp folder, by default, it uses system temp folder, but you can reconfigure that using general.temp_dir. If you want upload/create folder to work, make sure write access to the listed folder is also correct. You may also need write permissions to the storage folder (moxiemanager/data/storage by default) if you wish to use those features.

Another common issue is that thumbnails aren't shown centered in the thumbnail view of MoxieManager, this is due to wrong doctype in the document opening MoxieManager, set the HTML5 (or HTML4 Strict) doctype and it will work.

<!DOCTYPE html>

Also check the FAQ for common issues!

Advanced debugging, you can access the debugging tool by setting general.debug to true in your config, then go directly to the following url with your browser (moxiemanager is the folder where you have installed it ofc):

moxiemanager/api.php?action=debug
moxiemanager/api.ashx?action=debug

This should give you some information about your system.

Support

To get support, login on this website, access the "Support" tab on your account, setup users that can access our support portal, and then go to support.ephox.com.