Skip to main content
Topic: Undefined variable: tableName in  (Read 534 times) previous topic - next topic

Undefined variable: tableName in

When I create a custom view I get this error, the database is mssql, any idea what could be the problem? Thank you

:  Undefined variable: tableName in : ...\app\models\PDODb.php

Image:
https://prnt.sc/NcsIH4Z8PmcP

Re: Undefined variable: tableName in

Reply #1
This means the project did not generate properly. And if you get this error, the you might have exempted a page from being generated by PHPRad, that is critical for the custom view.

Re: Undefined variable: tableName in

Reply #2
Thank you very much for your answer, I'll check it ;)