Store Fatal error

Hello

i'm having Fatal error when i want to add a new product on my site

Fatal error: Call to undefined function stripslashes_adv() in /home1/BlinBling/public_html/inc/classes/BxDolForm.php on line 242

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 10 Dec 2009

Does the store item name or description contain any slashes? example:  /   \

Chris

Nothing to see here
Quote · 11 Dec 2009

No Bro

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 11 Dec 2009

Another thing you can check is the photos, music, videos, and files modules to make sure they are loaded.

Sorry, just checking through stuff I have heard mentioned here before.

Chris

Nothing to see here
Quote · 11 Dec 2009

'm getting this Fatal error everywhere

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 11 Dec 2009

What change did you make that started causing this fatal error everywhere. Does this have anything to do with you trying to add your flickr API key?

Chris

Nothing to see here
Quote · 11 Dec 2009

Nothing no changes i yes start adding some product on my site and i get this fatal error

and i want to add a new api key for the flick and the same error

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 11 Dec 2009

I check the line 242

this is the code

$aInputs[$k]['value'] = $_FILES[$a['name']] ? '' : (get_magic_quotes_gpc() ? stripslashes_adv($val) : $val);

wat is wrong here why i get this fatal error all the time please help

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 11 Dec 2009

Hello UFO360!

Seems this code is missing in ur inc/utils.inc.php file:

function stripslashes_adv($s) {
if (is_string($s))
return stripslashes($s);
elseif (is_array($s)) {
foreach ($s as $k => $v) {
$s[$k] = stripslashes($v);
}
return $s;
} else
return $s;
}

Possible, this file wasn't upgraded to RC2 version.

Regard

Quote · 11 Dec 2009

Thank's i got it working my utils.inc.php is missing the code u send me thanks a lot bro

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 11 Dec 2009

Did u make upgrade from RC to RC2?

Quote · 11 Dec 2009

yes

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 11 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.