Support Forum

PHP error

CP Christopher Paris
Christopher Paris
Member

Recently installed 6.0, and am getting this error in my wp error log:

PHP Fatal error: Call to undefined method spcFilters::tags() in /home/oxebridg/public_html/emma/wp-content/plugins/simple-press/sp-api/sp-api-class-spcsavefilters.php on line 324

Site is throwing an Error 500 message, but I’ve jacked up the site’s memory so I’m not sure if this is related. That’s the only line in the WP error log; nothing else reported.

Any ideas what this is?

2 Answers

New Answer

SP Simple Press
Simple Press
Admin

Hi:

I am curious, are you using anything from version 5 after the upgrade?  Eg: custom plugins or a custom theme?

Thanks.

SP Simple Press
Simple Press
Admin

Actually, if you feel comfortable editing files on your WordPress server, here’s something to try:

Open the file specified in that error message with a text editor and go to line 324.  Replace the tags($content) with pre($content) and see if that resolves the error.

Thanks.