![]() |
|
TinyMCE doesn't work with ZenPhoto 1.3.1.2 - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: TinyMCE doesn't work with ZenPhoto 1.3.1.2 (/thread-7673.html) |
TinyMCE doesn't work with ZenPhoto 1.3.1.2 - vincent3569 - 2010-09-28 hello after installing ZenPhoto 1.3.1.2, I have installed TinyMCE 1.3.1 in the extension tabs. but in the option/plugin tabs, I have the following message : and TinyMCE is disabled... what is the problem ? TinyMCE doesn't work with ZenPhoto 1.3.1.2 - sbillard - 2010-09-29 Probably a configuration quirk with your server. Appears as if the "glob" function is not correctly returning an array. TinyMCE doesn't work with ZenPhoto 1.3.1.2 - vincent3569 - 2010-09-29 I have 2 web sites with the same ISP Provider :
TinyMCE works well with the production site and doesn't work with the latest version of ZP so the configuration quirk is probably the same and the problem seems to be not located her, don't you think ? TinyMCE doesn't work with ZenPhoto 1.3.1.2 - sbillard - 2010-09-29 So I guess you need to find the difference between those two sites. TinyMCE doesn't work with ZenPhoto 1.3.1.2 - vincent3569 - 2010-09-29 the only difference is that TinyMCE works with version 1.2.9 and no longer works with version 1.3.1.2 :-) More seriously, there is no difference on the technical environment of the 2 sites. TinyMCE doesn't work with ZenPhoto 1.3.1.2 - acrylian - 2010-09-29 It's working for me in Safari 4 and Firefox 3 and it apparently works for sbillard in IE8 as well. Make sure you have a configuration file selected,might have been a wrong option set with the updae. Also check if there are JS errors or others. Depending on your browser you might want to check the TinyMCE site for infos as well. TinyMCE doesn't work with ZenPhoto 1.3.1.2 - sbillard - 2010-09-29 Well, also from your description, there is no difference in the Zenphoto running on each site. So, I guess if there are no differences anywhere they must both be operating the same. Seriously. I have told you that the PHP "glob" function is not working correctly on the failing site. Clearly that is a difference between them. TinyMCE doesn't work with ZenPhoto 1.3.1.2 - vincent3569 - 2010-09-29 I don't understand : on the same website, glob function works well with 1.2.9 and doesn't work with 1.3.1.2. i have ran phpinfo.php on my web site, and i don't have found anything about glob function. sorry but I need a help : what can i do to solve the problem ? TinyMCE doesn't work with ZenPhoto 1.3.1.2 - sbillard - 2010-09-29 fix the PHP "glob" function so it works! Do I have to beat this into your head? TinyMCE doesn't work with ZenPhoto 1.3.1.2 - gjr - 2010-09-30 wow... TinyMCE doesn't work with ZenPhoto 1.3.1.2 - sbillard - 2010-09-30 Told once: TinyMCE doesn't work with ZenPhoto 1.3.1.2 - acrylian - 2010-09-30 So in other words, you probably best ask your host about that as this is a server setting. TinyMCE doesn't work with ZenPhoto 1.3.1.2 - vincent3569 - 2010-09-30 Hi guys, sorry for my multiple questions and not having correctly read your answers ! you are totatly right, there is a problem with glob() : the glob() function is no longer operational to French ISP Free, due to a security problem. No patch is currently available to correct this flaw, the solution adopted by the provider is to disable the glob() function. To understand, follow the links: After checking the code, zp-core/zp-extensions/tiny_mce.php is the only place in all the code zenphoto who use glob() function. thanks in advance for your help TinyMCE doesn't work with ZenPhoto 1.3.1.2 - sbillard - 2010-09-30 Yes, you can substitute Pitty that your providers have become so draconian. There is really nothing "dangerous" of TinyMCE doesn't work with ZenPhoto 1.3.1.2 - vincent3569 - 2010-09-30 in \zp-core\zp-extensions\tiny_mce.php, I have substitute safe_glob() for glob(). with that Tiny_MCE works well. can you change that in a future realese ? thank you for your patience and your help TinyMCE doesn't work with ZenPhoto 1.3.1.2 - sbillard - 2010-09-30 Will do. Thanks for the confirmation. |