Notice: Undefined index: user in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2095

Notice: Trying to access array offset on value of type null in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2095

Notice: Undefined index: user in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2096

Notice: Trying to access array offset on value of type null in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2096

Notice: Undefined index: user in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2095

Notice: Trying to access array offset on value of type null in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2095

Notice: Undefined index: user in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2096

Notice: Trying to access array offset on value of type null in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2096

Notice: Undefined index: user in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2095

Notice: Trying to access array offset on value of type null in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2095

Notice: Undefined index: user in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2096

Notice: Trying to access array offset on value of type null in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2096

Notice: Undefined index: user in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2095

Notice: Trying to access array offset on value of type null in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2095

Notice: Undefined index: user in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2096

Notice: Trying to access array offset on value of type null in /var/www/vhosts/simplyjane.me/community.scriptstribe.com/assets/includes/functions_three.php on line 2096
Support for WoWonder and Popular Script Addons
Udsendt: 24 i
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"];
// }
Del på min tidslinje

edy lee Tiltrådte: 25 i

Udsendt: 24 i
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;
}

Scripts Tribe Tiltrådte: 45 i

Udsendt: 24 i
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

Scripts Tribe Tiltrådte: 45 i

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

edy lee Tiltrådte: 25 i

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



oops i see ?