grafityx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Elegant Magazine] One Click Demo Import is not availableGot it, thank you
Forum: Themes and Templates
In reply to: [Elegant Magazine] One Click Demo Import is not available@afhelpteam have you got my mail?
Forum: Themes and Templates
In reply to: [Elegant Magazine] One Click Demo Import is not availableVery fast answer
Ok I just emailed you =)
Hello @wfphil
Each websites using his own virtual host, so I’ve added the line with the correct wordfence-waf.php path to each website ( .conf file ).
It seems to work well now, I sent you the report by mail. Please check and let me know =)@wfphil The issue was from auto_prepend_file ??
I found the solution by adding
php_admin_value[auto_prepend_file] = /home/user/web/example.com/public_html/wordfence-waf.php
in the FPM/Pool config
/etc/php/7.4/fpm/pool/example.com.conf
then I restart fpm
/etc/init.d/php7.4-fpm restart
Thanks
@wfphil thank you but I can’t find the code bellow on my server to remove the unwanted slash, do you know where is located on PHP 7.4 FPM/FastCGI ?
<IfModule !mod_php5.c> <FilesMatch \.php$> SetHandler "proxy:unix:/var/lib/php/php-fpm.sockets/site.sock|fcgi://localhost/" </FilesMatch> DirectoryIndex index.php index.html index.htm </IfModule>
- This reply was modified 3 years, 5 months ago by grafityx.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Incompatibility with PHP 7.4 ?When I run in ssh
sudo a2enmod rewrite
server sayModule rewrite already enabled
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Incompatibility with PHP 7.4 ?I tried your code but I get an error 404 when I try to access the url. If I look into the source code, I can see all the URL rewrite, but all return to an error 404 ( css, js, jpg …etc ).
My server setup on Debian 11 with myvestacp. What should I do ? Thanks for your helpForum: Plugins
In reply to: [WP Hide & Security Enhancer] Incompatibility with PHP 7.4 ?Yes mode_rewrite is active on my server
@wfphil Hello Phil, I’ve sent the report, please check your email. Thanks for your help
Forum: Plugins
In reply to: [Yeloni Exit Popup | (Free) GDPR Compliance] Unable to connect to serverHi bro, i’m getting the same error on all my websites when i try to access …/wp-admin/admin.php?page=yetience-yeloni#/list “Unable to connect to server. Please refresh the page and try again”. How to fix as there is not update available ? Thanks
Forum: Plugins
In reply to: [Ultimate PopUnder] AdBlock BypassingSorry, I only made this as something for a friend really. The time required to add this feature would be too exhaustive for a free plugin.
Your plugin is great, I use it since many months. Why you don’t make a paid version that include adblock bypasses feature ?
- This reply was modified 6 years, 4 months ago by grafityx.
Forum: Plugins
In reply to: [Plugin Load Filter] Deactivate plugin on specific pagesThanks for your time. It seem to work now with the lastest settings that you said.
In the future if the same issue happen again, I will deactivate directly “pages” in main settings.
Best
Forum: Plugins
In reply to: [Plugin Load Filter] Deactivate plugin on specific pagesI’m sorry but the function for individual page not work properly.
I use a popup plugin that I want deactivated on some pages but popups still appear on pages … even if I set “not use” and not select check box.
Please see bellow screenshots :
https://imageshack.com/a/img923/3644/idhi9q.png
https://imageshack.com/a/img921/4908/IU3Tds.png
https://imageshack.com/a/img924/7084/75HF9z.pngForum: Plugins
In reply to: [Plugin Load Filter] Deactivate plugin on specific pagesThanks for your answer.
So your solution is in the case that I want by default deactivate contact form everywhere on the website, and active it manually on pages where I want use the contact form.
But what about the inverse ? I mean by default activate everywhere and after deactivate it on some pages ?
By the way, it looks like meta box function of individual page doesn’t work properly (it doesn’t save my choices)