Closed vlahde closed 6 years ago
Just noticed that as from yesterday alsoknow() function return empty array. have installed the latest version using composer require.
I have the same problem.
To fix this just replace in Title.php $ak_s = strpos($page, "<a id=\"akas\""); with $ak_s = strpos($page, 'id="akas"');
$ak_s = strpos($page, "<a id=\"akas\"");
$ak_s = strpos($page, 'id="akas"');
Just noticed that as from yesterday alsoknow() function return empty array. have installed the latest version using composer require.