Help me please, at the end of the installation returned many errors

lothlorien66 wrote on Saturday, February 27, 2016:

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

bradymiller wrote on Saturday, February 27, 2016:

Hi Marco,

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?

-brady

bradymiller wrote on Saturday, February 27, 2016:

ok, I just noted it was during the installation. At what step of the installation did it error out? And what version of OpenEMR were you installing?

lothlorien66 wrote on Saturday, February 27, 2016:

Hi Brady,
at the end of setup when I was ready to insert user ad pass (when I pressed the button)!
The windows version 4.2.0

bradymiller wrote on Saturday, February 27, 2016:

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

-brady
OpenEMR

fsgl wrote on Sunday, February 28, 2016:

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.

lothlorien66 wrote on Sunday, February 28, 2016:

Thank you very much Brady and fsgl, now all is on!!!
Marco

fsgl wrote on Sunday, February 28, 2016:

Prego.

Most neophyte questions can be answered by the Wiki; otherwise lots of folks here will gladly lend a helping hand.

Have fun.