mirror of
https://github.com/charlesabarnes/SPFtoolbox.git
synced 2026-04-25 03:16:18 +03:00
[GH-ISSUE #21] phpwhois error running php version 7.1.14 #12
Labels
No labels
Good First Issue
bug
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SPFtoolbox#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adamchilcott on GitHub (Apr 8, 2018).
Original GitHub issue: https://github.com/charlesabarnes/SPFtoolbox/issues/21
Appears to be an issue with phpwhois
Client Side:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)@ghost commented on GitHub (Jun 30, 2018):
Receiving error 500 when searching '.com' domains. PHP version 7.1.14 as well. IIS 10, Windows server 2016.
Searching other '.co.uk' domains works as expected.
@ghost commented on GitHub (Jun 30, 2018):
Resolved issue by installing 7.0.x along side of 7.1.14. With IIS 10, it automatically switch the "site" to an earlier version and now all works great.
@charlesabarnes commented on GitHub (Jun 30, 2018):
I am working to programmatically fix this error but whenever I debug it it works.
@ghost commented on GitHub (Jun 30, 2018):
If there is anything I can do to assist, feel free to ask.
@mjhdcode commented on GitHub (Jan 7, 2019):
I'm having this same error - php 7.2, CentOS 7, Apache:
PHP Fatal error: Uncaught Error: Cannot use string offset as an array in var/www/html/whois/phpwhois/whois.parser.php(370) : eval()'d code:1
Stack trace:
#0
@mjhdcode commented on GitHub (Jan 8, 2019):
roxyschram solution works -> just install PHP70 and run fpm on a different port
@charlesabarnes commented on GitHub (Jan 21, 2019):
this should be fixed. Let me know if you see any more problems