bulewold
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] php7The other thing… does this plugin require any specific php-modules? that could be the case but with another plugin, it stayed activated and gave me an error message saying that it require certain module… so I’m assuming that’s not the case, lol
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] php7I have my own dedicated server… hm….
If I make clone to share with you, would you be willing to take a look?If so, send me your email address and I’ll test clone first to replicate the issue & send you access to it.
Awesome. I had php56 fcgi before, and when upgrading to php7, fpm module was unavialable, so I’m trying to find a way to keep fcgi…
suphp is default as a temp solution… but I wanted to ask anyway to be sure.
Thank you!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] php7Hi there, so over the weekend, I updated server to dual php. 56 & 7. I think 7.07? is newest.
Anyway, I noticed that with php7, plugin gets deactivate and will NOT activate. I tried three times with no success. Then I toggled php back to 56, click activate, and it came back on.
hope this helps! 🙂
What about change from
PHP5.6 FCGI to PHP7 FPM (which is only way to get fcgi)My sites are currently on suphp and I’m trying to move them to FPM in next couple days.
Sure thing! Thanks!
Thanks. What’s the possible issue if I do not go through that process. Just wondering… since it is a lot of work to do it for each site… lol
I haven’t tested this but wanted to share.
http://docs.aws.amazon.com/cli/latest/reference/s3/sync.htmlMy team says this process within AWS which does automatic backup was keep changing permission around.
As soon as I get chance to test, I’ll update you on this but something you can look into as well if you have the chance. 🙂
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] vendor only registration showsI think you misunderstood. this is a bug. those three fields should not be there period. Because when you click on ‘regitser as vendor’ it shows up again, duplicating fields.
Fyi, I’m also have premium license & also a beta testing for yith. 🙂
Forum: Plugins
In reply to: [YITH WooCommerce Category Accordion] sub-category locationthis has not been resolved. any update on this?
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Not scanning anything…Nvm… I found out that ini_set() was disabled within WHM.
I just never thought that would be it since some sites were working… weird…… Thanks for working with me, it’s all working now!!!
Fixed by WHM-> PHP configuration editor -> advanced -> disable_functions
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Not scanning anything…Eli, I know you’re right because my other sites on the server is working.
Debug is off for sure & confirmed.
I’m not sure if server itself has ini_set issues but I did find this line within wp-includes/load.php
if ( defined( ‘XMLRPC_REQUEST’ ) || defined( ‘REST_REQUEST’ ) || ( defined( ‘DOING_AJAX’ ) && DOING_AJAX ) ) {
ini_set( ‘display_errors’, 0 );
}would doing inidividual change on this file result anything different? Would any changes here effect anything else in terms of security?
thx & happy to help to those who makes awesome plugins! I did suggest company I work with to just create a cpanel and move WP into it as an easy solution. 🙂
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Not scanning anything…1. ini.set() if this was disabled, all site within server wouldn’t be able to do full scan, no? Because some sites works and some don’t.
2. doubt this becaue they are all live sites. If it’s on debug, I’d noticed because it’ll have message on each page
Either way, I’ll check all of them and get back with you,.
I actually do. Beside being in AWS which I know do things a bit differently…
AWS server use apache + WHM but NO cpanel.
All my other sites use cpanel and never had an issue. I don’t have AWS environment to test this but this could be the reason because folder owner gets confused? when there is no Cpanel to take ownership???