Quote:
Originally posted by Xelation
ok, all added.. in vboptions I get this under signature storage...
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/xelation/public_html/forum/admin/options.php(72) : eval()'d code on line 1
|
ack typing error in the installer.
IF you have phpmyadmin installed the run the query below.
UPDATE setting SET optioncode='<select name=\"setting[$setting[settingid]]\">
<option value=\"0\" ".iif($setting[value]==0,"selected","").">Local Only</option>
<option value=\"1\" ".iif($setting[value]==1,"selected","").">Remote Only</option>
<option value=\"2\" ".iif($setting[value]==2,"selected","").">Local & Remote</option></select>' WHERE varname='sigstorage'
Alternatively re-download the zip use the uninstaller to remove the database changes then carry out just step 2 of the installation (sinstall.php?action=install&step=2) .