Rubén Alonso
Forum Replies Created
-
Forum: Plugins
In reply to: [Make Connector] 404 error with new WP module, ok Legacy WPThat’s it. I “solved” the problem temporarily by deleting/commenting some lines in the plugin’s api/authentication.php file where it returned the error apparently if it did not find the api key (abou line number 39).
Is like the token is not saved in the $_SERVER variable.if ( strlen( $token ) !== \Integromat\Api_Token::API_TOKEN_LENGTH || ! \Integromat\Api_Token::is_valid( $token ) ) { $log && \Integromat\Logger::write( 6 ); \Integromat\Rest_Response::render_error( 401, 'Provided API key is invalid', 'invalid_token' ); } else { /*\Integromat\User::login( $user_id ); $log && \Integromat\Logger::write( 7 ); \Integromat\Rest_Request::dispatch();*/ return $result; }
Forum: Plugins
In reply to: [Make Connector] 404 error with new WP module, ok Legacy WPIn the logs I can see this. Like the api key was not save in server?
Forum: Plugins
In reply to: [Make Connector] 404 error with new WP module, ok Legacy WPI’m having the same issue. In my case, i’ve tried with Postman and if I put the iwc-api-key header get me the 404. But works fine without that header. ???♂?
Forum: Plugins
In reply to: [Adsmonetizer] error en categoriasPor si sirve de algo, yo lo he arreglado de forma temporal en mi blog tocando directamente el fichero adSenseiB30.php hasta que lo actualicen.
En la función addCategoryText, reemplazando en los 2 sitios que sale “adsenseib30_categoryText” por “CategoryText”. Y parece que ya funciona.
Forum: Plugins
In reply to: [Disqus Comment System] Manually Sync Comments never endsYou’re absolutely right @fierevere, I didn’t realize it until now ??
Thank you very much for removing it!Forum: Plugins
In reply to: [Disqus Comment System] Manually Sync Comments never endsThanks @fierevere, I was commenting it to remove the specific post where I put the logs with the IPs, that after all are personal data and I would like to remove them for privacy and security reasons. Thanks in advance.
Forum: Plugins
In reply to: [Disqus Comment System] Manually Sync Comments never endsI have tried disabling the iThemes options and it still doesn’t work.
Regarding the 500 code logs I don’t have access to more data on what may have caused the exception, what I have discovered is that in the server Firewall logs it may be blocking. To test it I would need to know which IPs Disqus uses to add them to the whitelist and test if it works.By the way, is it possible to modify the replies in this thread once they are published?
Forum: Plugins
In reply to: [Disqus Comment System] Manually Sync Comments never endsHi @iamfrancisyo, sorry for the delay in answering.
Yes, I have the iThemes Security plugin activated, in the WordPress Tweaks settings the Rest API configuration is set “by default”.I have tried again to synchronize the last comments (https://ibb.co/LvZyqRZ) and the process is frozen. I attach the last ones from the server, but I don’t see any error apparently:
Thanks
Forum: Plugins
In reply to: [Disqus Comment System] Manually Sync Comments never endsMore info about the manual sync issue.
https://ibb.co/WpgXy32And the /wp-json/disqus/v1/sync/comment URL give me this message:
{“code”:”rest_no_route”,”message”:”No se ha encontrado ninguna ruta que coincida con la URL y el m\u00e9todo de la solicitud.”,”data”:{“status”:404}}Hi!
if you disable tracking, you will no longer install cookies? Is there a way or function to enable/disable the installation of cookies to comply with the RGPD? Thank youForum: Plugins
In reply to: [RGPD Fields Registration Form] LearnDash has not registration formHi @dennishall, sorry for the delay in answering!
What I mean by the LearnDash registration form is precisely the functionality that LearnDash has to use that WordPress registration form (for example) by adapting it to your design: https://www.learndash.com/support/docs/guides/login-registration/learndash/
What this plugin does is precisely re-adapt the design to add the fields relating to the RGPD.Sorry if it has not been clearly understood, but the important thing is that what the plugin does is to adapt that form that LearnDash uses.
Thank you for your feedback!Forum: Reviews
In reply to: [RGPD Fields Registration Form] UselessSorry to hear that, the idea is to comply with the RGPD with a specific format that gives the plugin for all those people who do not know code to add these fields in the registration form. I hope to update the plugin to other languages in the next weeks! Thanks for your feedback.
Forum: Reviews
In reply to: [RGPD Fields Registration Form] Muy útilMuchísimas gracias!! ??
Thanks @fellyph and @jamesosborne!
Forum: Plugins
In reply to: [AMP] Component Script Support -> amp-geo -> not presentHaving the same issue here! ??