Closed GoogleCodeExporter closed 8 years ago
The patch will only work if applied before the install is done.
For existing databases do the following:
Go into your database and run the following sql query:
INSERT INTO `tbl_options` (
`id` ,
`name` ,
`value`
)
VALUES (
'37', 'clients_auto_approve', '0'
), (
'38', 'clients_can_upload', '0'
);
Please be aware the 37 and 38 may need to be larger numbers. Increment the
value as needed.
Original comment by shawn.k...@gmail.com
on 19 Apr 2013 at 5:56
Thanks for posting you solution.
I will release a new version on monday containing this fixes :)
Original comment by i...@subwaydesign.com.ar
on 19 Apr 2013 at 8:28
Original comment by i...@subwaydesign.com.ar
on 20 Oct 2013 at 9:24
Original issue reported on code.google.com by
shawn.k...@gmail.com
on 19 Apr 2013 at 5:16Attachments: