I installed version 0.81a , login with admin, but when create for example several Locations, I just see an icon in "Location List", but nothing more, just dont appear names for that locations, only when clicked in Location Information. It is correct like this? o maybe something I missconfigure.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I change in file "location.php" in lines 21 and 183:
echo " $row[name]\n";
replacing [name] by [NAME] ,
echo " $row[NAME]\n";
and it works, in db table "location" have column "NAME" in uppercase.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
checking database I see some table columns are in uppercase, thats why I cant see some values when using the program, I drop database and regenerate, check all columns names, now all are lowercase and everything is fine with program.
Its look great. Thanks for this nice program.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed version 0.81a , login with admin, but when create for example several Locations, I just see an icon in "Location List", but nothing more, just dont appear names for that locations, only when clicked in Location Information. It is correct like this? o maybe something I missconfigure.
Thanks
I change in file "location.php" in lines 21 and 183:
echo " $row[name]\n";
replacing [name] by [NAME] ,
echo " $row[NAME]\n";
and it works, in db table "location" have column "NAME" in uppercase.
checking database I see some table columns are in uppercase, thats why I cant see some values when using the program, I drop database and regenerate, check all columns names, now all are lowercase and everything is fine with program.
Its look great. Thanks for this nice program.
It's very wierd that you got columns with uppercase
I double checked - and they are all lowercase in the dist file that generates the SQL DB.
As you've dropped, and re-installed the DB, it should confirm this - or the problem would have repeated.
Quite strage the uppercase thing.
Let me know if there's anything new on the subject or you figure out how it happened.
Dan