carolannjo Posted November 4, 2007 Posted November 4, 2007 The developer of this contribution has declined to answer my question and I am hoping that someone else will be willing to try. The SEO_G installation says "The osC Admin configuration options are stored with configuration ID of 24. If this identifier is already in use you need to change the SQL file and the catalog\admin\seo_zones_config.php near the beginning $gID = .... " but it is not clear what I am supposed to change the $gID to. It is 24 in my configuration files as he states. When I run the "SELECT count(*) as total FROM configuration WHERE configuration_group_id=24" it returned 17 not 0, so I don't know what to modify in the .sql file. There is no mention of $gID in the .sql file. Can anyone help me with this so I can finish this installation? :( FULL TEXT of instruction in question: Database Changes Run the seo_g.sql file that came with this archive using phpmyadmin. This will create the necessary tables and configuration options. There is a good turorial how to use phpmyadmin here. The osC Admin configuration options are stored with configuration ID of 24. If this identifier is already in use you need to change the SQL file and the catalog\admin\seo_zones_config.php near the beginning $gID = .... You can identify if this ID is already in use by executing the following query in phpmyadmin SELECT count(*) as total FROM configuration WHERE configuration_group_id=24 Then check the total returned, if it's 0 it is not allocated and you can install the default .sql file, otherwise you need to modify it as explained above. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.