Questions tagged [moxiemanager]

a file and image management plugin for PHP and .NET

Originally called ImageManager and developed by MoxieCode as an extension to the TinyMCE editor, MoxieManger is now a fully-fledged and highly extendable file and image management plugin for PHP and ASP.NET, owned by Ephox.

You can find answers to some questions in the MoxieManager FAQ.

Other useful information can be found in the Developer's Blog.

17 questions
7
votes
1 answer

Error in moxiemanager with PHP7

After updating the version from PHP5 to PHP7, an error appears when trying to insert images from the moxiemanager plugin of the tinymce that I have integrated into the project. just tell me: Error: Array to string conversion
Jesus Guevara
  • 351
  • 1
  • 11
2
votes
0 answers

Set moxiemanager compatibility with PHP 7

I was searching why moxiemanager bug on PHP 7. The plugin is not free any more. But from the free version 1.0.2, it could work just changing this:
1
vote
3 answers

Issue with TinyMCE Moxiemanager on PHP8

We are using Moxiemanager with TinyMCE. But after upgrading on PHP8 we are facing error. We are getting the following error - Server returned an invalid response Fatal error: During inheritance of IteratorAggregate: Uncaught MOXMAN_Exception:…
Sougata Bose
  • 31,517
  • 8
  • 49
  • 87
1
vote
1 answer

Integrate Moxiemanager with Mosaico

I have Mosaico setup and moxiemanager is under the root directory. I can't find clear instructions on how to integrate it with Mosaico. I do find clear instructions on how to integrate it with Tinymce. Any help would be appreciated.
TechForU
  • 11
  • 2
1
vote
0 answers

Plupload conflict with moxiemanager (tinymce)

I have a problem with the work of plupload namely: I have tinyMCE embedded on one page with the MoxieMannager plugin and I have Plupload on the same page (for uploading files). So Plupload works, but if you activate Moxiemanager (on page), then…
Dimka EL
  • 11
  • 2
1
vote
0 answers

Data Leak issue with moxie manager

I am using the moxie manager with tiny-mc to upload files on server.User able to upload the files but one user can able to access the files of other users on server.How can I set the privacy so that user can only access his own files.Thanks in…
mohan.gade
  • 1,095
  • 1
  • 9
  • 15
1
vote
1 answer

Moxie gwt uploader custom server response

I'm using Moxie GWT Uploader, in my app and its working good. Server can returns custom JSON object with error and its description. How I can get, server response object when file upload ends with an error? Because there is no possibility to get…
Java Dude
  • 454
  • 6
  • 24
1
vote
1 answer

MoxieManager double extensions error

I'm using MoxieManager (http://www.moxiemanager.com)inside TinyMCE. Now i get this error message on loading: "Double extensions is not allowed for security reasons". My configuration seems to be normal, there are no double extensions :…
Stiller Eugen
  • 681
  • 2
  • 10
  • 28
1
vote
0 answers

Moxi unable to change number of client connection limit

I am trying to control the number of client connections(upstream connections) to Moxi. By default the value is 1024. The documentation specifies changing this value using the -c commandline parameter. I restarted Moxi in the following…
minion
  • 540
  • 8
  • 21
0
votes
0 answers

Error "Trying to access array offset on value of type null" when uploading after upgrade to PHP 8

We're using Moxie v 2.1.7 and have just upgraded PHP to v8.0.29. Now we're getting the error "Trying to access array offset on value of type null" when trying to upload new images. Do we need to upgrade Moxie to a later version (is PHP 8 even…
Len
  • 11
  • 3
0
votes
1 answer

Moxiemanager: file_get_contents() when uploading images

we use MoxiManager plugin in TinyMCE to upload images in our PHP web app, we noticed a error when uploading images in the TinyMCE editor: file_get_contents(): read of 8192 bytes failed with errno=21 Is a…
0
votes
1 answer

What are the allowable image file extension, doc and excel file extensions and also video file extension for moxiemanager on tinymce 5?

I used moxiemanager on my updated tinymce 5 community edition. I put in common video extensions like .mov .m4v .avi .flv and .swf but it won't allow to upload those extensions.
heero
  • 278
  • 4
  • 15
0
votes
0 answers

Tinymce Moxiemanager integration with dreamobjects cloud storage in php laravel

I am using dreamobjects cloud storage for storing my user files. I am trying to use tinymce with moxiemanager plugin in frontend for forming messages which can contain images or documents present in the users files. I am capable of uploading files…
AmrataB
  • 1,066
  • 2
  • 10
  • 19
0
votes
1 answer

Understanding Moxi stats field "total_connections"

What do the following fields means in the Moxi stats counters? I understand the "curr_connections" which counts both client connections into moxi and also moxi’s connections to downstream Couchbase servers. What does the counter "total_connections"…
minion
  • 540
  • 8
  • 21
0
votes
1 answer

Moxiemanager not opening browse window in dialog

I recently upgraded my moxiemanager tinymce plugin to the new 2.0 version. I use the Tinymce wysiwyg (4.1.9) in a jquery dialog popup. Everything seems to be working fine, until I click Upload > Local Machine to upload a new file. It will not open…
1
2