If you have the time, is there a way you can just post what we need to do w/o using the installer file? I could do it manually if needed over using the installer file, just need to make sure that I am doing it right.
--------------------
I will give you one bit of feedback that I don't think anyone else has mentioned. In the installed file, once you click install, the error page pops up.
Well, the error is due to the fact that you are not placing data into all the fields (see below):
You are asking it to use the below fields:
settingid
settinggroupid
title
varname
value
description
optioncode
displayorder
Yet you do not use all of those to insert data into, you only use 7 of the 8 fields and it is causing a data error. You are using the below:
Code:
NULL,'Bronze Donator','bronze','10','How much of a donation is required to be a bronze level contributor','','1'
I think that is your problem right there, you need to specify what goes in the 8th field that you left out.
That is what the problem is from my point and after viewing it and the error, I think that is the problem.