php errors when previewing pages
-
I am happy with this plugin – to an extent. First, just let me say that forbidding customers to submit a support request via the contact us form on your own plugin support site on the weekends is just ludicrious. I understand a company may not work on the weekends, but refusing to let anyone fill out the conact us form???? Seriously!
Anywho, anytime I make a change to a page and want to view it first by clicking the “preview changes” I get a page with errors:
Warning: strpos() expects parameter 1 to be string, array given in /home/site/public_html/wp-content/plugins/contact-form-by-supsystic/classes/frame.php on line 481Warning: Cannot modify header information – headers already sent by (output started at /home/site/public_html/wp-content/plugins/contact-form-by-supsystic/classes/frame.php:481) in /home/site/public_html/wp-includes/functions.php on line 6221
When I try to actually save the page, I get:
Warning: strpos() expects parameter 1 to be string, array given in /home/site/public_html/wp-content/plugins/contact-form-by-supsystic/classes/frame.php on line 481Warning: Cannot modify header information – headers already sent by (output started at /home/site/public_html/wp-content/plugins/contact-form-by-supsystic/classes/frame.php:481) in /home/site/public_html/wp-includes/functions.php on line 6221
Warning: Cannot modify header information – headers already sent by (output started at /home/site/public_html/wp-content/plugins/contact-form-by-supsystic/classes/frame.php:481) in /home/site/public_html/wp-admin/post.php on line 231
The changes save and everything works on the site frontend, I just have to hit a back button after each page save on the backend and move on from there. The line of code indicated is: if(is_admin() && strpos($page, frameCfs::_()->getModule(‘adminmenu’)->getMainSlug()) !== false)
I changed themes to basic twenty-seventeen, 19, etc. to no avail. Deactivated every other plugin to no avail. Any help is greatly appreciated.
- The topic ‘php errors when previewing pages’ is closed to new replies.