Reply To: Woocommerce – Add to cart button missing, not working
Nope. Create a temporary Admin login to this website and send it to info at ait-pro dot com. I will login and take care of this. Thanks.
View ArticleReply To: Woocommerce – Add to cart button missing, not working
Done. Thank you so much! This reply was modified 7 minutes ago by AITpro Admin.
View ArticleReply To: problem with special characters in generated htaccess
Nope. Escaping any code will only result in the slashes being written to your root .htaccess file code. The Custom Code text boxes are specially designed to NOT convert code. Whatever is in the...
View ArticleReply To: problem with special characters in generated htaccess
Re Notepad / Word – the only editor that I use for htaccess / php etc is Notepad++. I will try that anyway and see if it fixes the problem.
View ArticleReply To: problem with special characters in generated htaccess
What encoding are you using on this site? UTF-8 ? http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ In PHP5.4.0 these constants were added so maybe this has something to do with out –...
View ArticleReply To: problem with special characters in generated htaccess
LOL yeah I was able to reproduce this issue. I checked the root .htaccess file physically on my test site and see the ASCII characters. So yep the htmlspecialchars_decode function is converted...
View ArticleReply To: problem with special characters in generated htaccess
Looks like the simple solution is to add ENT_NOQUOTES ENT_NOQUOTES Will leave both double and single quotes unconverted.
View ArticleReply To: problem with special characters in generated htaccess
Well I am glad you were able to reproduce it! I thought I was going mad I take it that’s a fix that you will add i.e. it’s not something I can do other than using the work around that I have been...
View ArticleReply To: problem with special characters in generated htaccess
Yeah I took my own advice and looked at the root .htaccess file physically. LOL In the htaccess File Editor window the code looked fine because it is converted. Yep, I will need to do testing to...
View ArticleReply To: problem with special characters in generated htaccess
OK, well thanks for getting to the route cause.
View ArticleReply To: problem with special characters in generated htaccess
In the BPS QUERY STRING section is this string correct or has it been affected by a similar issue RewriteCond %{QUERY_STRING} (\.\./|%2e%2e%2f|%2e%2e/|\.\.%2f|%2e\.%2f|%2e\./|\.%2e%2f|\.%2e/)...
View ArticleReply To: problem with special characters in generated htaccess
I just reread the change list for .49.6 and I see that the use of ASCII was intentional here so ignore my post above.
View ArticleReply To: BackupBuddy Ping Waiting for Server
The Old Query String Exploits code above has been replaced with the new code and wget has been removed from the code above. Follow the same steps and copy the new code above.
View ArticleReply To: BackupBuddy Ping Waiting for Server
I have done this and I am still getting the notice at the top. Steps: 1. Go to htaccess file editor, click “Your current Root access file” 2. Scroll down and copy everything between “# CUSTOM CODE...
View ArticleReply To: BackupBuddy Ping Waiting for Server
Not sure exactly what is going wrong, but I’m guessing that the old Query String Exploits code was created in your root .htaccess file since it was previously saved to Custom Code. You can copy the...
View ArticleReply To: BackupBuddy Ping Waiting for Server
Well, now the message at the top is gone, but I’m back to failed backups – BackupBuddy says: “Backup FAILED. Unable to successfully generate ZIP archive”
View ArticleReply To: BackupBuddy Ping Waiting for Server
I don’t believe that this fix has anything to do with that BackupBuddy problem. And BPS may not be causing this problem. http://ithemes.com/codex/page/BackupBuddy:_Error_Codes#3382 Do the BPS...
View ArticleReply To: BackupBuddy Ping Waiting for Server
Yes, you’re right it still did not backup even with BPS in default mode. Since error code 3382 is a big mystery (variety of possibilities), I found a BackupBuddy option to “ignore non-fatal errors...
View Articledoing_wp_cron – doing wp cron displayed in Browser
If you are using this constant in your wp-config.php file: define( 'ALTERNATE_WP_CRON', true ); then you will see something very similar to this:...
View ArticleReply To: BackupBuddy Ping Waiting for Server
Wow! I was just about to tell you that I came across this before and could not figure out how to fix it. Thanks for posting the fix! :)
View Article