Reply To: Plugins Have Disappeared After Updating – All Plugin Files...
Thanks Ed I’ve now been able to recover my plugins but I’ve got problems with my themes, all 4 themes in my folder have lost their style sheets however the style sheets aren’t in quarantine .
View ArticleReply To: Plugins Have Disappeared After Updating – All Plugin Files...
It sounds like something is wrong with URL rewriting and not actually your Theme stylesheets. Click the Create secure.htaccess File AutoMagic button and activate root and wp-admin folder BulletProof...
View ArticleReply To: Unable to create file /tmp/bulletproof-security.tmp
The first thing to check is are you out of disk space for this hosting account. tmp files are created first when you install something and after the installation completes the tmp file is...
View ArticleReply To: Unable to create file /tmp/bulletproof-security.tmp
Got in contact with my hosting provider and php.ini was stock with default values. Inserted : upload_tmp_dir = “/tmp” and still no dice. Hesitant to try this: define( ‘WP_TEMP_DIR’, ABSPATH ....
View ArticleReply To: Unable to create file /tmp/bulletproof-security.tmp
What about Ownership? What about Permissions? What about your Server Type? CGI or DSO? What about disk space? By adding that code to wp-config.php you are telling WordPress where to look for your...
View ArticleReply To: Unable to create file /tmp/bulletproof-security.tmp
Everything seems to be in order, but problem persists. One item just surfaced the hosting support also referred me to this: Making your php.ini file affect all child folders as well is referred to as...
View ArticleReply To: Unable to create file /tmp/bulletproof-security.tmp
If your Host is guessing then this will crash your site or have no effect. Let’s assume they are not guessing, but also be prepared for that they are guessing and this code does crash your website....
View ArticleReply To: Plugins Have Disappeared After Updating – All Plugin Files...
Recreated/deployed secure.htaccess Plugins activated on the plugin’s page Here’s the security log (there were 63 enteries exatly the same – only copied one) there’s also an error message in the WP...
View ArticleReply To: Theme fonts blocked
I added this skip/bypass rule, but the error has appeared again in the logs – at least for one user/ip address. Could something on the user’s end disallow this from loading? HTTP_REFERER:...
View ArticleReply To: Plugins Have Disappeared After Updating – All Plugin Files...
Is your site/Theme displaying visually correct now? To whitelist the UptimeRobot you can do either of these methods:...
View ArticleReply To: Theme fonts blocked
I just tested the URL and the skip/bypass rule above is not working. Try one of these instead. Adding an additional .* to the end of the existing skip/bypass rule. # Enfold Theme font skip/bypass...
View ArticleNetwork/Multisite Redirect to another website and still login to the website
So my main domain is metnights.com and it is a wordpress multisite. One of the subsites is metnights.com/boh. I have bought the domain businessofhonor.org and have it forwarded and masked on the...
View ArticleReply To: Network/Multisite Redirect to another website and still login to...
Instead of doing masking or forwarding (causes unneeded headaches & problems galore) in your Host Control panel the much simpler solution is just to create an .htaccess redirect rule in BPS Custom...
View ArticleReply To: Download failed Could not open handle for fopen() to...
How do I kill or restart web service system precesses running? Am not using VPS or Dedicated Server. I have also checked whether open_basedir is being used and I found out that its not used. This...
View ArticleReply To: Download failed Could not open handle for fopen() to...
Never mind killing System processes. Just do the other “fix” that is listed in the link above. An alternative is to override the default Server tmp folder path/location is to add this code in your...
View ArticleReply To: Download failed Could not open handle for fopen() to...
Out of curiosity what other security plugins do you have installed? I have seen this same error in the past couple of days and have not seen this error in the last 4 years before that so something is...
View ArticleReply To: Download failed Could not open handle for fopen() to...
Am using only BPS Pro as my security plugin.
View ArticleReply To: Download failed Could not open handle for fopen() to...
Ok good one less thing that could be a factor in the problem. Go to P-Security >>> PHP Info Viewer >>> click the View PHPINFO button. Use your Browser’s search/find window and...
View ArticleReply To: Download failed Could not open handle for fopen() to...
I have followed your instructions on how to view PHP INFO and this is what I have found: upload_tmp_dir /tmp /tmp This reply was modified 6 hours, 35 minutes ago by Young...
View ArticleReply To: Download failed Could not open handle for fopen() to...
Ok your tmp directory directive appears to be correct, but maybe your Host has changed the permissions on that system folder and it is no longer writable – you would have to have your Host fix that –...
View Article