[QUOTE=dimsumgurl;1320414]Besides the above that I am unable to resolve...
Having trouble installing about_us.sql.
I have tried to open the doc in notepad++ to copy and paste and also select the files and press upload
Both of them give me the same error:
"WARNING: An Error occurred, please refresh the page and try again."
I might but be able to help with the error you are getting as I was getting the same from the clg_install.sql
To resolve the error, when I copied and pasted I noticed that there were some new line feeds in what I had pasted. Not sure if it was just the editor I using. Anyway to fix I pasted into the install sql form in admin and looked for any lines which might go over 1 line as in the Values and made sure there were no new line feeds in the middle of each command.
e.g my pasted text looked like this
INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
Which caused it to fail as it should be like this
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function)
I hope that makes sense and helps