Deprecated: Function mysql_list_dbs()

A place for users and developers of the Xataface to discuss and receive support.

Deprecated: Function mysql_list_dbs()

Postby gazzari » Wed Dec 12, 2012 5:36 pm

Hi all.

I love the idea of Xataface.

I have used WizMySQLAdmin to work on databases. It does everything. But too much for a customer. Great for a developer.
I gather thats where Xataface can help. But...

After installation, I get "Deprecated: Function mysql_list_dbs() is deprecated in C:\Program Files (x86)\EasyPHP-12.1\www\xataface-1.3.3\installer.php on line 248"
I did a search on the forum here, but came up with nothing.

Using Easy PHP with
APACHE 2.4.2
MYSQL 5.5.27
PHP 5.4.6
on a Win 7 PC

I have not got to the folder permissions yet, but that is another story on Win based pc.

Garry Cross
gazzari
 
Posts: 1
Joined: Wed Dec 12, 2012 5:20 pm

Re: Deprecated: Function mysql_list_dbs()

Postby shannah » Tue Dec 18, 2012 3:46 pm

Thanks for reporting this. I'm not regularly using PHP 5.4 and I never use the installer (I always set up the apps manually) so I hadn't seen this deprecation. You should be able to just hide these types of notices in your php.ini... or just skip straight to a manual install.

_Steve
--
Steve Hannah
@shannah78 (on twitter)
sjhannah.com blog
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Re: Deprecated: Function mysql_list_dbs()

Postby c1086101 » Thu Feb 14, 2013 1:40 pm

Or just fix it yourself by editing installer.php and change line 248 to:

$res = mysql_query("SHOW DATABASES");
c1086101
 
Posts: 1
Joined: Thu Feb 14, 2013 1:36 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 3 guests

Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved