We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to parse webpage https://bindas.com.ua/ua/site_search?search_term=574996 or any other pages on this website and have this issue:
Fatal error: Uncaught RuntimeException: Could not load file https://bindas.com.ua/ua/site_search?search_term=574996. in /home/my_hosting/my_domain/monitoring/vendor/imangazaliev/didom/src/DiDom/Document.php:365 Stack trace: #0 /home/my_hosting/my_domain/monitoring/vendor/imangazaliev/didom/src/DiDom/Document.php(268): DiDom\Document->loadFile('https://bindas....') #1 /home/my_hosting/my_domain/monitoring/vendor/imangazaliev/didom/src/DiDom/Document.php(75): DiDom\Document->load('https://bindas....', true, 'html') #2 /home/my_hosting/my_domain/monitoring/tester_bindas.php(32): DiDom\Document->__construct('https://bindas....', true) #3 {main} thrown in /home/my_hosting/my_domain/monitoring/vendor/imangazaliev/didom/src/DiDom/Document.php on line 365
on other websites all works fine and most weird that this morning all worked fine on this site (https://bindas.com.ua) too.
How can I fix this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try to parse webpage
https://bindas.com.ua/ua/site_search?search_term=574996
or any other pages on this website
and have this issue:
Fatal error: Uncaught RuntimeException: Could not load file https://bindas.com.ua/ua/site_search?search_term=574996. in /home/my_hosting/my_domain/monitoring/vendor/imangazaliev/didom/src/DiDom/Document.php:365 Stack trace: #0 /home/my_hosting/my_domain/monitoring/vendor/imangazaliev/didom/src/DiDom/Document.php(268): DiDom\Document->loadFile('https://bindas....') #1 /home/my_hosting/my_domain/monitoring/vendor/imangazaliev/didom/src/DiDom/Document.php(75): DiDom\Document->load('https://bindas....', true, 'html') #2 /home/my_hosting/my_domain/monitoring/tester_bindas.php(32): DiDom\Document->__construct('https://bindas....', true) #3 {main} thrown in /home/my_hosting/my_domain/monitoring/vendor/imangazaliev/didom/src/DiDom/Document.php on line 365
on other websites all works fine
and most weird that this morning all worked fine on this site (https://bindas.com.ua) too.
How can I fix this issue?
The text was updated successfully, but these errors were encountered: