-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: file_get_contents(): stream does not support seeking #41
Comments
quick fix:
|
In PHP 7.1, "Support for negative offsets has been added." to file_get_contents(). Change $offset = -1 by $offset = 0 in the simple_html_dom.php file:
|
@coudrak Thanks a lot |
1 similar comment
@coudrak Thanks a lot |
HI dear's sir i'm using simple php dom but now im facing error, cloudflar security google recapcha , please help me how to fix this, thanks "Attention Required! | Cloudflare" |
HI dear's sir i'm using your simple php dom but now im facing error, cloudflar security google recapcha , please help me how to fix this, thanks "Attention Required! | Cloudflare" |
I have been experiencing the error "Warning: file_get_contents(): stream does not support seeking..." since I upgraded to PHP 7.1.x
Any fixes ?
The text was updated successfully, but these errors were encountered: