Changes between Version 14 and Version 15 of GenDolTShooter


Ignore:
Timestamp:
Mar 11, 2008, 10:24:08 AM (16 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenDolTShooter

    v14 v15  
    1212         
    1313        * '''[http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter#IreceivethiserrorwhenItrytoinstallDolphin:Theserverencounteredaninternalerrorormisconfigurationandwasunabletocompleteyourrequest I receive this error when I try to install Dolphin: "The server encountered an internal error or misconfiguration and was unable to complete your request"]''' 
     14 
     15    * [http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter#Igetthiserrormessagethroughoutmysite:Fatalerror:Calltoundefinedfunction:mb_internal_encoding I get this error message throughout my site: Fatal error: Call to undefined function: mb_internal_encoding] 
     16 
    1417 
    1518 
     
    140143}}} 
    141144and try to run installation again 
     145 
     146---- 
     147 
     148        == '''''I get this error message throughout my site: Fatal error: Call to undefined function: mb_internal_encoding''''' == 
     149 
     150The default PHP installation does not always have the mb_string extension enabled, but the program requires that you run the PHP multibyte-string extension which is not enabled by default. In brief, in order to do this you will need to (in Windows): 
     151   * uncomment out the line 
     152{{{ 
     153extension=php_mbstring.dll 
     154}}} 
     155in the '''php.ini''' file 
     156   * ensure that the path to this file is set correctly, again in php.ini, for example: 
     157{{{ 
     158extension_dir = "./ext" 
     159}}} 
     160   * Note that you can ensure that this file is correctly loaded by setting in php.ini: 
     161{{{ 
     162display_errors = on 
     163}}} 
     164   * Restart your webserver, e.g. restart Apache 
     165   * You can check via phpinfo() that '''mbstring''' appears within the information page 
     166   * Here's how to do it in UNIX-based systems: http://php.net/mb_string 
 
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.
Fork me on GitHub