AnjaC Customer Jan 1, 2012 #1 A good new Year 2012 for you! We just unstalled vbsecurity 1.0.0 and got these errors when to configure the settngs: Fatal error: Cannot use string offset as an array in /xxx/dbtech/vbsecurity/actions/admin/security.php on line 374 Greetings Klaus
A good new Year 2012 for you! We just unstalled vbsecurity 1.0.0 and got these errors when to configure the settngs: Fatal error: Cannot use string offset as an array in /xxx/dbtech/vbsecurity/actions/admin/security.php on line 374 Greetings Klaus
Fillip H. Staff member Owner Developer Customer Jan 1, 2012 #2 Run the following query: Code: REPLACE INTO `datastore` (title, data, unserialize) VALUES ( 'dbtech_vbsecurity_actions', 'a:0:{}', '1' ) Please remember to add your table prefix if you use one.
Run the following query: Code: REPLACE INTO `datastore` (title, data, unserialize) VALUES ( 'dbtech_vbsecurity_actions', 'a:0:{}', '1' ) Please remember to add your table prefix if you use one.
AnjaC Customer Jan 1, 2012 #3 Yup, that did the trick. But there is another issue when a faild login into the admincp is done: Class 'VBSECURITY' not found in /xxx/xxx/dbtech/vbsecurity/hooks/login_failure.php on line 2 and... a click to "Manage Settings Snapshots" results into an "Invalid Action" Greetings Klaus
Yup, that did the trick. But there is another issue when a faild login into the admincp is done: Class 'VBSECURITY' not found in /xxx/xxx/dbtech/vbsecurity/hooks/login_failure.php on line 2 and... a click to "Manage Settings Snapshots" results into an "Invalid Action" Greetings Klaus
Fillip H. Staff member Owner Developer Customer Jan 1, 2012 #4 Manage Settings Snapshots aren't supposed to be in the Lite version, I'll look into that. I can't replicate the other one, it's working fine for me.
Manage Settings Snapshots aren't supposed to be in the Lite version, I'll look into that. I can't replicate the other one, it's working fine for me.