Jump to content

pequeno

Clients
  • Posts

    746
  • Joined

  • Last visited

  • Days Won

    1

pequeno last won the day on April 2 2020

pequeno had the most liked content!

Recent Profile Visitors

5,091 profile views
  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. 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.
×
×
  • Create New...