i want to create a report script sql from my new app, but is not possible.
Is authorization issue?.
how give permissions to admin for do that?
Greetings
i want to create a report script sql from my new app, but is not possible.
Is authorization issue?.
how give permissions to admin for do that?
Greetings
Yes sir, our file <site_config.json>:
{
“db_name”: “XXXXXXXXXXXXX”,
“db_password”: “XXXXXXXXXXXXX”,
“developer-mode”: 1,
“limits”: {
“space_usage”: {
“backup_size”: 1.0,
“database_size”: 3.96,
“files_size”: 2.0,
“total”: 6.96
}
}
and, we cant create custom report.
Correct it with "developer_mode": 1,
. And recheck you enabled it for your current site.
ok, thanks, my mistake, now is possible create reports.