⚠ 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

Installation for Codeigniter, step by step for newbies: error in main.php



MichaelH
  • profile picture
  • Member

Posted 09 February 2012 - 19:19 PM

on this page: http://www.grocerycrud.com/crud/view/create-crud-codeigniter-tutorial

main.php is displayed 3 times:

1) welcome
2) database
3) add more stuff

2) has this line: [color=#000088]$this[/color][color=#339933]->[/color][color=#004000]load[/color][color=#339933]->[/color][color=#004000]library[/color][color=#009900]([/color][color=#0000ff]'grocery_crud'[/color][color=#009900])[/color][color=#339933];[/color]

3) doesn't have the load->library reference in it and therefore causes Undefined property in line 24.

problem shown here too: /topic/132-error-on-installation/

regards,
MichaelH