⚠ 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

fresh install, but adding records does not work



bluepicaso

bluepicaso
  • profile picture
  • Member

Posted 20 August 2012 - 04:04 AM

hey, i am using this stuff second time, last time everything worked fine.
but this time i downloaded fresh CI and Fresch GC. with a new fresh setup.
the deletion of product work fine but addition and "add and go back to list" does not work at all.

it throws an error in firebug. here is a screenshot below
[attachment=248:Selection_040.jpg]

please help me

the problem is also with Update command.

also clicking refresh list button gives error

[img]http://i.imm.io/BfqX.png[/img]

bluepicaso

bluepicaso
  • profile picture
  • Member

Posted 20 August 2012 - 06:03 AM

Solution found
do not keep your

$config['base_url'] = '/pioneer/';


rather change to

$config['base_url'] = 'http://localhost/pioneer/';

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 21 August 2012 - 06:16 AM

Hi, bluepicaso!
At my LAMPP I always leave blank

$config['base_url'] = '';
with

$config['uri_protocol'] = 'AUTO';


There is less actions instead of writing "http://localhost/e.t.c..." and that works well for me.