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

CRUD Seems to be created but "See" action results in "Page not Found" #483

Closed abooysen closed 3 years ago

abooysen commented 3 years ago

New installation

  1. Created new database table OK (One Id column and one varchar column)
  2. CRUD creation seemed to be created with no visible errors
  3. However clicking on the "See" results in Page not found.

I tested creating a normal Page, that seemed to work fine.

After this I switched on logging in the config, this is the only error that popped up twice

INFO - 2021-10-08 09:59:06 --> Database Driver Class Initialized INFO - 2021-10-08 09:59:06 --> Helper loaded: directory_helper INFO - 2021-10-08 09:59:06 --> Session: Class initialized using 'files' driver. INFO - 2021-10-08 09:59:06 --> Language file loaded: language/english/aauth_lang.php DEBUG - 2021-10-08 09:59:06 --> Config file loaded: ........ application/config/aauth.php INFO - 2021-10-08 09:59:06 --> Database Driver Class Initialized DEBUG - 2021-10-08 09:59:06 --> File loaded: ......... modules/crud/models/Model_crud.php ERROR - 2021-10-08 09:59:06 --> Could not find the language line "where" DEBUG - 2021-10-08 09:59:06 --> File loaded: ......modules/crud/views/backend/standart/administrator/crud/crud_button_config.php ERROR - 2021-10-08 09:59:06 --> Could not find the language line "where" DEBUG - 2021-10-08 09:59:06 --> File loaded: ......modules/crud/views/backend/standart/administrator/crud/crud_field_data.php

ridwanskaterock commented 3 years ago

Hi can you see again your table name make sure use lower case and not using space if you not able to resolve it i can help you quicly by share your site or ftp to ridwanskaterocks@gmail.com

Thanks

abooysen commented 3 years ago

Changing the name of the table to lowercase solved the issue