Menu

I cant see names behind icons

Help
2005-06-21
2013-04-25
  • Carlos Parra

    Carlos Parra - 2005-06-21

    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

     
    • Carlos Parra

      Carlos Parra - 2005-06-22

      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.

       
    • Carlos Parra

      Carlos Parra - 2005-06-22

      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.

       
      • Dan A.

        Dan A. - 2005-06-22

        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

         

Log in to post a comment.