I autoupdated and the new version is broken on my installation (latest 4.3.1).
-
I autoupdated and the new version is broken on my installation (latest 4.3.1).
As suggested by a previous commenter, line 25 of inc/frontend-noajax.inc.php tries to use access an array key that doesn’t exist.
if ( ! $post || $bawmrp_options[‘in_content’]!=’on’ && $content!=” ||
should be:
if ( ! $post || $bawmrp_options[‘in_content_mode’]!=’on’ && $content!=” ||I hope you can incorporate a patch so my install doesn’t get trashed if I autoupdate in the future.
- The topic ‘I autoupdated and the new version is broken on my installation (latest 4.3.1).’ is closed to new replies.