Welcome Guest, Not a member yet? Register   Sign In
Carbogrid - datagrid and CRUD
#24

[eluser]rw1[/eluser]
hello,

thank you very much for your reply.

i have re-download and re-installed carbogrid and the problem i am getting now is different.

when i click on 'Single grid' or 'Multiple grid' it just loads the homepage again (even though the url looks like http://mysitename.com/subdirectory/sample/single and http://mysitename.com/subdirectory/sample/multiple resp.).

steps i followed per readme.txt instructions:

1. Edit application/config/config.php

- set your site URL here: $config['base_url'] = "http://mysitename.com/subdirectory/";

2. Import database

- create a new database (i already had a database)

- run database.sql ( i did not do this because i already had a database)

3. Setup database connection: (yes i did this)

- edit system/application/config/database.php:

$db['default']['hostname'] = "your_host";

$db['default']['username'] = "your_user";

$db['default']['password'] = "your_db_password";

$db['default']['database'] = "your_db_name";

4. To test file upload create files and files/temp folders and make sure that they are writeable (files is 755, and files/temp is 755)

5. Get rid of index.php from URL (apache mod_rewrite required)

- if application is not in your server root, edit last line in htaccess.txt: RewriteRule ^(.*)$ /path/to/app/index.php/$1 [L]

my htaccess at http://mysitename.com/subdirectory/.htaccess looks like:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /home/username/public_html/subdirectory/index.php/$1 [L]

- edit system/application/config/config.php: $config['index_page'] = "";

yes i did this.

- rename htaccess.txt to .htaccess

yes i did this.

please see attached config.php file. [edit: forum won't allow me to attach files).

thank you very much.

ps there also seems to be typos in the readme.txt file. there are incorrect references to:

system/application/config/database.php
system/application/config/config.php

the 'application' folder is not in the 'system' folder.


Messages In This Thread
Carbogrid - datagrid and CRUD - by El Forum - 07-09-2010, 05:44 AM
Carbogrid - datagrid and CRUD - by El Forum - 07-11-2010, 07:03 AM
Carbogrid - datagrid and CRUD - by El Forum - 07-11-2010, 10:54 AM
Carbogrid - datagrid and CRUD - by El Forum - 07-11-2010, 11:52 PM
Carbogrid - datagrid and CRUD - by El Forum - 07-12-2010, 02:56 AM
Carbogrid - datagrid and CRUD - by El Forum - 07-12-2010, 05:20 AM
Carbogrid - datagrid and CRUD - by El Forum - 07-12-2010, 03:41 PM
Carbogrid - datagrid and CRUD - by El Forum - 07-12-2010, 11:32 PM
Carbogrid - datagrid and CRUD - by El Forum - 07-23-2010, 12:16 PM
Carbogrid - datagrid and CRUD - by El Forum - 10-01-2010, 10:45 AM
Carbogrid - datagrid and CRUD - by El Forum - 10-25-2010, 09:55 AM
Carbogrid - datagrid and CRUD - by El Forum - 03-22-2011, 02:20 PM
Carbogrid - datagrid and CRUD - by El Forum - 03-22-2011, 08:25 PM
Carbogrid - datagrid and CRUD - by El Forum - 03-29-2011, 12:37 AM
Carbogrid - datagrid and CRUD - by El Forum - 03-31-2011, 11:50 PM
Carbogrid - datagrid and CRUD - by El Forum - 01-24-2012, 12:33 AM
Carbogrid - datagrid and CRUD - by El Forum - 03-06-2012, 03:17 AM
Carbogrid - datagrid and CRUD - by El Forum - 03-06-2012, 11:32 PM
Carbogrid - datagrid and CRUD - by El Forum - 03-16-2012, 12:37 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-11-2012, 06:42 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-14-2012, 07:03 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-15-2012, 04:07 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-18-2012, 11:37 PM
Carbogrid - datagrid and CRUD - by El Forum - 09-19-2012, 01:33 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-19-2012, 01:43 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-19-2012, 02:04 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-19-2012, 02:10 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-19-2012, 02:22 AM
Carbogrid - datagrid and CRUD - by El Forum - 09-20-2012, 10:42 PM
Carbogrid - datagrid and CRUD - by El Forum - 09-21-2012, 12:02 AM
Carbogrid - datagrid and CRUD - by El Forum - 10-17-2012, 03:09 AM
Carbogrid - datagrid and CRUD - by El Forum - 11-03-2012, 02:30 PM
Carbogrid - datagrid and CRUD - by El Forum - 02-14-2013, 12:04 PM
Carbogrid - datagrid and CRUD - by El Forum - 07-16-2014, 11:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB