Hi guys,I have been running (without issues) my database but suddenly its coming up with ‘No records Found’ I know they are there as I can see them on the SQL Server database. As I said, the records suddenly stopped.Any ideas what this could be please?Many Thanks
You may enable the Debug mode from “Tools” → “Advanced Settings”, and then re-generate ewcfg.php file. Double check the SQL that displayed in Debug section of page, and make sure it is valid and return record(s).
Failed to connect to rkqkkivo_VirginCare Error: Access denied for user ‘rkqkkivo_gaz’’ (using password: YES)Not sure why this is now not allowing me to connect to server…Thanks
At least now you know the reason why the records not found. Double check the permission to your database. Double check again your database connection settings.
can you help me code this this…function MenuItem_Adding(&$Item) {
//var_dump($Item);
// Return FALSE if menu item not allowed
return TRUE;
ExecuteScalar(“SELECT COUNT(*) FROM Table”)}Trying to get Left Menu table countCheers
Unfortunately, there is no way to get that left menu table count.