Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1153 2015-07-29 21:59:36
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: hak_tinymce WYSIWYG article editor
Thanks. Uli.
At this point, I am just happy to know someone has it working in a more recent version —- I am using the same plugin versions — so I will download 4.5.7 and see if the image insert works on that version —-
Maybe someone else as had a similar experience that I am having and will be able to identify another solution —-
Offline
#1154 2015-07-29 22:56:09
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: hak_tinymce WYSIWYG article editor
progre55 wrote #293809:
{xpimage_dlg.src}
Fishing in muddy waters: When you open /textpattern/tiny_mce/plugins/txpimage/image.htm
, how many characters does that file have? Mine has 11,184.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#1155 2015-07-30 16:26:48
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: hak_tinymce WYSIWYG article editor
uli:
Updating the TXP did not fix the issue.
241 Lines. Length: 11257. So something seems different possibly.
progre55
Offline
#1156 2015-07-30 16:44:07
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: hak_tinymce WYSIWYG article editor
progre55 wrote #293841:
241 Lines. Length: 11257. So something seems different possibly.
That’s what I guessed. In my file it says {#txpimage_dlg.src}
(while yours was {xpimage_dlg.src}
). Try a fresh hak_tinymce installation.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#1157 2015-07-30 16:50:42
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: hak_tinymce WYSIWYG article editor
Or try searching for your string and replace by mine. Might be quicker.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#1158 2015-07-31 19:09:36
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: hak_tinymce WYSIWYG article editor
uli:
THANK YOU. In fact, your suggestion did not help — but not because it wasn’t a good suggestion — I had fat fingered the post. But what your suggestion did do is have me look closer at the Plug In. Once I did that, I found that the file I was using for whatever reason was not the same as the most recent versions — so I addressed.
Thanks again.
Progre55
Offline
#1159 2015-08-13 04:57:45
- gfdesign
- Member
- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: hak_tinymce WYSIWYG article editor
Hi everybody.
One question, does anybody have installed this plugin in the last version of Txp (4.5.7)?
I’ve updated an old Txp site to the last version but this plugin no longer works.
When activate it I got his message:
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method hak_tinymce::prefs() should not be called statically in /home2/account/public_html/site/textpattern/lib/txplib_misc.php on line 854
I hope somebody can help me.
Thanks
Fernando
Offline
#1160 2015-08-13 05:04:39
Re: hak_tinymce WYSIWYG article editor
I’m not 100% sure – but I think that might be something to do with your php version – what version are you using?
Offline
#1161 2015-08-13 11:08:13
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: hak_tinymce WYSIWYG article editor
Also worth checking is the plugin version, older ones stopped working on TXP v4.5+ (I don’t remember that error, though). The most recent hak_tinyMCE-version is 1.0.2.3.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#1162 2015-08-13 13:22:04
- gfdesign
- Member
- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: hak_tinymce WYSIWYG article editor
tye wrote #294116:
I’m not 100% sure – but I think that might be something to do with your php version – what version are you using?
Hey Tye.
Yes, I think you are right.
The version I am using is PHP 5.4 (Single php.ini)
Unfortunately, in this hosting account I am working I can’t downgrade the version, so I hope there is another solution.
Thanks for replying.
Regards
uli wrote #294121:
Also worth checking is the plugin version, older ones stopped working on TXP v4.5+ (I don’t remember that error, though). The most recent hak_tinyMCE-version is 1.0.2.3.
Hi Uli. Definitely my plugin version is 1.0.2.3
Welcome to any suggestion
Thanks
Offline
#1163 2015-08-13 17:12:43
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: hak_tinymce WYSIWYG article editor
gfdesign wrote #294115:
hak_tinymce::prefs() should not be called statically […]
Fernando, looking at my 1.0.2.3 version of hak_tinyMCE, I don’t have any hak_tinymce::prefs
in that code, I’ve hak_tinymce::getPrefs
, though. You might want to try a clean installation of the plugin.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#1164 2015-08-13 18:03:27
- gfdesign
- Member
- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: hak_tinymce WYSIWYG article editor
Hey Uli.
I’ve checked and I don’t have hak_tinymce::prefs neither
But, I’ll try with a clean installation as you suggest.
Later, I’ll leave my results.
Regards
Offline