I’ve installed the latest update - unfortunately, I’m still getting this error:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /...path/system/extensions/fieldtypes/ff_matrix/ft.ff_matrix.php on line 472
Warning: Invalid argument supplied for foreach() in /...path//system/extensions/fieldtypes/ff_matrix/ft.ff_matrix.php on line 478
Warning: Invalid argument supplied for foreach() in /...path//system/extensions/fieldtypes/ff_matrix/ft.ff_matrix.php on line 516
Update: I was looking in the wrong place before. I realized it was looking for that /themes directory in the /extensions/fieldtypes/mx_universal_editor/tinybrowser/ directory. But there’s no /themes directory in there.
I re-downloaded the extension and I’m not seeing that directory in there either. So either a path is not correct, or the installation files are missing a directory.
Hi Max! How do I change path to file ? Stand alone field uses absolute path to file but when used with tinymce it’s relative. This is the path to file I get
You are correct. The default configuration files are OK. I used my own custom settings but have deleted a line by mistake. Now it’s OK. Thanks for your quick response!
New week needs to start with something new, so I release a new version of MX UniEditor:
Done:
Watermarks support
Batch link from LinkManager
Right Click menu in TinyBrowse main window
Fixed couple bug’s
Was tested with FF3.5.3, IE 6/7, Safari 4.0(530.17)
At this moment :
SAEF LinkManager helper plugin and LinkField mode will be release before the end of this week.
Rewriting the TinyBrowser code for more better functions and secure.
Knowing issue:
With some server configuration upload is failed by permission error. I’m working on it, but I don’t have a test machine with this problem, so it’s going slowly.
I just uploaded and spent a few minutes with the new version (0.73). Overall, it is definitely working better. I was able to load everything otherwise in standalone and FFMatrix modes, and browsing the images/files works fine. The links browsing works too. Thanks for adding multiple select.
I did have a few issues. I was getting some javascript errors in Firebug which I was able to fix by changing “$” to “jQuery” in the extension code and scripts. Also, I get an error when I click the upload tab, so I can’t upload anything. The error is non-specific.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at (my site url).com Port 80
We’re using Structure module for site hierarchy, but the LinkManager is not picking up our Pages Weblog with the correct uri’s. Everything is “/index.php/[page-title]”, as oppose to “/index.php/[main-nav]/[sub-nav]”. Is there something we can edit that will update this?
Also, can we limit the linkmanager to just one weblog? At the moment it’s showing all our weblogs, but many are not to pages.
Also, prior to this great extension, we would setup TinyMCE to use an external_link_list that hit a weblog and it’s page_uri’s. I’ve updated this on our mx_universal_editor config for “article.js”, but it’s not pulling. Is it possible with this extension to create a linklist in the same manner as TinyMCE did before?
misterKeebles I will add Structure support in next build and more setting for LM (like weblogs choosing).
external_link_list - It’s possible but I need to add a couple parametrs in the extension. So - in next build.
By the way - I have a beta version with option to choose between TinyMCE and CKEdit(Its just a couple line more for integrated a new WYSIWYG, but I don’t finished yet example of CK configuration with support LinkManager(configuration for TinyBrowser is done)). So, if anybody interested in this, I can publish it.
misterKeebles I will add Structure support in next build and more setting for LM (like weblogs choosing).
external_link_list - It’s possible but I need to add a couple parametrs in the extension. So - in next build.
Thanks Max, looking forward to it.
One other inquiry I had, is this extension MSM compatible?