Skip to main content
Topic: Testing this software and palling to buy but i have some issues (Read 610 times) previous topic - next topic

Testing this software and palling to buy but i have some issues

I create test table with 2 columns....

when i try to import data i get

Access to localhost was denied
You don't have authorization to view this page.
HTTP ERROR 403

I try to edit access file "ACL.php" but wit no luck i found some topic 2 year old...
I try to add it to exuded site and its not working...
Is this problem going to be fixed soon or ??


Additionally one more bug when generating  chart js in random color  it become transparent problem is with rgba color on end it should be 1

I found solution for this manually editing etc \app\views\partials\home\index.php   replacing

Code: [Select]
echo "'" . random_color(0,9) . "',";

with

Code: [Select]
echo "'" . random_color(1) . "',";

there is good sample chart.js generator online

https://livegap.com/charts/chart.js/app.php