No update was performed.
Have restored FTP access and found this in the error log (x100):
PHP Warning: Illegal string offset ‘custom_page_theme_template’ in /home/kianinny/public_html/wp-content/plugins/custom-page/custom-page.php on line 345
Line 345 is:
if($settings[‘custom_page_theme_template’] && $custom_activate)
return render_custom_page($post_id, false);
else
return $content;
Any thoughts on how to fix that?