Fedora 22 OS with OER 4.1.2 linux install freeze on step 4

javrvan wrote on Friday, September 11, 2015:

OpenEMR Setup

Step 4

Installing and Configuring Access Controls (php-GACL)…

Configuration:
driver = mysql,
host = localhost:3306,
user = openemr,
database = openemr,
table prefix = gacl_Testing database connection…
Success! Connected to “mysql” database on “localhost:3306”.
Testing database type…
Success! Compatible database type “mysql” detected!
Making sure database “openemr” exists…
Success! Good, database “openemr” already exists!

/* This is where she freezes every time. I’ve tried every mutation of file permissions and ownership I can think of, reloaded and reconfigured Apache, mariadb, php 5 over and over and even did a clean install of the os. I’ve read countless config files and as many forums as i could find yet I am missing “something somewhere”. I’d perfer to stay with Fedora. Here’s the error log:*/

[Wed Sep 09 17:11:46.943186 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/openemr-4.2.0/gacl/adodb/adodb-xmlschema.inc.php on line 367, referer: http://localhost/openemr-4.2.0/setup.php?site=default

[Wed Sep 09 17:11:46.943237 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/openemr-4.2.0/gacl/adodb/adodb-xmlschema.inc.php on line 379, referer: http://localhost/openemr-4.2.0/setup.php?site=default

[Wed Sep 09 17:11:46.943567 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Strict Standards: Declaration of dbTable::create() should be compatible with dbObject::create() in /var/www/html/openemr-4.2.0/gacl/adodb/adodb-xmlschema.inc.php on line 599, referer: http://localhost/openemr-4.2.0/setup.php?site=default

[Wed Sep 09 17:11:46.943735 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Strict Standards: Declaration of dbIndex::create() should be compatible with dbObject::create() in /var/www/html/openemr-4.2.0/gacl/adodb/adodb-xmlschema.inc.php on line 763, referer: http://localhost/openemr-4.2.0/setup.php?site=default

[Wed Sep 09 17:11:46.943995 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Strict Standards: Declaration of dbData::create() should be compatible with dbObject::create() in /var/www/html/openemr-4.2.0/gacl/adodb/adodb-xmlschema.inc.php on line 950, referer: http://localhost/openemr-4.2.0/setup.php?site=default

[Wed Sep 09 17:11:46.944288 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Strict Standards: Declaration of dbQuerySet::create() should be compatible with dbObject::create() in /var/www/html/openemr-4.2.0/gacl/adodb/adodb-xmlschema.inc.php on line 1201, referer: http://localhost/openemr-4.2.0/setup.php?site=default

[Wed Sep 09 17:11:46.946110 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Deprecated: Function set_magic_quotes_runtime() is deprecated in /var/www/html/openemr-4.2.0/gacl/adodb/adodb-xmlschema.inc.php on line 1305, referer: http://localhost/openemr-4.2.0/setup.php?site=default

[Wed Sep 09 17:11:46.949802 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Strict Standards: Declaration of ADODB2_mysql::_CreateSuffix() should be compatible with ADODB_DataDict::_CreateSuffix($fname, $ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint) in /var/www/html/openemr-4.2.0/gacl/adodb/datadict/datadict-mysql.inc.php on line 180, referer: http://localhost/openemr-4.2.0/setup.php?site=default

[Wed Sep 09 17:11:46.950226 2015] [:error] [pid 10675] [client 127.0.0.1:35707] PHP Fatal error: Call to undefined function xml_parser_create() in /var/www/html/openemr-4.2.0/gacl/adodb/adodb-xmlschema.inc.php on line 1632, referer: http://localhost/openemr-4.2.0/setup.php?site=default

/Thanks in advance for any consideration/

van

yehster wrote on Friday, September 11, 2015:

sudo yum install php-xml

javrvan wrote on Friday, September 11, 2015:

You Rock! Thanks Kevin. Worked like a charm.