From: vasos g <ba...@gm...> - 2013-09-12 21:42:41
|
Hey Radovan, maybe you missed my answer. In brief there are a some PHP 5.3, 5.4 incompatibilities and deprecations. Actually I have started working on an update to resolve theese, that hopefully will lead to a release in the near future. I would be happy if you could conduct beta testing (ideally to test all the user schenarios) when this is done. In the meantime, if you cannot wait, you could try downgrading to php 5.2 or co-installing as a secondary interpreter. V.g. On 12/09/13 22:17, Radovan Drahovsky wrote: > > Hello Vasos, > > > This is very fresh wifiadmin installation. I have never used wifiadmin > before. I have hostapd wifi service on my server and I was looking for > something nice -- to get some statistics about connections etc ... I > think your rrdtool solution is best here around and also all another > features look very fantastic and I very appreciate your hard work. > > > I have dropped all tables and run mysql.sql script once again. Here > are tables and tables content in my wifiadmin DB: > > > mysql> *show tables;* > > +---------------------+ > > | Tables_in_wifiadmin | > > +---------------------+ > > | global_options | > > | privileges | > > | user | > > | user_options | > > | user_tokens | > > +---------------------+ > > 5 rows in set (0.00 sec) > > > mysql> *select * from global_options;* > > +------------+--------+ > > | option | value | > > +------------+--------+ > > | db_version | 010003 | > > +------------+--------+ > > 1 row in set (0.00 sec) > > > mysql> *select * from privileges;* > > +----------+-------------+-----------------+-----------+-----------+------------+------------+-----------------+----------------+ > > | username | view_status | view_status_ext | view_macs | ban_users | > access_ifs | edit_users | edit_privileges | manage_routers | > > +----------+-------------+-----------------+-----------+-----------+------------+------------+-----------------+----------------+ > > | admin | true | true | true | true | true | true | true | true | > > | guest | true | false | false | false | false | false | false | false | > > +----------+-------------+-----------------+-----------+-----------+------------+------------+-----------------+----------------+ > > 2 rows in set (0.00 sec) > > > mysql> *select * from user;* > > +----------+----------------------------------+----------------+--------------+--------------+-------------+-------------+--------+--------+---------+-----------+---------+-----------+--------------+-----------------+ > > | username | password | email | mac | ip | owns_subnet | services | > phone1 | phone2 | antenna | nodedb_id | comment | firstname | lastname > | password_string | > > +----------+----------------------------------+----------------+--------------+--------------+-------------+-------------+--------+--------+---------+-----------+---------+-----------+--------------+-----------------+ > > | admin | c178d9bb85c3e412dbc478d76320c2be | root@localhost | not > specific | not specific | | 24h service | | | | | | | | wifiadmin | > > | guest | 084e0343a0486ff05530df6c705c8bb4 | no email | not specific | > not specific | | | | | | | | Guest | Guestopoulos | guest | > > +----------+----------------------------------+----------------+--------------+--------------+-------------+-------------+--------+--------+---------+-----------+---------+-----------+--------------+-----------------+ > > 2 rows in set (0.00 sec) > > > mysql> *select * from user_options;* > > Empty set (0.00 sec) > > > mysql> *select * from user_tokens;* > > +----------+---------+-------+ > > | username | status | token | > > +----------+---------+-------+ > > | admin | enabled | | > > | guest | enabled | | > > +----------+---------+-------+ > > 2 rows in set (0.00 sec) > > > mysql> > > > > I am not sure if it is worth to mention here because it is not related > to my trouble but maybe for your further reference -- create table > command seem to change some options during the time and TYPE=MyISAM > needs to be replaced with ENGINE=MyISAM to get script working. > > > Here is my mysql version: > > > [root@manitou config]# *rpm -qa | grep mysql* > > php-mysql-5.4.17-2.fc17.x86_64 <http://php-mysql-5.4.17-2.fc17.x86_64/> > > mysql-connector-odbc-5.1.10-1.fc17.x86_64 > <http://mysql-connector-odbc-5.1.10-1.fc17.x86_64/> > > mysql-server-5.5.32-1.fc17.x86_64 > <http://mysql-server-5.5.32-1.fc17.x86_64/> > > mysql-libs-5.5.32-1.fc17.x86_64 <http://mysql-libs-5.5.32-1.fc17.x86_64/> > > mysql-5.5.32-1.fc17.x86_64 <http://mysql-5.5.32-1.fc17.x86_64/> > > libdbi-dbd-mysql-0.8.3-9.fc17.x86_64 > <http://libdbi-dbd-mysql-0.8.3-9.fc17.x86_64/> > > [root@manitou config]# > > > I tried all browsers -- Firefox, Opera, Chrome and Epiphany here with > deleted history (and cookies), but unfortunately I have still the same > issue. > > > I would like to ask you very kindly if you can suggest something here, > please? Your help is really appreciated. > > > Thanks. > > Regards. > > Rad. > > |