ferrarilongato / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Call to a member function isSameNode() on a non-object in phpQuery.php #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. following snippet of code 
phpQuery::newDocument('<html><body></body></html>')
  ->load('http://localhost/index.html');
2.
3.

What is the expected output? What do you see instead?
I expected pq to load the html at the url provided as input..I got this 
error message instead. 

Fatal error: Call to a member function isSameNode() on a non-object in 
C:\phpQuery\phpQuery\phpQuery.php on line 187

What version of the product are you using? On what operating system?
phpQuery-0.9.5.304.zip  phpQuery 0.9.5 Beta4 (r304)   Featured  Nov 19  

Please provide any additional information below - On a separate note, I 
see that parameter _loadSelector is not defined in phpQueryObject.php

Original issue reported on code.google.com by birender...@gmail.com on 18 Dec 2008 at 3:55