Jump to content

pequeno

Clients
  • Joined

  • Last visited

Everything posted by pequeno

  1. Yes I have customised email template. I have reverted it to see if it solves it. Thanks. I use Amazon SES and don't track links.
  2. Hello. After update to 4.7.18 some users (not all) have problems validating account: In Logs I have this error: Array ( [error] => invalid_grant [error_description] => Missing code verifier. ) #0 /usr/www/users/site/system/Login/Handler/OAuth2/OAuth2.php(608): IPS\_Log::log() #1 /usr/www/users/site/system/Login/Handler/OAuth2/OAuth2.php(390): IPS\Login\Handler\_OAuth2->_exchangeAuthorizationCodeForAccessToken() #2 /usr/www/users/site/system/Login/Handler/OAuth2/OAuth2.php(170): IPS\Login\Handler\_OAuth2->_handleAuthorizationResponse() #3 /usr/www/users/site/system/Login/Login.php(326): IPS\Login\Handler\_OAuth2->authenticateButton() #4 /usr/www/users/site/applications/core/modules/front/system/login.php(59): IPS\_Login->authenticate() #5 /usr/www/users/site/system/Dispatcher/Controller.php(118): IPS\core\modules\front\system\_login->manage() #6 /usr/www/users/site/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #7 /usr/www/users/site/index.php(13): IPS\_Dispatcher->run() #8 {main} Loaded hooks applications/collections/hooks/memberSource.php applications/bouncer/hooks/Member.php applications/collections/hooks/groupSource.php
  3. Ups! Many thanks!!! 🙄
  4. I connect correctly my X account in ACP, but when I promote in Twitter I have this error. " Can't promote in Twitter " System log #0 /usr/www/users/website/system/Content/Promote/Twitter.php(286): IPS\_Log::log() #1 /usr/www/users/website/applications/core/sources/Promote/Promote.php(614): IPS\Content\Promote\_Twitter->post() #2 /usr/www/users/website/applications/core/sources/Promote/Promote.php(1338): IPS\core\_Promote->send() #3 /usr/www/users/website/applications/core/tasks/promote.php(38): IPS\core\_Promote::processQueue() #4 /usr/www/users/website/system/Task/Task.php(274): IPS\core\tasks\_promote->execute() #5 /usr/www/users/website/system/Task/Task.php(237): IPS\_Task->run() #6 /usr/www/users/website/applications/core/interface/task/task.php(72): IPS\_Task->runAndLog() #7 {main} Loaded hooks applications/collections/hooks/promoteSource.php applications/collections/hooks/memberSource.php applications/bouncer/hooks/Member.php
  5. @bfarber Probably in IC5? 😁 Please!!!!
  6. Promote content: when promote a content, I want to trigger a zap for publish in facebook page. Can you implemented this? Trigger only selected category post: it was good idea can trigger only topics or posts from a selected categories. If I have a presentation forum, I wan´t to post this posts. Thanks.
  7. Perfect! Solve the language issue.
  8. Thanks @opentype In which template is the modification made?
  9. Option to force language in hCaptcha.
  10. Hello @Marc Stridgen I suppose that in the code of your application there will be the h-Captcha API to include this: https://docs.hcaptcha.com/languages/ For example in this file (Template>core>global>forms>hCaptcha) , is it possible ?: <div data-ipsCaptcha data-ipsCaptcha-service='hcaptcha' data-ipsCaptcha-key="{$siteKey}" data-ipsCaptcha-lang="{$lang}"> <div class="h-captcha" data-sitekey="{$siteKey}"></div> </div> Many Thanks!
  11. Hello, hCaptcha doesn't show my language correctly in the website. How to force the language in h-captcha? Thanks.
  12. pequeno replied to Everade's post in a topic in Feedback
    Hello. Can someone tell me the code to put a custom icon? And where should I put it?
  13. Sorry! After checking a few days, don´t remove index.php from my URL Please, can you check it ? Thanks.
  14. Hello. Using thus code: RewriteRule (.*) /index.php/$1 [L] instead of: RewriteRule . /index.php [L] It seems to work correctly removing index.php and I don't get the error: Now, the code in htaccess is. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) /index.php/$1 [L] I will verify that it does not give problems and I will keep you informed.
  15. Thank you. Because the real problem is the redirection of index.php with your code. Can I add my redirects to htaccess now? It seems that this does not affect your code.
  16. Any Youtube Video, for example this: And any image. This error is only with this code in htaccess RewriteCond %{THE_REQUEST} \ /(.+/)?index\.([^/]+)(\?.*)?\ [NC] RewriteRule ^(.+/)?index\.([^/]+)$ /%1 [NC,R=301,L] That works for remove index.php in the URL, but create problems embed videos and images:
  17. Thanks Jim M. No error. Simply that the redirects do not remove index.php in the url as I indicated in my first post.
  18. Can you specify a little more? I do not understand what I should share.
  19. Have you checked It? I need to restore my custom htaccess. Thanks.
  20. Thanks @Marc Stridgen Please, let me know the IPS IPs for add to firewall whitelist.
  21. NOT SOLVED! Works removing index.php but when I try to upload a embed video or image, I obtain this error:
  22. Works Perfectly! Thanks.
  23. Indeed, if I put the address with index.php in the browser, it is not removed and the destination is the same. The redirect to remove index.php does not apply in my case. It only applies if I put a / at the end. The same happens in topics that have index.php at the end. Thanks @Adlago I will test.