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

404 after new CRUD #404

Closed CarlisleCo closed 4 years ago

CarlisleCo commented 4 years ago

Just purchased & installed: 08/02/2020

When I add a new CRUD I get a 404 when I try to view it... URL EXAMPLE: https://data.domain.com/data/administrator/Vendor

I see the CRUD controller (modules/crud/controllers/backend/CRUD.php) is set to: $config = [ 'base_url' => 'administrator/crud/index/',

Please Advise - Thank You Kindly!!! God Bless

CarlisleCo commented 4 years ago

Note: I have tried installing in the cicool directory as well, and it does the same thing.

CarlisleCo commented 4 years ago

Note: It works fine with the products table that came with the install. I only get the 404 page with new tables…

CarlisleCo commented 4 years ago

404 SOLVED: Make sure all table names are lower case and separated by and underscore!

CarlisleCo commented 4 years ago

Need Support: When using the text editor and putting html in source, it is showing all the tags when it is saved so the view is not very clean. Can that be modified to not show tags at record view? Thanks!

Capture

ridwanskaterock commented 4 years ago

Hi, for it you can find view module_name_view.php and remove _ent function

Thanks

Pada tanggal Sen, 3 Agt 2020 02.36, CarlisleCo notifications@github.com menulis:

Need Support: When using the text editor and putting html in source, it is showing all the tags when it is saved so the view is not very clean. Can that be modified to not show tags at record view? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ridwanskaterock/cicool/issues/404#issuecomment-667715710, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGXJLNTDU7NFZ7QJPFYQ3DR6W55NANCNFSM4PSSUOLA .

CarlisleCo commented 4 years ago

Thank you!!!!