Changes between Version 1 and Version 2 of GenDolTShooter
- Timestamp:
- Nov 6, 2007, 5:17:01 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDolTShooter
v1 v2 1 1 == Installation problems == 2 3 4 == Run-Time problems == 5 6 '''Q:''' I see this error on some of my site's pages: '''Call to undefined function: mb_ereg_replace() in /home/content/g/a/r/garcometal/html/ohana/inc/utils.inc.php on line 120''' 7 8 '''A:''' This error and similar errors (yielding about functions starting with '''mb_''') refer to '''mbstring''' extension being absent from your PHP compilation. You should either re-compile it with '''--with-mbstring''' directive (under Linux) or uncomment '''extension=php_mbstring.dll''' in '''php.ini''' (under Windows). Then you should restart Apache web server.