⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Crud form not display properly



tata
  • profile picture
  • Member

Posted 06 March 2013 - 02:35 AM

Hi all,

 

i am beginner for CI especially grocery crud. I tried to make a simple crud for my database but the crud form not display properly as shown below screen shot. anybody can you help? for additional information i used latest version of GC (1.3.3)

 

http://postimage.org/image/c86s8evkt/


davidoster
  • profile picture
  • Member

Posted 06 March 2013 - 12:04 PM

It seems that there are 2 problems mainly,

The javascript doesn't work.

The connection with the database is either wrong or the table you load is empty.

 

Since you are a beginner you need to play around with the premade examples that Grocery Crud library comes with.

And then start building your own system.

 

Let us know if you need any more help.


tata
  • profile picture
  • Member

Posted 08 March 2013 - 16:04 PM

ok thanks david.


sachin vairagi
  • profile picture
  • Member

Posted 08 March 2013 - 17:43 PM

to tata

i think your css and javascript is not loading as i check view source of your page.

once it loads on your page then your view source look like

 

<link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/css/jquery_plugins/chosen/chosen.css" />
    <link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/css/ui/simple/jquery-ui-1.9.0.custom.min.css" />
    <link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/css/jquery_plugins/file_upload/file-uploader.css" />
    <link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/css/jquery_plugins/file_upload/jquery.fileupload-ui.css" />
    <link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/css/jquery_plugins/fancybox/jquery.fancybox.css" />
    <link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/css/jquery_plugins/file_upload/fileuploader.css" />
    <link type="text/css" rel="stylesheet" href="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/themes/flexigrid/css/flexigrid.css" />
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery-1.8.2.min.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/jquery.chosen.min.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/config/jquery.chosen.config.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/ui/jquery-ui-1.9.0.custom.min.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/tmpl.min.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/load-image.min.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/jquery.iframe-transport.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/jquery.fileupload.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/config/jquery.fileupload.config.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/jquery.fancybox.pack.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/jquery.easing-1.3.pack.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/js/jquery_plugins/config/jquery.fancybox.config.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/themes/flexigrid/js/jquery.form.js"></script>
    <script src="http://localhost/CodeIgniter_2.1.0/assets/grocery_crud/themes/flexigrid/js/flexigrid-add.js"></script>