- Posts: 4857
- Thank you received: 366
FAQs
- Jose
-
Topic Author
- Offline
- Administrator
-
Less
More
7 years 9 months ago - 4 years 11 months ago #1982
by Jose
FAQs was created by Jose
This is a compilation of common issues and how to solve them.
1.- I can't log into my site / There has been a problem and I think Securitycheck Pro is the culprit
If you have been banned from your website you can use the OTP feature to get access to your site. See this entry to know how.
If there are other issues not related with your IP blocked, try this:
Launch this query from phpmyadmin (or similar) to disable Securitycheck Pro plugins (Web Firewall and Cron plugins).
Remember to change the # character with your database prefix.
If this doesn't work try disabling all the extensions manually; launch the following query and set the "enabled" row of all listings to 0
If this also doesn't work try renaming the following folders
/plugins/system/securitycheckpro
/plugins/system/securitycheckpro_cron
/plugins/system/url_inspector
If TrackActions is installed also rename
/plugins/system/trackactions
/plugins/system/trackactions_k2
2.- I get a blank page or tasks (File Integrity/File Manager) never end / No files are shown under File Integrity/File manager
This is usually related to a low value in the memory_limit directive of PHP. Securitycheck Pro tries to dinamically overwrite this limit, but this is not allowed by some hosting providers.
A value of 256M is high enough for almost all sites, but it depends of the amount of data to store (number of files and path mainly).
3.- Images or content showed into pop-ups are not working
Check the X-frame options under the HTTP Headers Protection (.Htaccess Protection). If it set to DENY, no iframe is allowed. Just set it to NO, save the changes and apply protection again.
1.- I can't log into my site / There has been a problem and I think Securitycheck Pro is the culprit
If you have been banned from your website you can use the OTP feature to get access to your site. See this entry to know how.
If there are other issues not related with your IP blocked, try this:
Launch this query from phpmyadmin (or similar) to disable Securitycheck Pro plugins (Web Firewall and Cron plugins).
Code:
UPDATE #_extensions SET enabled=0 WHERE name='System - Securitycheck Pro'
UPDATE #_extensions SET enabled=0 WHERE name='System - Securitycheck Pro Cron'
If this doesn't work try disabling all the extensions manually; launch the following query and set the "enabled" row of all listings to 0
If this also doesn't work try renaming the following folders
/plugins/system/securitycheckpro
/plugins/system/securitycheckpro_cron
/plugins/system/url_inspector
If TrackActions is installed also rename
/plugins/system/trackactions
/plugins/system/trackactions_k2
2.- I get a blank page or tasks (File Integrity/File Manager) never end / No files are shown under File Integrity/File manager
This is usually related to a low value in the memory_limit directive of PHP. Securitycheck Pro tries to dinamically overwrite this limit, but this is not allowed by some hosting providers.
A value of 256M is high enough for almost all sites, but it depends of the amount of data to store (number of files and path mainly).
3.- Images or content showed into pop-ups are not working
Check the X-frame options under the HTTP Headers Protection (.Htaccess Protection). If it set to DENY, no iframe is allowed. Just set it to NO, save the changes and apply protection again.
Last edit: 4 years 11 months ago by Jose. Reason: Update info
Please Log in or Create an account to join the conversation.
Time to create page: 0.129 seconds
Copyright © 2023 Securitycheck Extensions. All Rights Reserved.
This site is not affiliated with or endorsed by the Joomla! Project. It is not supported or warranted by the Joomla! Project or Open Source Matters. The Joomla! logo is used under a limited license granted by Open Source Matters, the trademark holder in the United States and other countries.
We may collect your IP address and your browser's User Agent string while using our site for security reasons. This information is retained only until we check you're not trying to hack our website.