Hello. I get an "non numeric value" error every time I go into any listed website's stats.
My source/details.php looks like that :
I am using Lithuanian language for descriptions, titles, etc..
My source/details.php looks like that :
PHP:
$category_url = preg_replace('/([^\p{L}\p{N}]|[\-])+/u', '-', $TMPL['category']);
$category_url = trim($category_url, '-');
$TMPL['category_url'] = urlencode($category_url);
$TMPL['meta_description'] = htmlspecialchars($TMPL['description'], ENT_QUOTES, "UTF-8");
Attachments
-
68.7 KB Views: 8