table not show in admin page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
creat015
User
Posts: 79

table not show in admin page

Post by creat015 »

Hello All

i'm newbie in phpmaker

i want to ask about data table in phpmaker

yesterday i try to create new database, and i try connect with phpmaker and then i test to login (table in database can show in admin panel)

today i try to create again new database, and i try connect with phpmaker and then i test to login again (table not show, i do not know wrong setting or wrong checklist system, table not show at all)

i try to follow this tutorial not work :

http://www.hkvstore.com/phpmaker/doc/tablesetup.htm
http://www.hkvstore.com/phpmaker/doc/masterdetail.htm
http://www.hkvstore.com/phpmaker/doc/se ... level2.htm

please help me


sangnandar
User
Posts: 980

Post by sangnandar »

Welcome to this forum.

Try this:

  • Open your yesterday .pmp file.
  • Tools -> Delete Template Cache
  • Regenerate
    If it does work, then you have no problem with your phpmaker installation. If it doesn't, reinstall phpmaker with administrator privilege (right click->Run as Administrator).

If it does work:

  • The same as before, but this time with your today .pmp file.
  • If it still not showing anything, press F12 to see any error on your browser.
  • Post the error messages to this forum.

mobhar
User
Posts: 11709

Post by mobhar »

@creat015,

Your post is not clear enough.

  1. When you logged in, and you didn't see any table after successfully logged in, you did not mention what kind of user you use? Did you use the hard-coded admin user? Or, did you use the user which has Default user level? Because when you use the Default user level, by default, this user level does not have any permissions to any table, yet.

  2. You mentioned you had already followed the tutorial "Tutorial - Advanced Security - Dynamic User Level Security". Are you sure you have already followed the tutorial carefully and completely? Make sure you have already regenerated "userlevels" and "userlevelpermissions" table that related to Dynamic User Level Security.


Post Reply