• Okay. So I was just trying to update one of my sites to the newest version of WordPress. I went through and started deactivating plugins. After hitting deactivate for a plugin called “Typer” I was redirected to this Fatal Error Message:

    Fatal error: Call to a member function create() on a non-object in /home/lyonspd/public_html/wp-content/themes/LyonsPDTheme/functions.php on line 284

    This was a site that I took over for a client that someone else had built. I have searched and cannot find this plugin, as I thought that I may could just delete it and reinstall in in file manager. While this is what I think is the issue, I wonder why it is giving the theme in the actual error message.

    I have no idea what to do here. I’ve explored page after page of google search results, I have yet to find a solution. Any help would be greatly appreciated!

    Blessings!

Viewing 1 replies (of 1 total)
  • Thread Starter Wesleywoods

    (@wesleywoods)

    Here is the lines of code starting at 282 going through 285 for this…

    function custom_types() {
    	global $typer;
    	$typer->create('slideshow', 'Slideshow');
    	$typer->create('outbox', 'Outboxes');

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Fatal Error: Call to Member Function Create’ is closed to new replies.