errors in version 3.5, and problems in sandbox
-
I installed this plugin and I get the following errors.
In the Settings, Sandbox tab, I get this error in the “Source url” box:
<b>Notice</b>: Undefined index: url in <b>/home/myaccount/public_html_blog/wp-content/plugins/wp-web-scrapper/views/settings.php</b> on line <b>31</b>
On the Import tab, these errors are at the top:
Notice: Undefined variable: post_id in /home/myaccount/public_html_blog/wp-content/plugins/wp-web-scrapper/views/settings.php on line 101
Notice: Undefined variable: post_id in /home/myaccount/public_html_blog/wp-content/plugins/wp-web-scrapper/views/settings.php on line 102
I have debug mode on, so that might be why. More importantly, the CSS selector isn’t working. I tested the sandbox. I cleared all the fields of the errors above, entered these settings.
source url: https://www.roguefitness.com/rogue-echo-bar
query: .product-titleThe output is:
Error parsing: Invalid CSS selector
the debug info:
Scrap source and info
Source URL https://www.roguefitness.com/rogue-echo-bar
Query (cssselector) .product-title
WPWS Cache Control Cache-hit Transients API
Other argumentsheaders string(0) “”
cache string(3) “720”
useragent string(72) “Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1”
timeout string(1) “2”
on_error string(10) “error_show”
output string(4) “html”
glue string(1) ” “
eq string(0) “”
gt string(0) “”
lt string(0) “”
query_type string(11) “cssselector”
remove_query string(0) “”
remove_query_type string(11) “cssselector”
replace_query string(0) “”
replace_query_type string(11) “cssselector”
replace_with string(0) “”
basehref int(1)
a_target string(0) “”
callback_raw string(0) “”
callback string(0) “”
debug int(1)
charset string(5) “UTF-8”I tried the CSS selector in Chrome Developer Tools, with the selector “.product-title” as above and it came up with 1 result as it should.
- The topic ‘errors in version 3.5, and problems in sandbox’ is closed to new replies.