ridwanskaterock / cicool

Cicool is a multifunctional application that is used to facilitate your work in creating a system, CMS, E-Comerce and others
20 stars 13 forks source link

Page 404 Error on SEE Crud #516

Closed 101suchtm101 closed 2 years ago

101suchtm101 commented 2 years ago

View CRUD shows a PAGE not found?

I have setup a simple 1 table crud. When I click on SEE I get an error 404 Page Not Found error? See below

image

image

How can I over come this issue?

101suchtm101 commented 2 years ago

Does anyone know why happens??

101suchtm101 commented 2 years ago

Hello everyone. The problem was that my table name had a capital letter at the start. Ie My_Table. For this page to display the table name must have lower case names ie my_table. Also no spaces.