modiphier
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple SSL] PHP Warning from class-admin.php on line 278just reporting back that replacing the file as you suggest corrected my issue. Thanks
Forum: Plugins
In reply to: [Really Simple SSL] PHP Warning from class-admin.php on line 278I have a number of sites that this current upgrade is breaking. The site ends up displaying a block of jibberish.. both index and login pages. black triangles and question marks mixed with code. must be conflicting with something else as I have seen one or two sites not affected but for the most part about 10 of my sites were broken from this update and i have to replace with 3.1.3.
any other reports of this problem and or will the fix above help?
Forum: Plugins
In reply to: [WC Fields Factory] Include in woocommerce searchDisregard. I was able to buy the woo advance search plugin and have it see and include the wc fields and once I got it configured into my theme it works fine. the default wordpress search function still does not see the custom fields but..
Forum: Plugins
In reply to: [DreamObjects Backups] Latest Update 4.1.0 issuesyes, that could be the issue. It looks like the sites doing this are on godaddy hosting accounts. Just checking php info and it is 5.3.24. I upload the older version of the plugin I don’t know it might be 3.7 and it works fine but will it no longer work once the new server address has been moved?
Forum: Plugins
In reply to: [DreamObjects Backups] I can´t no longer see the backup url or force backup4.0.4 fixed it.. Thanks Mika..
Forum: Plugins
In reply to: [DreamObjects Backups] I can´t no longer see the backup url or force backupthe site I am looking at right now was just moved from dev to www and I had it installed but not enabled. as soon as I performed the update this morning I logged into dreamhost and got my key info and enabled it. I did see the create backup asap when i first viewed the backups page after entering my key info but once I set the bucket and days etc and clicked save.. that was it any info listed below the “update options” button was no longer visible.
Forum: Plugins
In reply to: [DreamObjects Backups] I can´t no longer see the backup url or force backupI cleared browser cache but no change. I notice I have this plugin installed on a number of sites and it does the same thing across all of them unless there is already a backup. I do not have any cache plugins enabled I do have a maintenance plugin enabled though.
I noticed this a few updates ago and even noticed the existing backups were not listed anymore.. At first I thought it was by design but with the recent updates and it still not appearing I figured I would look into it today and when I arrived here at the support thread and saw previously posted question I knew then i was not alone.
Forum: Plugins
In reply to: [DreamObjects Backups] I can´t no longer see the backup url or force backupForum: Plugins
In reply to: [DreamObjects Backups] I can´t no longer see the backup url or force backupno longer visible.. gone.. nothing there below the submit button. I’d attach a screenshot but this site doesn’t easily allow it.
Forum: Plugins
In reply to: [DreamObjects Backups] I can´t no longer see the backup url or force backupHello,
Just updated. The link to force update asap was visible but once I saved my settings it is no longer visible and there is just a notice telling me when my next backup is scheduled. june 7 1:30pmForum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] Authorize.netAny directions posted anywhere on this subject. Authorize.net will not provide support for this issue when I call customer support.
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] auto prepend fileOk, so i poked around a few of the other sites I have updated and I did find the code and once I added it to my htaccess the configure warning message went away.. Must be an issue where it doesn’t write to htaccess if php.ini part fails on initial setup..
# Wordfence WAF
<IfModule mod_suphp.c>
suPHP_ConfigPath ‘/home/public_html/mydot.com’
</IfModule>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] auto prepend fileI don’t see any change to my htaccess file so there is nothing to remove as you describe..
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^site-admin/?$ /wp-login.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] auto prepend fileJust tried adding to my htaccess file and still not making warning go away..
Tried it with and without php.ini at the end as per instructions found on the https://docs.wordfence.com/en/Web_Application_Firewall_Setup pageSetEnv PHPRC /home/public_html/mydot.com/
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] No php.iniah Thanks Matt. I apologize for jumping in but I was searching for the same title thread and similar circumstance.. I did see a user.ini file in a folder or two but I am having various issues with a number of hosts and how ini file is setup or not set for that matter..