Uninstalled. I was told that the cron job script has an error that isn't allowing the field to be passed correctly. Everytime the scheduled task runs, it causes database errors. Sorry, can't use this in the current version.
Quote:
There's a cron task that runs something to update field 5, but its not getting passed in correctly.
its obviously missing the extra quote
field5 = ''
or even
field5 = 'something here'
|