
Everything posted by pequeno
-
Problem validating some accounts affter update to 4.7.18
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.
-
Problem validating some accounts affter update to 4.7.18
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
-
Can't promote in Twitter
Ups! Many thanks!!! 🙄
-
Can't promote in Twitter
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
-
Should be possible to move topics from search result set
😅 Ups!!!
-
Should be possible to move topics from search result set
@bfarber Probably in IC5? 😁 Please!!!!
-
Expanding Invision's Zapier
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.
-
Force hCaptcha language
Perfect! Solve the language issue.
-
Force hCaptcha language
Thanks @opentype In which template is the modification made?
-
Option to change language in hCaptcha
Option to force language in hCaptcha.
-
Force hCaptcha language
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!
-
Force hCaptcha language
Hello, hCaptcha doesn't show my language correctly in the website. How to force the language in h-captcha? Thanks.
-
Allow Custom Social Profiles
Hello. Can someone tell me the code to put a custom icon? And where should I put it?
-
Friendly URLs include index.php with my .htaccess
Sorry! After checking a few days, don´t remove index.php from my URL Please, can you check it ? Thanks.
-
Friendly URLs include index.php with my .htaccess
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.
-
Friendly URLs include index.php with my .htaccess
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.
-
Friendly URLs include index.php with my .htaccess
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:
-
Friendly URLs include index.php with my .htaccess
Thanks Jim M. No error. Simply that the redirects do not remove index.php in the url as I indicated in my first post.
-
Friendly URLs include index.php with my .htaccess
Can you specify a little more? I do not understand what I should share.
-
Friendly URLs include index.php with my .htaccess
Have you checked It? I need to restore my custom htaccess. Thanks.
-
Friendly URLs include index.php with my .htaccess
Done
-
Friendly URLs include index.php with my .htaccess
Thanks @Marc Stridgen Please, let me know the IPS IPs for add to firewall whitelist.
-
Friendly URLs include index.php with my .htaccess
NOT SOLVED! Works removing index.php but when I try to upload a embed video or image, I obtain this error:
-
Friendly URLs include index.php with my .htaccess
Works Perfectly! Thanks.
-
Friendly URLs include index.php with my .htaccess
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.