From: Phil D. <ph...@lo...> - 2013-09-04 20:56:07
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> <style type="text/css">.mceResizeHandle {position: absolute;border: 1px solid black;background: #FFF;width: 5px;height: 5px;z-index: 10000}.mceResizeHandle:hover {background: #000}img[data-mce-selected] {outline: 1px solid black}img.mceClonedResizable, table.mceClonedResizable {position: absolute;outline: 1px dashed black;opacity: .5;z-index: 10000} </style></head><body style=""> <div> This is because webERP needs multi-byte string support (as utf8 characters require a couple of bytes per character) </div> <div>   </div> <div> See </div> <div>   </div> <div> <a href="http://nz1.php.net/manual/en/mbstring.installation.php">http://nz1.php.net/manual/en/mbstring.installation.php</a> </div> <div>   </div> <div> or your local country mirror of the php docs </div> <div> Normally you just uncomment the extenison </div> <div>   </div> <div> I see you are using a windows server - this can be enabled in your php.ini file normally you would just uncomment the line that enables mbstring see  <strong><a href="http://php.net/manual/en/install.windows.extensions.php">http://php.net/manual/en/install.windows.extensions.php</a></strong> </div> <div>   </div> <div>   </div> <div> According to this link it is installed by default in XAMPP?? </div> <div>   </div> <div> <a href="http://stackoverflow.com/questions/6658561/how-to-enable-mbstring-from-php-ini">http://stackoverflow.com/questions/6658561/how-to-enable-mbstring-from-php-ini</a> </div> <div>   </div> <div> HTH </div> <div> Phil </div> <div>   </div> <div> <br/>On 05 September 2013 at 05:06 uspencer <usp...@ho...> wrote: <br/>> <br/>> Fatal error: Call to undefined function mb_strstr() in C:\Archivos de <br/>> programa\xampp\htdocs\webERP\includes\MiscFunctions.php on line 110 <br/>> <br/>> i get this error i'm using Xampp in windows XP please help me resolve to run <br/>> correctly WEBERP <br/>> <br/>> <br/>> <br/>> -- <br/>> View this message in context: http://weberp-accounting.1478800.n4.nabble.com/error-Call-to-undefined-function-mb-strstr-tp4656768.html <br/>> Sent from the web-ERP-developers mailing list archive at Nabble.com. <br/>> <br/>> ------------------------------------------------------------------------------ <br/>> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! <br/>> Discover the easy way to master current and previous Microsoft technologies <br/>> and advance your career. Get an incredible 1,500+ hours of step-by-step <br/>> tutorial videos with LearnDevNow. Subscribe today and save! <br/>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk <br/>> _______________________________________________ <br/>> Web-erp-developers mailing list <br/>> Web...@li... <br/>> https://lists.sourceforge.net/lists/listinfo/web-erp-developers </div> <div id="ox-signature"> Phil <br/> <br/>Ph: +64 (0)275 567890 <br/>Skype: daintree <br/>http://www.logicworks.co.nz </div> </body></html> |