Small Update Today-2
Submitted by ehcpdeveloper on Thu, 06/26/2014 - 00:30
Today, I updated ehcp with minor fixes, related to U14.04,
let me know if anything goes wrong.
You can download and test from ehcp.net/ehcp_yeni.tgz
I tested a few times, it seems working, on Ubuntu 14.04
normal ehcp_latest.tgz has some issues with Ubuntu 14.04.
Comments
budgierless
Wed, 05/14/2014 - 03:51
Permalink
nice update, but maybe you
nice update, but maybe you should update the version number on the milestone in Launchpad because it still says 0.33.
maxy666
Sat, 06/14/2014 - 17:05
Permalink
error on ubuntu 14.04
on the page http://*.*.46.4/ehcp/ write error:
"Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/new/ehcp/config/adodb/drivers/adodb-mysql.inc.php on line 370"
Why is this error, how to fix it? Please help me
budgierless
Mon, 06/30/2014 - 03:34
Permalink
add the letter "i" to the
add the letter "i" to the code, for example: mysql_connect(): to mysqli_connect()
that should fix your issue.