there are some files missing
flexigrid.php
I get nothing but this
stdClass Object ( [output] =>
Add Record
when I go to
http://localhost/crud/index.php/main/employees/
I am familiar with codeigniter, and I have also used datatables for other applications
Missing files in distro
Started by alvarito, 02 September 2012 - 08:58 AM
- Single Page
Posted 02 September 2012 - 08:58 AM
Posted 02 September 2012 - 22:25 PM
Hello [member='alvarito'] and welcome to the forum,
Make sure that you have installed grocery CRUD correctly at your project by adding all the files and folders to your project. After the end of your installation, your project will have to look similar to this structure:
Please also make sure that you have followed step by step the installation guide of grocery CRUD
Cheers
Johnny
Make sure that you have installed grocery CRUD correctly at your project by adding all the files and folders to your project. After the end of your installation, your project will have to look similar to this structure:
website_folder/
–––– application/
–––––––– config/
–––––––––––– autoload.php
–––––––––––– ...
–––––––––––– datatables.php
–––––––––––– doctypes.php
–––––––––––– flexigrid.php
–––––––––––– foreign_chars.php
–––––––––––– grocery_crud.php
–––––––––––– ...
–––––––– controllers/
–––––––––––– examples.php
–––––––––––– index.html
–––––––––––– welcome.php
–––––––– libraries/
–––––––––––– grocery_crud.php
–––––––––––– index.html
–––––––– models/
–––––––––––– grocery_crud_model.php
–––––––––––– index.html
–––––––– views/
–––––––––––– example.php
–––––––––––– index.html
–––––––––––– welcome_message.php
–––– assets/
–––––––– grocery_crud/
–––––––––––– css/
–––––––––––– js/
–––––––––––– texteditor/
–––––––––––– themes/
–––––––– uploads/
–––––––– index.html
–––– system/
–––– user_guide/
–––– change_log.txt
–––– example_database.sql
–––– index.php
–––– licence-grocery-crud.txt
–––– license.txt
Please also make sure that you have followed step by step the installation guide of grocery CRUD
Cheers
Johnny