Cannot read property 'TblName' of null

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

Cannot read property 'TblName' of null

Post by dombo »

Hello,

I have phpmaker v2017.0.1 and when I try to generate phpfn13.php file get error "Cannot read property 'TblName' of null".

Did anyone know what is a problem?


Webmaster
User
Posts: 9427

Post by Webmaster »

It seems that a table is missing or renamed. Sync your project with your database first. Check your settings regarding table name. If you have enabled security in the Security tab, make sure the user table name is valid.


mobhar
User
Posts: 11712

Post by mobhar »

In addition, there were some changes since v2017.0.1 until the latest version: 2017.0.7. Therefore, always download/update to the latest version.


dombo
User
Posts: 2

Post by dombo »

Webmaster wrote:
It seems that a table is missing or renamed. Sync your project with your
database first. Check your settings regarding table name. If you have
enabled security in the Security tab, make sure the user table name is
valid.

Thanks, that is correct answer.

I have in Security tab unchecked option Use Existing Table but in option Table are selected user table that not exist.


Post Reply