Skip to content

Fatal error: Call to a member function find() on a non-object #1

@denishmorinski

Description

@denishmorinski

Hello,

I have a problem with scraper. sometimes when I refresh page or when I navigate on diferent site's pages I get an error

Fatal error: Call to a member function find() on a non-object in /home/database/public_html/webpage.com/systemxtr/expressionengine/third_party/scraper/libraries/simplehtmldom/simple_html_dom.php on line 1129

The problem is in the next function, but I haven't menaged to resolve the problem

 function find($selector, $idx=null, $lowercase=false)
{
return $this->root->find($selector, $idx, $lowercase);
}


Example of code where I am using scraper inside my templates:

{exp:scraper url="http://www.webpage/export" selector=".box"}
{find selector="#montazne-slika-na-boxovima"}{innertext}{/find}
{/exp:scraper}


Version of EE is: v2.10.1 - Build: 20150501 - © Copyright 2003 - 2017

Can you please help me to resolve this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions