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.