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

Posts 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. Hello, I have a lot of SOCKETS REQUEST in System Logs:

    658355170_socketsrequest.thumb.png.4c809b22196f3382cbaffdf0eded7472.png

    57274999_socketsrequest1.thumb.png.b32f0f51886e40f6b7cf6a2b86b0ce1d.png

    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?

  3. 9 minutes ago, sobrenome said:

    I will try to configure and give a feedback. In IPS settings I will have to set the SMTP mode, right?

    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.

  4. 4 hours ago, Mike John said:

    I've attached a patch you can apply until the next update is released here - https://www.devfuse.com/forums/bugs/collections/comments-and-guests-r280/

    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. 😉

  5. 18 hours ago, pequeno said:

    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

    1163522481_woreactions.png.590adeb40a0936698bd2d5fd9b6a01ed.png

    With reactions

    1859192821_withreactions.png.187aeb31fe7c6da12bf02ba3d2ef6077.png

    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.

  6. On 6/28/2018 at 7:12 AM, Chris027 said:

    I used Sendgrid based on the recommendation of the IPS staff and because support is built into IPS. Unfortunately the price of Sendgrid is 10x that of Amazon's SES simple email service. 

    I just switched over to Amazon SES and am stuck using the SMTP route rather than via the API because there isn't native support via IPS like there is for Sendgrid. 

    I'd like to ask for or vote for IPS adding support for Amazon SES, just like it supports Sendgrid.

    For Now , I am using:

     

    and works perfectly!

  7. 35 minutes ago, pequeno said:

    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}

     

    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.

  8. 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}

     

  9. 1 hour ago, GTAPoliceMods said:

    P.S: I have also tried looking into automation rules myself too. It appears to me that the dev may be inactive? No response in days.

    And its applications are not available: "This file is not currently available for purchase"

    This is an important limitation for Trophies and Medals. 😯

  10. 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.

×
×
  • Create New...