Jump to content

shiobi

Clients
  • Posts

    69
  • Joined

  • Last visited

 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 shiobi

  1. Hello.

    I set up the new Similar Content widget that uses ElasticSearch on my community. I like how it works without the tagging system (we don't use that). However, I noticed when I use this widget on topics, I also get content like Status Updates (with an 404 URL) and articles from Pages. You are able to reproduce this creating a test topic whose title is the same as an existing status update (or article), or viceversa.

    I think you should be able configure which apps this widget will filter.

    If you want more details I can send them via PM.
    Thanks

  2. Sorry but I can't afford this... it was already too expansive for us.

    I have an Argentine community, so all income are in Argentine pesos (with more than 45% inflation). I literally cannot pay this amount because we cannot afford the money we raised. I don't really know what to do.
     
    I will most likely need to say goodbye to Invision Community 😔
  3. @InvisionHQ I am having an issue after update:

    This background process keeps at 0%. If I run it manually:

    image.thumb.png.d46a767d546333d8f6eb38b03b8fccca.png

    image.png.e66d695ff55b7d5187bfeb853721fc29.png

    SELECT member_id, award_sort, award_order, award_member_show FROM `forocore_members` AS `core_members` WHERE aw_sort!='date' OR aw_order!='DESC' OR aw_show IS NOT NULL ORDER BY member_id ASC LIMIT 0,500
    Unknown column 'aw_sort' in 'where clause'
    #0 /home/foro/www/system/Db/Select.php(383): IPS\_Db->preparedQuery('/*ips_forum::ip...', Array, true)
    #1 /home/foro/www/system/Db/Select.php(577): IPS\Db\_Select->runQuery()
    #2 /home/foro/www/applications/awards/extensions/core/Queue/membersTable.php(68): IPS\Db\_Select->count()
    #3 /home/foro/www/system/Task/Task.php(47): IPS\awards\extensions\core\Queue\_membersTable->run(Array, 0)
    #4 /home/foro/www/applications/core/modules/admin/system/background.php(87): IPS\_Task::runQueue()
    #5 /home/foro/www/system/Helpers/MultipleRedirect/MultipleRedirect.php(92): IPS\core\modules\admin\system\_background->IPS\core\modules\admin\system\{closure}(Array)
    #6 /home/foro/www/applications/core/modules/admin/system/background.php(136): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure))
    #7 /home/foro/www/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\system\_background->process()
    #8 /home/foro/www/applications/core/modules/admin/system/background.php(42): IPS\Dispatcher\_Controller->execute()
    #9 /home/foro/www/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\system\_background->execute()
    #10 /home/foro/www/jefe/index.php(14): IPS\_Dispatcher->run()
    #11 {main}

    If I fix manually that query, this appears:

    Error: Class 'IPS\awards\Members' not found (0)
    #0 /home/foro/www/system/Task/Task.php(47): IPS\awards\extensions\core\Queue\_membersTable->run(Array, 0)
    #1 /home/foro/www/applications/core/modules/admin/system/background.php(87): IPS\_Task::runQueue()
    #2 /home/foro/www/system/Helpers/MultipleRedirect/MultipleRedirect.php(92): IPS\core\modules\admin\system\_background->IPS\core\modules\admin\system\{closure}(Array)
    #3 /home/foro/www/applications/core/modules/admin/system/background.php(136): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure))
    #4 /home/foro/www/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\system\_background->process()
    #5 /home/foro/www/applications/core/modules/admin/system/background.php(42): IPS\Dispatcher\_Controller->execute()
    #6 /home/foro/www/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\system\_background->execute()
    #7 /home/foro/www/jefe/index.php(14): IPS\_Dispatcher->run()
    #8 {main}

    Thanks!

  4. 2 minutes ago, Nigel Moore said:

    @InvisionHQ We know you're busy but we really need the working version of the iAwards for Invision community 4.5.x. We would appreciate it if you can send us via PM the soonest. 

    Thanks and stay safe!

    Rally
    (of Nigel's team)

    It has already been released

  5. On 10/26/2020 at 10:24 AM, InvisionHQ said:

    I can provide a working version via PM, I don't have a release date in the official marketplace at the moment.

    Please! Thanks!!

  6. 5 hours ago, Paul E. said:

    Yes, we use Google Cloud SQL for the SQL backend and Compute Engines for the frontend to host our large community. We use standard distro linux servers in Compute Engine, without any sort of plesk/cPanel/etc. If you're only comfortable using something like that, then you have the freedom and ability to provision accordingly. It may be possible to use App Engine for the front end, however we did not go that route. We do not host anything other than our Invision community on our IPS-specific instances, and for other projects, create separate instances as needed. We have a number of administrative web-based tools that run on separate SQL and engine instances. In our situation, isolating these things from each other makes sense.

    We were able to significantly reduce costs compared to what we were paying with leased dedicated servers through what's now IBM's datacenter offering, and can take advantage of the ability to quickly scale. It also helps us with our testing environment, as we can quickly spin up copies of production for testing upgrades and new extension/application deployment. As GCP offered an initial credit for new customers, we were able to get a sense for average cost and correctly size our instances during the trial period without the risk of actual costs incurred while we tested things out and continued running our legacy infrastructure.

    Highly recommend. We have not tried Azure nor Amazon's offerings, so I can't speak to comparison on that end.

    Great answer! I want to ask... what happens if you have a ddos attack? How are you protected from that? I know you pay only what you use when you are on cloud, but if someone uses layer 7 attacks (and bypasses Cloudflare), what should you do? It will cost a ton from network usage 😞

  7. At the moment it isn't possible to Log In with Facebook. I though it was a problem of my community but I tested here and it has the problem too:

    image.thumb.png.dd6fdab6d7ad2efee670c48eeccd9ae7.png

    Logs:

    (#200) Missing Permissions
    #0 /home/foro/system/Login/Handler/OAuth2/Facebook.php(261): IPS\Login\Handler\OAuth2\_Facebook->_userData('EAARim9ZAlHDwBA...')
    #1 /home/foro/system/Login/Handler/OAuth2/OAuth2.php(384): IPS\Login\Handler\OAuth2\_Facebook->authenticatedUserId('EAARim9ZAlHDwBA...')
    #2 /home/foro/system/Login/Handler/OAuth2/OAuth2.php(368): IPS\Login\Handler\_OAuth2->_processAccessToken(Object(IPS\Login), Array)
    #3 /home/foro/system/Login/Handler/OAuth2/OAuth2.php(164): IPS\Login\Handler\_OAuth2->_handleAuthorizationResponse(Object(IPS\Login))
    #4 /home/foro/system/Login/Login.php(316): IPS\Login\Handler\_OAuth2->authenticateButton(Object(IPS\Login))
    #5 /home/foro/applications/core/modules/front/system/login.php(57): IPS\_Login->authenticate()
    #6 /home/foro/system/Dispatcher/Controller.php(96): IPS\core\modules\front\system\_login->manage()
    #7 /home/foro/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #8 /home/foro/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

     

  8. 3 hours ago, sound said:

    had the same problem

    none of the fixes given worked for me

    resolved it myself as per the below

    of course this may not work for anyone else and you do need to know what you are doing editing wise

    and it only works for artist and songs for me not playlists - which appears to be a spotify issue

    but if desperate and can't wait for 4.5 ....

     

    Thanks!! 😄

×
×
  • Create New...