Forum

Rules📌

Help keep our community respectful and collaborative by following these rules:

  • No Unsolicited Payment Requests:Do not ask for money or paid services unless the person seeking help requests it.
  • Keep Discussions Public:Questions and answers should stay in the forum unless the original poster requests a private conversation.
  • Post in Correct Categories:Place each post in its specific category to help keep the forum organized and accessible.
  • No Spam or Self-Promotion: Advertising unrelated products, services, or self-promotion without consent is not allowed.
  • Respectful Communication: Engage with others respectfully and avoid offensive or disruptive behavior.

Violating these rules may result in warnings or bans.

Read more here

Undefined index: other in /var/www/vhosts (Solution)

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"];
// }

Reply to this topic Share on my timeline

4 Replies

Avatar

edy lee·

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;
}
Avatar

Scripts Tribe·

mennou wrote:
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;
}
I downloaded a script last week and intalled. Why I have this the ? ? Gonna try again sometime
Avatar

Scripts Tribe·

see this bug on forum, I reply to Edy Lee and it says mennou wrote:. This is quite confusing
Avatar

edy lee·

ScriptsTribe wrote:
see this bug on forum, I reply to Edy Lee and it says mennou wrote:. This is quite confusing



oops i see ?