Recent Topics

1 Mar 30, 2014 04:59    

I just updated to 5.08 from 4 something and so far I've found 2 problems.

1) I have an error message on my new post page

Notice: Undefined variable: content_css in [...]/Blogs/plugins/tinymce_plugin/_tinymce.plugin.php on line 850

I don't know anything about php. Another error I found had a specific instruction on how to fix it, but I don't see that with this one'
These are lines 849 & 850:

$init_options[] = 'content_css : "'.$this->get_plugin_url().'editor.css?v='.($debug ? $localtimenow : $this->version )
.$content_css.'"';

When I saved a test post and reopened it I got the same notice with this added to it.

An unexpected error has occurred!

If this error persists, please report it to the administrator.

Go back to home page

Additional information about this error:

MySQL error!

Unknown column 'post_editor_code' in 'field list'(Errno=1054)

Your query: Save editor state for current post

UPDATE evo_items__item

SET post_editor_code = 'evo_TinyMCE'

WHERE post_ID = '1858'

This is not something I've messed with, so I'm not sure why it's wrong and I have no idea what to do.

2) I also get the following message on a posted page where the comments box should be

Notice: Undefined property: User::$notify in [...]/Blogs/inc/_core/model/dataobjects/_dataobject.class.php on line 582

Line 582 is:

return $this->$parname;

What do I do?

3 Mar 31, 2014 21:40

Hello @airycat,

First than anything else, are you sure that you followed the upgrade process as is explained in the manual?

It looks like you are using the old tinyMCE plugin code in your upgraded site, all the notifications and error messages that you reported in issue number 1 appears to be related with it. Make sure that all the code belongs to the 5.08 release. Only the third-party plugins, skins, etc, should be copied from the old site to the new one.

Regarding the issue number two, maybe it is related with the skin. Which one are you currently using? A standard, third-party, customized?

Please double-check all the above and come back to us if you have any further question.

Thanks.

4 Apr 02, 2014 08:29

Odd. I responded to this yesterday, but it's not here. So, again:

Thank you! Thank you! Thank you! mgsolipa

I thought I followed the directions, but apparently not completely. (I'll blame it on the constant interruptions.) I re-uploaded the tinyMCE.php file and checked something (I don't remember what, now) with the skins and both problems are fixed.

Thank you, again.


Form is loading...