Phonebook message: no way
Hi,
after upgrading to Fop 2.1 everything works fine beside of the phonebook: after pressing the button a window phonebook opens containing just "no way".
I use Asterisk 1.6.2.6 wit FreePBX 2.7
PHP5 and MYSQL is installed an running, database fop2 already dropped and newly installed, new tables configured, user rights set in config.php set...
any idea for the reason ?
Thanks
Kai
after upgrading to Fop 2.1 everything works fine beside of the phonebook: after pressing the button a window phonebook opens containing just "no way".
I use Asterisk 1.6.2.6 wit FreePBX 2.7
PHP5 and MYSQL is installed an running, database fop2 already dropped and newly installed, new tables configured, user rights set in config.php set...
any idea for the reason ?
Thanks
Kai
Comments
So i was able to see the SQL statment. Because in my (hand made) database the "private" column was empty and not filled with "no", so in my case the SQL returned no data.
The other time i got such an error, because i forgot to update the table to 2.1 structur. So half of the colums were no present.
Somethings it gives the message 'no way' and sometimes the phonebook does open, but the data is not shown.
He uses Windows Vista with the newest flash player en java version.
The error occurs in IE8, Firefox and Chrome
I must say that I get the same error message sometimes, but when I press F5 the phonebook comes up again.
I use Windows XP with firefox
I've checked both and everything is ok.
The users are on a remote site with a SDSL connection of 512kbits.
Is it possible that a time-out occurs? And is this poosibly a setting in php.ini or my.cnf (mysql)
Regards
PHP sessions are not related to mysql unless you decide to store them in mysql. A default php config saves sessions in the local hard disk, under some directory. That is on the server side... on the client side you need to enable cookies.
You also need to add the phonebook or all permission to the fop2 user. That works. there is no much else to check.. Try to inspect your cookies in the client. If you do not care to have phonebook permissions edit phonebook.php and comment the "die("no way") line.