Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter JJNW

    (@jjnw)

    And I also noticed this too:

    Uncaught ReferenceError: tinymce is not defined
    at admin.php?page=wp-scraper:2037
    admin.php?page=wp-scraper:2037
    (anonymous) @ admin.php?page=wp-scraper:2037

    Thanks again for any suggestions.

    Thread Starter JJNW

    (@jjnw)

    Now the error is just this:

    GET https://www.example.com/wp-admin/admin.php?page=wp-scraper&action=extract&blockUrl=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FBolt_(fastener)%23Bolts_vs._screws&down=0 500 (Internal Server Error)

    jquery.js:3

    Any suggestions?

    Works good on localhost, but not on live server.

    Thanks in advance.

    Thread Starter JJNW

    (@jjnw)

    Okay, finally got an error logged – geesh, took some searching and testing:

    PHP Fatal error: Call to undefined function mb_detect_encoding() in /x/y/example/wp-content/plugins/wp-scraper/includes/simple_html_dom.php on line 1234

    $charset = mb_detect_encoding($this->root->plaintext . "ascii", $encoding_list = array( "UTF-8", "CP1252" ) );

    Not sure what this means yet… I’ll Bing it and see what’s what.

    Thread Starter JJNW

    (@jjnw)

    Okay, I think I need to install mbstring PHP extension –> let me check it before I wreck it.

    Update soon… cross some toes and fingers… .

    Thread Starter JJNW

    (@jjnw)

    Fixed! 🙂 Yup yup, I had to install php55-php-mbstring = and I thout I needed support = HA! JK LOL Thanks for the plugin!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘When I seek url gets 500 error’ is closed to new replies.