PHPRad Classic Initial 2.7.3 Forum

PHPRad Forum => Issues => Topic started by: atopeca on November 30, 2022, 04:31:54 PM

Title: Undefined variable: tableName in
Post by: atopeca on November 30, 2022, 04:31:54 PM
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
Title: Re: Undefined variable: tableName in
Post by: willvin on December 06, 2022, 02:27:34 PM
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.
Title: Re: Undefined variable: tableName in
Post by: atopeca on December 07, 2022, 09:54:38 AM
Thank you very much for your answer, I'll check it ;)