Hi , i'm getting the following error.this is working on another server. do i need to do anything manually.
Fatal error: Call to undefined function: mhash() in /home/user/public_html/userfile.php on line 17
mhash is a system function not user defined
the reason is that you haven't compiled PHP with the --with-mhash option so the extension is not available.