secconsult
Forum Replies Created
-
Forum: Plugins
In reply to: [SECURE] Removed W3TC and received errorHello newburns,
I hope that solved your problem, I will put this thread to solved for now.
Please let me know if there is any remaining issue.
Thanks,
StefanForum: Plugins
In reply to: [SECURE] Missing argumentsHello Benz1,
sorry, I didn’t see your reply here.
This error might occur during the password checks.
Please try either:
1. Adapting the wp-config.php:
set_time_limit(60);Important β If you are making changes in wp-config.php, then add this line above the β/* Thatβs all, stop editing! Happy blogging. */β comment.
2. Adapting the /.htaccess file of your WordPress installation
php_value max_execution_time 603. Adapting the php.ini file
max_execution_time = 60;Preferably the changes are made in the wp-config.php file.
If that does not work then do the following:
Change line 4 and 5 in wp-content/plugins/secure/inc/mvl_config.php from:$password_list = array(‘123’, …) to
$password_list = array();
and
$bruteforce_pw_list = array(‘aaa|hgqxk’, …) to
$bruteforce_pw_list = ();Let me know if that works,
StefanForum: Plugins
In reply to: [SECURE] Removed W3TC and received errorHello Newburns,
I was not able to reproduce the problem, but I have added some additional checks to the line that caused the error and now it should work smoothly in any case.
I have updated the trunk, so if you reinstall the plugin it should fix the problem.
Please let me know if that solved it for you as well.
Thanks,
StefanForum: Plugins
In reply to: [SECURE] Toolbar Image Missing on MultisiteAlright, I have fixed the problem and updated the trunk.
If you reinstall now this problem will be resolved.
Thanks again for reporting this!
Stefan
Forum: Plugins
In reply to: [SECURE] Removed W3TC and received errorHello again,
can you also tell me what kind of plugins/theme you have installed, so I can try to reproduce the problem?
Thanks,
StefanForum: Plugins
In reply to: [SECURE] Toolbar Image Missing on MultisiteAh right, that’s why burns sounded familiar π
Ok, I am on it, thanks for your feedback!
Forum: Plugins
In reply to: [SECURE] Toolbar Image Missing on MultisiteHello Newburns,
thank you for mentioning this display error.
I have received the same bug report from another user and am investigating the problem in the multisite environment.
Will get back to you as soon as I have a fix.
Cheers,
StefanForum: Plugins
In reply to: [SECURE] Removed W3TC and received errorHello newburns, thank you for your feedback.
That is odd, you could access the admin backend without problems before removing the W3TC plugin, right?
Which version of PHP, WordPress do you have installed?
I will investigate this problem and get back to you with a fix as soon as possible.
Cheers,
StefanForum: Plugins
In reply to: [SECURE] Missing argumentsHey Benz1,
thanks for the feedback, I have updated the trunk to fix this bug. So if you would reinstall the plugin, these warnings should be gone.
But the plugin should work as expected even when throwing the PHP Warning, so no need to reinstall π
Have a good day and thanks again,
StefanForum: Plugins
In reply to: [MVIS Security Center] rerun core check does not show any differecesI’m closing this issue, because I haven’t heard back from you for some time now.
I hope everything worked out well, do let me know if there are any problems that I can help you with.
Forum: Plugins
In reply to: [MVIS Security Center] rerun core check does not show any differecesAlright motomixon, just keep me posted!
You can also try the information at: http://codex.wordpress.org/Finding_Server_InfoStefan
Forum: Plugins
In reply to: [MVIS Security Center] rerun core check does not show any differecesHi motomixon,
Thanks for your feedback. Can you send me the output of phpinfo() per mail then I can troubleshoot the issue.
The email address is in the plugin in the top right.
Stefan
Forum: Plugins
In reply to: [MVIS Security Center] Blank plugin settings dashboard after activatingSounds good Andrew!
A quick fix to a similar problem that was encountered by one user before was to change line 4 and 5 in wp-content/plugins/mvis-security-center/inc/mvl_config.php from:
$password_list = array(‘123’, …) to
$password_list = array();
and
$bruteforce_pw_list = array(‘aaa|hgqxk’, …) to
$bruteforce_pw_list = ();This only occurred once so far and it was not possible to reproduce this issue, but keep it in mind if your log files show “maximum execution time” errors.
Cheers,
StefanForum: Plugins
In reply to: [MVIS Security Center] Blank plugin settings dashboard after activatingHello again Andrew,
I hope you were able to solve the problem.
I am closing the topic for now.Feel free to contact me directly per mail as well if you encounter any problems.
Cheers,
StefanForum: Plugins
In reply to: [MVIS Security Center] Blank plugin settings dashboard after activatingHello Andrew,
I didn’t hear from you yet, were you able to solve the problem?
Cheers,
Stefan