I got it. Moved the folder from WPdiscuzz to WPdiscuzz_old in the theme directory.
Could you tell me what the problem was?
I’m seeing the same thing now.
We see the following error.
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Osm has a deprecated constructor in /home/vhosts/caminostones.com/httpdocs/wordpress/wp-content/plugins/osm/osm.php on line 206
Change
class Osm
{
function Osm() {
To
class Osm
{
function __construct() {
Also see the manual.
http://php.net/manual/en/language.oop5.decon.php