fresh install, but adding records does not work
- Single Page
Posted 20 August 2012 - 04:04 AM
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]
Posted 20 August 2012 - 06:03 AM
do not keep your
$config['base_url'] = '/pioneer/';
rather change to
$config['base_url'] = 'http://localhost/pioneer/';
Posted 21 August 2012 - 06:16 AM
At my LAMPP I always leave blank
with
$config['base_url'] = '';
$config['uri_protocol'] = 'AUTO';
There is less actions instead of writing "http://localhost/e.t.c..." and that works well for me.