Jump to content

pequeno

Clients
  • Posts

    744
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by pequeno

  1. I know that many of you use CDN on your websites. We are going to do a survey and opinions from your experience are appreciated. Actually I am currently using Cloudflare and Cloudfront. But I akm testing Cloudfront in only one website. So I select Cloudflare. Why Cloudflare? Price Include WAF Acceptable support. Why am I testing Cloudfront? I expected better performance in Cloudflare. I want to compare. I want to test te Cloudfront configuration for a possible future migration of other websites.
  2. I have transferred one of my sites in Cloudfare to Cloudfront. I'm going to see how it works and I will inform you.
  3. Has anyone moved from Cloudflare to Cloudfront and can you tell me about your experience? I am currently using cloudflare.
  4. My last bulk mail failed and 900 emails were not sent. Imagine now the work to send them one by one.
  5. Many thanks, @Fosters. It is possible that support activated it to check some issues.
  6. Hello, I have a lot of SOCKETS REQUEST in System Logs: Some examples are: #0 /home/mywebsite/public_html/system/Log/Log.php(176): IPS\_Log::log('\n\n-------------...', 'request') #1 /home/mywebsite/public_html/system/Http/Request/Sockets.php(274): IPS\_Log::debug('\n\n-------------...', 'request') #2 /home/mywebsite/public_html/applications/core/modules/admin/support/support.php(450): IPS\Http\Request\_Sockets->__call('GET', Array) #3 /home/mywebsite/public_html/applications/core/modules/admin/support/support.php(170): IPS\core\modules\admin\support\_support->_connectionChecker() #4 /home/mywebsite/public_html/system/Helpers/Wizard/Wizard.php(181): IPS\core\modules\admin\support\_support->_selfService(Array) #5 /home/mywebsite/public_html/applications/core/modules/admin/support/support.php(52): IPS\Helpers\_Wizard->__toString() #6 /home/mywebsite/public_html/system/Dispatcher/Controller.php(96): IPS\core\modules\admin\support\_support->manage() #7 /home/mywebsite/public_html/applications/core/modules/admin/support/support.php(33): IPS\Dispatcher\_Controller->execute() #8 /home/mywebsite/public_html/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\support\_support->execute() #9 /home/mywebsite/public_html/admin/index.php(14): IPS\_Dispatcher->run() #10 {main} #0 /home/mywebsite/public_html/system/Log/Log.php(176): IPS\_Log::log('\n\n-------------...', 'request') #1 /home/mywebsite/public_html/system/Http/Request/Sockets.php(274): IPS\_Log::debug('\n\n-------------...', 'request') #2 /home/mywebsite/public_html/system/Login/Handler/OAuth2/Google.php(372): IPS\Http\Request\_Sockets->__call('GET', Array) #3 /home/mywebsite/public_html/system/Login/Handler/OAuth2/Google.php(254): IPS\Login\Handler\OAuth2\_Google->_userData('ya29.a0Ae4lvC2n...') #4 /home/mywebsite/public_html/system/Login/Handler/OAuth2/OAuth2.php(786): IPS\Login\Handler\OAuth2\_Google->authenticatedEmail('ya29.a0Ae4lvC2n...') #5 /home/mywebsite/public_html/system/Member/Member.php(4511): IPS\Login\Handler\_OAuth2->userEmail(Object(IPS\Member)) #6 /home/mywebsite/public_html/applications/core/tasks/profilesync.php(78): IPS\_Member->profileSync() #7 /home/mywebsite/public_html/system/Task/Task.php(362): IPS\core\tasks\_profilesync->IPS\core\tasks\{closure}() #8 /home/mywebsite/public_html/applications/core/tasks/profilesync.php(81): IPS\_Task->runUntilTimeout(Object(Closure), 1) #9 /home/mywebsite/public_html/system/Task/Task.php(261): IPS\core\tasks\_profilesync->execute() #10 /home/mywebsite/public_html/system/Task/Task.php(224): IPS\_Task->run() #11 /home/mywebsite/public_html/applications/core/interface/task/task.php(56): IPS\_Task->runAndLog() #12 {main} #0 /home/mywebsite/public_html/system/Log/Log.php(176): IPS\_Log::log('\n\n-------------...', 'request') #1 /home/mywebsite/public_html/system/Http/Request/Sockets.php(274): IPS\_Log::debug('\n\n-------------...', 'request') #2 /home/mywebsite/public_html/system/Login/Handler/OAuth2/Facebook.php(310): IPS\Http\Request\_Sockets->__call('GET', Array) #3 /home/mywebsite/public_html/system/Member/Member.php(4588): IPS\Login\Handler\OAuth2\_Facebook->userProfilePhoto(Object(IPS\Member)) #4 /home/mywebsite/public_html/applications/core/tasks/profilesync.php(78): IPS\_Member->profileSync() #5 /home/mywebsite/public_html/system/Task/Task.php(362): IPS\core\tasks\_profilesync->IPS\core\tasks\{closure}() #6 /home/mywebsite/public_html/applications/core/tasks/profilesync.php(81): IPS\_Task->runUntilTimeout(Object(Closure), 1) #7 /home/mywebsite/public_html/system/Task/Task.php(261): IPS\core\tasks\_profilesync->execute() #8 /home/mywebsite/public_html/system/Task/Task.php(224): IPS\_Task->run() #9 /home/mywebsite/public_html/applications/core/interface/task/task.php(56): IPS\_Task->runAndLog() #10 {main} Can someone help me?
  7. Yes , you need to configure Email settings with the SMTP data of Amazon SES. Then you need to configure a domain and the emails in amazon SES, and create the notifications for those emails.: in the notifications (Amazon SNS), it is necessary a endpoit SNS for mailbounced.
  8. Than you for your support @Mike John, The correct fix is: Find {{if $entry->commentForm() || $entry->locked() And replace with {{if \IPS\Member::loggedIn()->member_id AND $entry->commentForm() || $entry->locked() Be careful with that "if" that you forgot to put it on. 😉
  9. Hello @Mike John I add this code to my custom.css and solve the problem. .ipsApp .ipsButton_fullWidth { display: block; width: 100%; text-overflow: ellipsis; overflow: hidden; } Can you confirm that is a correct solution? Thanks.
  10. For Now , I am using: and works perfectly!
  11. Hello @Mike John In items view (mobile versions) it seems that the floats are not "cleared" correctly, hence the overlap. The HTML hasn't really been coded correctly. Without reactions With reactions
  12. An this error in frontend below the comments. [[Template collections/front/view/comments is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] Testing with default template and with default language.
  13. Hello @Mike John When a guest visit an item I obtain this template error: #0 /home/site/public_html/system/Content/Item.php(4267): IPS\Node\_Model->can('reply', Object(IPS\Member), false) #1 /home/site/public_html/system/Theme/Theme.php(847) : eval()'d code(256): IPS\Content\_Item->commentForm() #2 /home/site/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_collections_front_view->comments(Object(IPS\collections\Item)) #3 /home/site/public_html/system/Theme/Theme.php(847) : eval()'d code(1669): IPS\Theme\_SandboxedTemplate->__call('comments', Array) #4 /home/site/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_collections_front_view->view(Object(IPS\collections\Item), Array, 'tab_1', '\n<div class='ip...') #5 /home/site/public_html/applications/collections/modules/front/collections/item.php(203): IPS\Theme\_SandboxedTemplate->__call('view', Array) #6 /home/site/public_html/system/Dispatcher/Controller.php(96): IPS\collections\modules\front\collections\_item->manage() #7 /home/site/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #8 /home/site/public_html/applications/collections/modules/front/collections/item.php(34): IPS\Content\_Controller->execute() #9 /home/site/public_html/system/Dispatcher/Dispatcher.php(152): IPS\collections\modules\front\collections\_item->execute() #10 /home/site/public_html/index.php(13): IPS\_Dispatcher->run() #11 {main}
  14. Thank you @Fosters Points 3 and 4 is all I need for buy the app.
  15. And its applications are not available: "This file is not currently available for purchase" This is an important limitation for Trophies and Medals. 😯
  16. Many thanks @GTAPoliceMods, It does what I need. 😉
  17. solved!! Thanks to support. I don't know why but 2fa.css was modified. 😳
  18. Hi @Fosters, I have read all this topic but is too long and it is difficult to find information. Please allow me to ask you some quick questions before buy the application. 1.- If I install the application and make it a criteria, for example to give a trophy to users with more than 100 messages, does it apply to existing users? 2.- If I put a trophy criteria "users with 50 topics" and another "users with with 100 posts" is the one of 50 eliminated and is the one of 100 when it reaches that message? If the two trophies are kept, can I manually or automatically delete one? 3.- If i modify or remove criteria, the associated trophies and medals are automatically removed or updated On the other hand, Automation Rules LITE does not appear to be available. I have written to @Kevin Carwile but he does not answer. Many thanks.
  19. It is necessary add "padding-left" to custom.css to fix the Google Auth Window: #elGoogleAuthenticator .ipsGrid_span5 { padding-left: 25px; }
  20. I restrict with Cpanel, which automatically creates these lines in htaccess AuthType Basic AuthName "Restricted Area" AuthUserFile "/home/site/.htpasswds/public_html/admin/passwd" require valid-user
  21. Yes I know, But I don't know why that error occurs. Thank you. I will try it.
  22. Hello If I protect my AdminCP with htppassw I obtain an 404 error. Can someone help me identify the problem?
  23. Yes: https://www.w3schools.com/tags/att_p_align.asp Put ad code inside align attribute.
×
×
  • Create New...