-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display #1
Comments
Here is an example of php code using mysqli :
|
tyvm. my fault is at logs Warning: Undefined variable $pdo in /var/www/vhosts/ayna.org/httpdocs/istatistik/src/tables/unrealircd_users.php on line 4 Fatal error: Uncaught Error: Call to a member function query() on null in /var/www/vhosts/ayna.org/httpdocs/istatistik/src/tables/unrealircd_users.php:4 Stack trace: #0 {main} thrown in /var/www/vhosts/ayna.org/httpdocs/istatistik/src/tables/unrealircd_users.php on line 4 i will try this code then i ll give feedback. |
users worked very well i wanted to show user counts in #abc channel but i ve seen that there is no any creation of unrealircd_channel database and at my phpmyadmin i ve never seen any channel name. But users database is working very well. fyi. |
i deleted unrealircd_channels.php and auto or manually it does not create unrealircd_channels.php it gives error too fyi. |
Is it the |
https://ayna.org/istatistik/ayna.php unrealircd_users.php is working well. unrealircd_channels.php came back when i check stats.php but it is empty. not getting the channel list but unrealircd_channels.php is empty when i check there. trying to catch count of channel total users. |
Do you see the 'unrealircd_channels' table in PhpMyAdmin ? I didn't quite understand, what do you want to display on the page ? |
i see unrealircd_channels table yes but it is empty. ( if it has to be empty, pls accept my apologise abt that ) i want to display " total users (count) in #a, #b, and #c channels" and total users (count) in whole network. |
It's not normal that it's empty |
when i wanted to upload unrealircd_channels.php manually, it given errors. my unrealircd version is : unrealircd 6.1.7 ( last stable version ) and webpanel last stable version too. |
how can i display users on my website can u describe it ?
thx
The text was updated successfully, but these errors were encountered: