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
When try visiting admin/catadd, i got these error.
A PHP Error was encountered Severity: Warning Message: Creating default object from empty value Filename: top/TopClient.php Line Number: 163
Then i print_r the $e of top/TopClient.php, line 163, i got that:
Exception Object ( [message:protected] => Couldn't resolve proxy 'proxy.tencent.com'
then, i comment line 46 of top/TopClient.php
curl_setopt($ch, CURLOPT_PROXY, "http://proxy.tencent.com:8080");
Everything is ok now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When try visiting admin/catadd, i got these error.
Then i print_r the $e of top/TopClient.php, line 163, i got that:
then, i comment line 46 of top/TopClient.php
Everything is ok now.
The text was updated successfully, but these errors were encountered: