crud-admin-generator icon indicating copy to clipboard operation
crud-admin-generator copied to clipboard

list tables not working

Open superjcvd opened this issue 9 years ago • 6 comments

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 ?

superjcvd avatar Jan 21 '16 16:01 superjcvd

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 ?

blag001 avatar Jan 21 '16 16:01 blag001

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 avatar Feb 25 '16 08:02 Thedemon007

@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 ?

blag001 avatar Feb 27 '16 19:02 blag001

Hello,

Sorry for the delay. I will try the recommended NGINX Config in #57 and keep you updated if this works

superjcvd avatar Mar 10 '16 08:03 superjcvd

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

superjcvd avatar Mar 27 '16 12:03 superjcvd

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

eric1lubow avatar Nov 11 '18 12:11 eric1lubow