Fatal Error, genuniquevalue

when i am creating a new member profile, i hit submit and i get this error:

Fatal Error: Call to undefined function: genuniquevalue () in /home/heavensd/public_html/inc/classes/BxDolProfilesController.php on line 272

my error log:

PHP Fatal Error: Call to undefined function: genuniquevalue () in /home/heavensd/public_html/inc/classes/BxDolProfilesController.php on line 272

File does not exist: /home/heavensd/public_html/404.shtml

File does not exist: /home/heavensd/public_html/crossdomain.xml

the rest of the error log repeats the above.  this is a brand new fresh install of the latest dolphin. please help!!

Quote · 24 Oct 2008

I replace my functions with this one(in inc/classes/BxDolProfilesController.php):

function genUniqueValue( $sFieldName, $sValue ) {
$sRand = '(2)';

$sNewValue = $sValue . $sRand;

return $sNewValue;
}

this function simply puts a (2) into the couple profile

try replacing (2) with (Boss) lol then in the profiles you wont see the nickname on left and nickname(2) right

if your new and this sounds greek... functions start with the word "function" and end with }...theres a space or two then you see the next "function" I have bolded above to help you decipher the beginning and end

have fun

I have video tutorials to help you mrpowless.com
Quote · 24 Oct 2008
 
 
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.