<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to phpDHCPAdmin</title><link>https://sourceforge.net/p/phpdhcpadmin/discussion/888977/</link><description>Recent posts to phpDHCPAdmin</description><atom:link href="https://sourceforge.net/p/phpdhcpadmin/discussion/888977/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 26 Oct 2016 08:13:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpdhcpadmin/discussion/888977/feed.rss" rel="self" type="application/rss+xml"/><item><title>Need help?</title><link>https://sourceforge.net/p/phpdhcpadmin/discussion/888977/thread/e0f050a8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;br/&gt;
I need help with installation ...&lt;br/&gt;
After setup, i have some problems with user! &lt;a class="" href="../http:/pastenow.ru/14KTL"&gt;log on&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavel</dc:creator><pubDate>Wed, 26 Oct 2016 08:13:16 -0000</pubDate><guid>https://sourceforge.netb0a80236185cd97ba958b05358201cc71c763d70</guid></item><item><title>Please help on "Undefined SQL error"</title><link>https://sourceforge.net/p/phpdhcpadmin/discussion/888977/thread/8677575b/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is the MySQL libraries included with PHP.&lt;/p&gt;
&lt;p&gt;You can verify this with something like; var_dump(function_exists(mysql_connect));&lt;/p&gt;
&lt;p&gt;The phpDHCPAdmin project makes use of the 'mysql' functions for connections, queries etc defined @ &lt;a href="http://php.net/manual/en/book.mysql.php." rel="nofollow"&gt;http://php.net/manual/en/book.mysql.php.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;They are considered legacy and are no longer activly maintained by the PHP community.&lt;/p&gt;
&lt;p&gt;PHP now recommends a minimal use of the 'mysqli' series of functions.and this project (as well as others) should be using the newest standard PDO drivers available for MySQL &amp;amp; other RDMS transactions.&lt;/p&gt;
&lt;p&gt;If you are familiar with PHP &amp;amp; MySQL programming you can always modify the &lt;a href="https://github.com/jas-/phpDHCPAdmin/blob/452df9b18988dc7e51085ab957d1a880fab2c5c8/scripts/classes/class.dbase.php" rel="nofollow"&gt;https://github.com/jas-/phpDHCPAdmin/blob/452df9b18988dc7e51085ab957d1a880fab2c5c8/scripts/classes/class.dbase.php&lt;/a&gt; file to bring it up to speed with the MySQLi functionality.&lt;/p&gt;
&lt;p&gt;I no longer maintain this code base but can be modified to support the newer PHP functionality as long as you maintain the class &amp;amp; function calls defined in the class.dbase.php file provided in the link.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jas</dc:creator><pubDate>Sat, 15 Oct 2016 16:52:29 -0000</pubDate><guid>https://sourceforge.net518e6dd8801cfb2efe3df5ab9900b339c1d8c1d5</guid></item><item><title>Please help on "Undefined SQL error"</title><link>https://sourceforge.net/p/phpdhcpadmin/discussion/888977/thread/8677575b/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;I'm just installed phpDHCPAdmin in my ubuntu server, and encountered an error when I login:&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;"Undefined SQL error. You may wish to check the configuration setup."&lt;/p&gt;
&lt;p&gt;I checked mysql account (both root and phpDHCPAdmin) has the permission to access and edit phpDHCPAdmin database, and here is my details inc.config.php:&lt;/p&gt;
&lt;p&gt;// database configuration&lt;br/&gt;
$defined&lt;span&gt;['hostname']&lt;/span&gt;    = "192.168.86.1";&lt;br/&gt;
$defined&lt;span&gt;['dbhost']&lt;/span&gt;      = "localhost";&lt;br/&gt;
$defined&lt;span&gt;['username']&lt;/span&gt;    = "root";&lt;br/&gt;
$defined&lt;span&gt;['password']&lt;/span&gt;    = "password";&lt;br/&gt;
$defined&lt;span&gt;['dbname']&lt;/span&gt;      = "phpDHCPAdmin";&lt;/p&gt;
&lt;p&gt;// application path information&lt;br/&gt;
$defined&lt;span&gt;['virpath']&lt;/span&gt;     = "/var/www/html/phpDHCPAdmin/";&lt;/p&gt;
&lt;p&gt;Could anyone please let me know how to fix this one?&lt;/p&gt;
&lt;p&gt;Thanks&lt;br/&gt;
karlhui&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">karlhui</dc:creator><pubDate>Thu, 17 Mar 2016 03:46:54 -0000</pubDate><guid>https://sourceforge.net1acaa74d7508ac50ced87442330d51b689e8c4ba</guid></item><item><title>No left page in phpDHCPadmin 0.9 and 0.9.1b</title><link>https://sourceforge.net/p/phpdhcpadmin/discussion/888977/thread/63932406/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've experienced this exact problem - I figured out that it was the checks for blank fields that was preventing authentication. I wish I had found this thread sooner.&lt;/p&gt;
&lt;p&gt;Here's what I did to set the admin password to 'admin'&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;mysql
use phpDHCPAdmin;
update auth_users set password = 'd033e22ae348aeb5660fc2140aec35850c4da997' where username = 'admin';
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I don't understand why this issue hasn't been resolved by simply making the default password something other than blank...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wayne Workman</dc:creator><pubDate>Sun, 20 Dec 2015 22:48:33 -0000</pubDate><guid>https://sourceforge.net5f1295a67e7af5d231b65782bb528edda934685b</guid></item></channel></rss>