peperene5150
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] Issue with php 8.03Forum: Plugins
In reply to: [Asgaros Forum] Issue with php 8.03Hi thx for your anwser.
(I am working with guillaume)
One thing that I do not understand is that it perfectly works before php8 but when we updrade php version to 8.03 the process you describe in your plugin breaks, liked described in the intro.
regards
N
I only replied to your previous email saying without accessing to the site (..) and not asking for further support.
BTW do you know why one login (internal config) only sends request from SP to IDP thru redirect and not POST method? If POST is possible if you have the miracle explanation I would appreciate ??- This reply was modified 4 years, 7 months ago by peperene5150.
@danielbachhuber I will setup an env so that you can test.
I do not know where this come from.
I may have found a correspondance with something contained in:
/vendor/simplesamlphp/simplesamlphp/templates/post.php
I am working on a test env with the basic “twentynineteen” WP theme and I did not add any extra code or any “exotic” PHPSimpleSAML config.
This is my authsources.php config file, if it can help…
https://pastebin.com/VH35QAXBHi Daniel,
firstly thx for your reply and your help on this.The site is hosted elsewhere.
1. we start with wp-login.php
2. we clic on Sign in link
3. we clic validate (strange to have a second action. We assume this is because if offers a POST request to the IDP)
4. we sign in into the IDP
5. After being signed in correctly by the IDP and redirected back to WP on wp-login.php (without any URL parameters). There the page is empty and only displays a form button “validate”.You can follow this on the following video : https://we.tl/t-nBRJQ0jdVH
Thx for your help,
N- This reply was modified 4 years, 7 months ago by peperene5150.
- This reply was modified 4 years, 7 months ago by peperene5150.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] REST APII’m experiencing the same issue on a WP 5.2.2 config with only CF7 + Send PDF for Contact Form 7.
@florent have you plan to take a look at this issue?
Again you plugin is really helpful.
thx a lotForum: Plugins
In reply to: [Polylang] Polylang and function wp_count_postsHi everyone,
here’s the trick:
$published_posts = pll_count_posts( pll_current_language() );
instead of
$published_posts = wp_count_posts()->publish;
- This reply was modified 5 years, 4 months ago by peperene5150.
Thank you for your quick answer.
If I change it manually in the plugin extension will my value be overwritten with the upcoming plugin update?thx
Thank you Atanas,
it works like a charm!