Hello,
I am trying to install Emoncms to WAMP (Apache 2.2.22, PHP 5.3.13, Mysql 5.5.24, version pc is Windows XPPro) but I got several error messages. I downloaded zip file from github today.
1. Fatal error: Call to undefined function _() in C:\wamp\www\emoncms\setup.php on line 22, I deleted "_"
2. Fatal error: Call to undefined function _() in C:\wamp\www\emoncms\setup.php on line 24, I deleted "_"
3. Emoncms database setup script
Continue to emoncms
Table 'emoncms.users' doesn't exist
Fatal error: Call to undefined function _() in C:\wamp\www\emoncms\setup.php on line 45, I deleted "_"
4. Emoncms database setup script
Continue to emoncms
Table 'emoncms.users' doesn't existto run script uncomment runnable line 43, if (!$runnable) ->fixed->if ($runnable)
then database was greated but still I got error
5. Fatal error: Call to undefined function bindtextdomain() in C:\wamp\www\emoncms\Includes\locale.php on line 46
Is there any differences for WAMP comparing with XAMPP or LAMP? What I'm doing wrong?
Best Regards
Mart Nigul
Re: Installing emoncms to WAMP
Similar issues with WAMP and latest version of emoncms3.... user never gets created/registered.
Re: Installing emoncms to WAMP
Hi,
I had issues moving my setup from linux to WAMP. The only extra thing I can remember I had to do was to enable mbstring and gettext extensions in your php.ini file. You might have to install gettext, depending on how your php was compiled. Restart apache and you should be fine.
Re: Installing emoncms to WAMP
Thanks for that fjhug, It works..