Help keep our community respectful and collaborative by following these rules:
Violating these rules may result in warnings or bans.
When I placed my site in develepment mode for wowonder theme I got this error.
Notice: Undefined index: other in /var/www/vhosts/myhosrt/mysite.com/assets/includes/functions_two.php on line 6859
Solutions
Look for assets/includes/functions_two.php and on line 6859 comment his piece out like this
if ($table == "wo_products_categories") {
$data[0] = $wo["lang"]["all_"];
} //else {
// $data[1] = $wo["lang"]["other"];
// }
mennou wrote:I downloaded a script last week and intalled. Why I have this the ? ? Gonna try again sometime
i think this was fixed by the update from wowonder..
if ($table == "wo_products_categories") {
$data[0] = $wo["lang"]["all_"];
} else {
$data[1] = $wo["lang"]["other"];
}
return $data;
}
return false;
}