Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\Program Files (x86)\EasyPHP-12.0\openemr\library\adodb\drivers\adodb-mysql.inc.php on line 383
Warning: mysql_pconnect(): Plugin ‘*95A58FD4A9A7222EA1A9752FEC7EAA5A136BEFB7’ is not loaded in C:\Program Files (x86)\EasyPHP-12.0\openemr\library\adodb\drivers\adodb-mysql.inc.php on line 383
Warning: reset() expects parameter 1 to be array, boolean given in C:\Program Files (x86)\EasyPHP-12.0\openemr\library\sql.inc on line 72
Check that mysqld is running.
Warning: mysql_error() expects parameter 1 to be resource, boolean given in C:\Program Files (x86)\EasyPHP-12.0\openemr\library\sql.inc on line 494
Fatal error: Call to undefined function text() in C:\Program Files (x86)\EasyPHP-12.0\openemr\library\sql.inc on line 549
The only true error in there is the following:
Fatal error: Call to undefined function text() in C:\Program Files (x86)\EasyPHP-12.0\openemr\library\sql.inc on line 549
What were you doing in OpenEMR when it errored out?
Problem solving windows can be a bear to do and is likely related to either your apache settings, php settings, or mysql settings.
With windows, instead recommend using the openemr/xampp package(which comes with a already configured php/apache/mysql): http://www.open-emr.org/wiki/index.php/OpenEMR_4.2.0_XAMPP_Package_Installation
EasyPHP 12.0 stack includes PHP version 5.4.4 while XAMPP 1.8.2 has PHP version 5.4.27. The slight difference may mean an incompatibility.
If the user is going to use a stack; it’s way, way easier to install the Package, as suggested by Brady.
The only note of caution after downloading the zipped file is extraction to C-drive. If extracted anywhere else, it will mean a failure starting both Apache & MySQL.