Using a nightly from 1-18-2008 I still get error messages and non-working legacy plugins.
Here is the error:
Notice: Undefined property: text in /home/livingwatersweb.com/public_html/new/plugins/content/plugin_jw_allvideos.php on line 195
This also happens with another legacy plugin, josaddphp. It appears that the variable text is not being handled and the plugins fail.
Is there a way to fix this?
Here is row 195
Code:
if (preg_match_all($regex[$key][1], $row->text, $matches, PREG_PATTERN_ORDER) > 0) {