DarkAngel:
@abs007:
there is no such thing as a dumb question except the one you keep to yourself. If we all knew exactly what to do then we would not be here helping each other...lol
-
you need to look at your database (see the one that is pictured in the above post) to see what your prefix (the part in red of my post) to your tables is.
-
that is what you replace my red words with.
Then after you fix your install file you upload it either through the database or through store admin section.
@Dimascus:
yay you got it done!!!
@abs007:
the only problem is that not everyone has the same prefix to their database tables. Which seems to be the main part of the problems found here. plus like me, I could not get it to install from the store admin section, I had to install it via the database
Hi dark angel
thank you ever so much for your help. I still can not manage to get it to work. Heres wht I did
I replaced all the red coding in your previous post to my database so it reads
INSERT INTO abs007_zc4_configuration_group VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1');
UPDATE abs007_zc4_configuration_group SET sort_order = LAST_INSERT_ID() WHERE configuration_group_id = LAST_INSERT_ID();
SELECT @cgi := configuration_group_id FROM abs007_zc4_configuration_group WHERE configuration_group_title = 'Zen Lightbox';
INSERT INTO abs007_zc4_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES
This is the error that I am getting
1146 Table 'abs007_zc4.abs007_zc4_configuration_group' doesn't exist
in:
[SELECT @cgi := configuration_group_id FROM abs007_zc4_configuration_group WHERE configuration_group_title = 'Zen Lightbox';]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
not too sure what im doing wrong. I got the database name from my configure.php file
thanks