Get KoolPHP UI with 30% OFF!

koolgrid generates Warning

James
http://www.seti.net/database/constellations/constellations.php
This generates a Warning that I cannot suppress in php.ini
On my local website no problem
Windows 10 64 bit
KoolPHPSuite 8.8
WAMP (latest)
But on the remote I get:
Warning: mysql_fetch_field() expects parameter 1 to be resource, boolean given in /home/setine5/public_html/KoolPHPSuite/KoolControls/KoolGrid/koolgrid.php on line 1
Since it works under Windows but not under the remote Linux server it might be an upper case/lower case problem but I cannot find it
Posted Dec 28, 2018 Kool -
Anthony Amolochitis
Sounds like your query may not have any result.
Have you tried running the same query in Mysql or phpMyAdmin in Wamp?
Or maybe you are using the array dataset? If so, then you may not have data in your array.
Give it a check.
Posted Dec 28, 2018 Kool
Anthony Amolochitis
Did you ever run that check I suggested?
Just curious.
Posted Jan 3, 2019 Kool