crud-admin-generator
crud-admin-generator copied to clipboard
list tables not working
Hello,
First of all I wanted to thank you for this cool work ! The web interface looks great and it is a very useful tool.
I followed all the installation process (but with nginx) and I'm able to display the tables structure and to add new data inside tables but I can't list this data. Whatever I try I always get this message : No matching records found. The SQL user has read and write rights and all may databases are not empty. Does somebody know what could be wrong here ?
have you take a look at this https://github.com/jonseg/crud-admin-generator/issues/57 about Nginx config ?
if you open your browser log console, do you get any error ? in the network tab, what happen to the ajax call ?
Something is wrong i enter in http://test.local:8080 (is my virtual host for /web) click in list this redirect example to http://test.local:8080/nametable and error 404 no found but i comment the firts line of file /admingenerator/web/controllers/.htaccess and can acces to http://test.local/controller/base.php work fine.... Sorry for my bad english...
@Thedemon007 please, make your own issue, I don't think you are on Nginx ? Btw, have you tried this http://stackoverflow.com/questions/24952846/how-do-i-remove-the-web-from-my-url/24953439#24953439 ?
Hello,
Sorry for the delay. I will try the recommended NGINX Config in #57 and keep you updated if this works
Hello,
I tried many NGINX conf but I still have the problem. I can create new entries in my databases without any problem. But I can't see the content of the bases on the web ui.
I have no Ajax errors on my browser
As mentioned by author, the system is based in silex. I've solve this issue. Follow the silex config guide: https://silex.symfony.com/doc/2.0/web_servers.html