You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find a workaround for that ...
It seems that the method public static function _jenkinsHash($key, $encode=TRUE) {
is called several times and on the first call it gets an array, and on second a string ...
This is how I use it:
$seostats = new SEOstats;
if ($seostats->setUrl($websiteUrl)) {
echo = SEOstatsGoogle::getPageRank();
}
seostats/seostats/SEOstats/Services/3rdparty/GTB_PageRank.php:297
with php 7.2 in the dev-master of SEOstats...
The text was updated successfully, but these errors were encountered: