Need help to install my dolphin script

Discussion in 'Scripts' started by ariyes, Jan 4, 2008.

  1. #1
    hi

    I am facing a problem to install Dolphin script in my site, I just finish the install properly and when i go to the index page it' showing this error : Fatal error: Call to undefined function: mb_ereg_replace() in /home/goget/public_html/inc/utils.inc.php on line 120

    This is my site, gogetspace.com ,

    i am access the admin panel, admin panel have no problem but the site is not opening.

    plz anybody help me.
     
    ariyes, Jan 4, 2008 IP
  2. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #2
    Boonex has a forum for their scripts. I searched it and got the following:
    This error tells us, “mb_ereg_replace” function is undefined. why? because php_mbstring.dll is a non-default enabled extension. so we must enable it.

    To solve this problem, open inc\utils.inc.php file and add this code to top of the codes:

    if(!extension_loaded(’mbstring’)){
    dl(’php_mbstring.dll’);
    }

    can find the post here :http://www.boonex.org/2007/11/29/fatal-error-on-fresh-install-603/
     
    shallowink, Jan 4, 2008 IP
  3. manueljordan9

    manueljordan9 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    By interacting with our clients and by truely understanding their needs as if they were our own, we decided to launch
    to better serve the undeniable growing need for SEO specific hosting packages.
     
    manueljordan9, Oct 5, 2010 IP