⚠ 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

css not rendering - while creating grocery_code_demo example



aron2020

aron2020
  • profile picture
  • Member

Posted 27 October 2015 - 22:01 PM

I am trying out the grocery_crud_demo;  it is almost working, but has problems rendering the cs/js assets files;  using netbeans;

 

http://grocery_crud_demo:8081/index.php/examples  -  brings up the line of menus (so far OK)

 

http://grocery_crud_demo:8081/index.php/examples/customers_management  -  brings data table up but with an un-styled screen with a bunch of css/js not found errors

 

my assets, application, system folders  are in   C:\xampp\grocery_crud_demo

 

my project under Apache is configured as a virtual host

 
<VirtualHost *:8081>
    DocumentRoot "C:/xampp/grocery_crud_demo"
    ServerName grocery_crud_demo
    ServerAlias grocery_crud_demo
    <Directory "C:/xampp/grocery_crud_demo>
        Options Indexes FollowSymLinks Includes ExecCGI
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

 

what changes do I need to do for all this to work as intended...

 

I am somewhat new to codeigniter/php / thanks any help on this


aron2020

aron2020
  • profile picture
  • Member

Posted 28 October 2015 - 03:49 AM

looked a bit more....issue resolved

 

 

I had to set the base_url in config/config.php