⚠ 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

Where to put these files



WendyW

WendyW
  • profile picture
  • Member

Posted 04 February 2012 - 20:46 PM

I think I've missed something here.

I have the CodeIgniter install in c:/www/webroot/CodeIgniter_2.1.0, and it's working fine.

Where do I put the CRUD files? I've tried c:/www/webroot/grocery_CRUD ... But this just gives me a list of the folder contents when I access from localhost.

My set up is Vista, Apache 2.2+. php 5.3.10

Many apologies for such a basic question.

Wendy Wilson

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 05 February 2012 - 22:18 PM

I have the installation instructions at: http://www.grocerycr...er_installation . You jut copy ALL the files to your project and that's it ;-) . So in your case you will copy all the files at: c:/www/webroot/CodeIgniter_2.1.0 and NOT at
c:/www/webroot/CodeIgniter_2.1.0/grocery_crud or something similar. Just your project. Make sure that you copy all the files included the folder assets and application.
For more information you can read the http://www.grocerycr...gniter-tutorial

WendyW

WendyW
  • profile picture
  • Member

Posted 06 February 2012 - 11:27 AM

Thanks for this quick reply.

As far as I can see I have everything arranged as per the instructions but will re-install and check everything again.

This is what my url was --->>> http://localhost/CodeIgniter_2.1.0/index.php/main

and the response is the
[b] 404 Page Not Found[/b]


I have worked through the little 'news' tutorial from the CI site; could any setting there be interfering? (I have changed the db back to my_new_cms>)

Many thanks - the application looks great - from what screenshots I've seen.

WW

WendyW

WendyW
  • profile picture
  • Member

Posted 06 February 2012 - 18:39 PM

Have re-installed both CI and groceryCRUD.

That seems to have fixed it. Clearly, there was some setting pushing the main.php in the wrong direction.

WW