sviluppomania
Forum Replies Created
-
Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Fatal errorA possible solution would be to change from null to “” on line 44, here: oauth2-provider/library/class-wo-api.php
Hi @robert681 ,
thanks for the reply. Instead for this? Could you add it to the feature list?
Regarding the REST API I have a further addition proposal. Since our App (link above) uses WP REST APIs for authentication, in order to integrate WP 2FA a specific API is required to send the OTP to be verified for access. Since the Plugin doesn’t currently expose it, you can’t authenticate this way.
Hi @robert681 ,
last time you mentioned that you added in your feature request list the above two features (qTranslate-XT compatibility and REST API). Is there any news?Regarding the REST API I have a further addition proposal. Since our App (link above) uses WP REST APIs for authentication, in order to integrate WP 2FA a specific API is required to send the OTP to be verified for access. Since the Plugin doesn’t currently expose it, you can’t authenticate this way.
Best regards
Hi @hjogiupdraftplus ,
Thanks a lot for your support. ??
do the custom rules you entered enable legacy 5G firewall protection except those two codes you commented out that are conflicting?
Why do they create conflicts and what are they for? Can’t they be used?
P.S. With the same Plugin (Burst) I also have problems with another feature, with the Rest Api, as reported here: https://www.ads-software.com/support/topic/error-with-new-update-5/ which seems to work conflicts with a module of another plugin (qTranslate-XT): https://github.com/qtranslate/qtranslate-xt/issues/1273
I don’t want there to be another conflict with All-In-One Security
The fix I put in is the same as the GitHub URL.
Unfortunately I tried to insert the correction, but the error still appears. I believe there is some incompatibility with slugs. Because if the Slugs integration is deactivated the REST API calls them without /it/ or /en/ , but if the integration is active there is the 404 error:
Failed to load resource: the server responded with a status of 404 () /it/wp-json/burst/v1/fields/get?false&nonce=911bfe1b6c:1
Uncaught (in promise) Error: Request failed with status code 404
at e.exports (index.js?ver=2b44253baced60b88362:1:10690)
at e.exports (index.js?ver=2b44253baced60b88362:1:13106)
at XMLHttpRequest._ (index.js?ver=2b44253baced60b88362:1:5220)The Dashboard Burst only disappears with that qTranslate-XT integration active.
If it’s on ‘fields/get’ :
/it/wp-json/burst/v1/fields/get?false&nonce=18dcd736c4
Request Method: GET
Status Code: 404
, if it’s off fields/get is and it’s like this:
/wp-json/burst/v1/fields/get?false&nonce=18dcd736c4 ( without it/ or en/ )
Request Method: GET
Status Code: 200
- This reply was modified 2 years, 3 months ago by sviluppomania.
- This reply was modified 2 years, 3 months ago by sviluppomania.
Hi @hesseldejong ,
Only Burst has updated.
Hi @rogierlankhorst ,
the same bug came back, if the “Slugs translation” integration of the qTranslate-XT plugin is active you don’t see the Dashboard Burst, if the integration is deactivated it shows the Dashboard Burst again.
Forum: Plugins
In reply to: [Contact Form 7] Error after last updateLeave a comment here: https://github.com/takayukister/contact-form-7/pull/1110, thanks.
@dominikkucharski , Your fix was rejected: https://github.com/takayukister/contact-form-7/pull/1104
Forum: Plugins
In reply to: [WP Fastest Cache] persistent object cacheYes, me too “Site Health” shows:
You should use the persistent object cache
Persistent object caching makes your database more efficient by speeding up load times, because WordPress can download content and settings faster.
Your hosting provider can tell you if persistent object caching can be enabled for your site. Your host seems to support the following object caching services: Redis, Memcached.
Learn more about persistent object caching.
- This reply was modified 2 years, 3 months ago by sviluppomania.
Forum: Plugins
In reply to: [WP Fastest Cache] PHP Warning@emrevona
Done, it’s gone.
One question: is there any plans to add Redis and/or Memcached within the Plugin?Forum: Fixing WordPress
In reply to: PHP warnings deprecatedDebug mode was turned on to fix major bugs, but of course these also popped up.