dtamajon
Forum Replies Created
-
Really appreciate the workaround. I hope it works on wordpress.com. Thanks!
- This reply was modified 9 months ago by dtamajon.
From wordpress.com they told us that they cannot grant write permissions… there is no other solution?
Forum: Plugins
In reply to: [Custom Cart Link for WooCommerce] 404 error on nginxHi Luke!
Following are versions being used:
WP version: 6.1
WooCommerce: 7.0.0
Cart Link for WooCommerce: 1.1.2
PHP: 8.1No other plugins installed
What do you mean with “server version”?
The 404 error is sent by the nginx server. You can check it here:
https://wordpress.litesolutions.es/test/The nginx configuration is:
location ~ \.php$ { try_files $uri $uri/ /index.php?$args =404; include /etc/nginx/fastcgi_params; fastcgi_pass 127.0.0.1:9021; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_read_timeout 900; #15 minutes }
I can provide user/pass to the Wordress if you need it. This is a temporal installation just to test “Cart Link”.
Thank you,
DanielHI! Thank you for your follow up!
I confirm that “Customers” role has “Strong Passwords” enabled. I have checked all roles, and all them have “Strong Passwords” enabled.
What matters the password if the registration process allows me to use any password? Why not force from the beginning to the user to use a strong password?
I can use “Prova2023!” which will ask to change the password for a more secure one on the next login, or “ProvaForta2023!” which will not ask.
The problem is not what I know… the problem is what we let do to the customers and how odd is the process to establish a strong password.
Hi, how do I force a stronger password during creation? This is an e-commerce, so I cannot create personally a password for each customer. It should work automatically.
If I disable Strong Passwords feature, then how can I solve may problem: force users to use a strong password?
Thank you for your time!
Hi, I confirm the password entered was indicated as strong during account creation.
When you say “choose a stronger password” you mean that I have to introduce a stronger password during account creation?
When you seay “disable the feature” you mean the iThemes Security feature?
Thank you
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Compatibility with ElementorI’m working with Elementor from WordPress repository + Elementor Pro
Forum: Themes and Templates
In reply to: [Hestia] ftp_fget() expects parameter 1 to be resourceI found that adding following line to wp-config.php solves the problem:
define(‘FS_METHOD’,’direct’);
After update is done properly, you can delete previous line again. That line indicates to wp admin to try to find files in filesystem instead using FTP.
With TwentyNineteen is not raising… so it looks it’s a problem with Hestia theme
Just to have complete error message:
ftp_fget() expects parameter 1 to be resource, null given in /var/www/wp-admin/includes/class-wp-filesystem-ftpext.php on line 144I have left only WPForm lite enabled to test that it is given to that module.
From WordPress Backoffice navigate to: Mailpoet > Subscribers
Hover a subscriber and click on “Resend confirmation email”
Forum: Plugins
In reply to: [Import and export users and customers] Filter on importExactly what I needed! Thank you Javier!
Forum: Fixing WordPress
In reply to: Cannot login after WordPress 5.3 updateI found my problem: some file didn’t have properly permissions.
Forum: Fixing WordPress
In reply to: Cannot login after WordPress 5.3 updateI don’t have jetpack in my installation and yet I cannot login.