Jump to content

AlexJ

Clients
  • Posts

    4,201
  • Joined

  • Last visited

  • Days Won

    3

 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 AlexJ

  1. Recently my FB application get blocked because of privacy policies where not well defined. I noticed IPS website is updated with this policies.

    https://invisioncommunity.com/legal/privacy/

    This is what FB is looking for and other login Auth as well:

    1. What data you are Collecting,
    2. How you are processing it,
    3. Purposes for which you are Processing it,
    4. Users may request Deletion of that data.
     
    I think every client of yours will benefit with it. Just a suggestion. Thanks
  2. On 12/11/2021 at 7:47 AM, Howard L Martinez said:

    with new vpn ips

    I had similar issue because of the nature of community I run. I just ended up blocking 80% of proxies on our site and I keep updating the list. Block the ASN of known proxy software's. 

  3. On 11/5/2021 at 6:24 AM, InvisionHQ said:

    1 week or less

    On 11/3/2021 at 5:30 PM, GreatJackal said:

    I am guessing from today? Because issue has been open since 10th Oct, appx. So appx 1 month. Thanks for the fix.

  4. On 10/15/2021 at 11:03 AM, iacas said:

    @InvisionHQ… thoughts?

     

    On 10/18/2021 at 2:00 AM, InvisionHQ said:

    I was able to replicate the problem on another customer's site. I am working on a fix.

     

    Do we have timeline for this fix which iacas and others like me are facing? 

  5. After a Mass Synchronization, many of my members (not all) have lost the "registered" role that is the one configurated to display that they are sync.

    I am one of the member that lost the registered role but into my profile, it say that i am still connected to Discord so I don't really understand   The problem is that, if I make a manual sync into the profile of user, one by one, the bot give the role back ! So I think there is a issue with the Mass Synchronization feature.

    My colleague tried to post but his post went to moderation que. Can you please resolve the issue? Thanks @SoftwareFactory

    Do we need to manually go into user profile, one by one, to resync the accounts ? With 3000+ members it's going to be impossible task! 

  6. 12 hours ago, iacas said:

    The autoAwardRules task locks and generates a similar (or identical) error, too.

    SELECT * FROM `awards_rules` ORDER BY rule_position
    IPS\Db\Exception: Unknown column 'rule_position' in 'order clause' (1054)
    #0 /var/www/html/system/Db/Select.php(388): IPS\_Db->preparedQuery()
    #1 /var/www/html/system/Db/Select.php(286): IPS\Db\_Select->runQuery()
    #2 /var/www/html/system/Node/Model.php(224): IPS\Db\_Select->setKeyField()
    #3 /var/www/html/system/Node/Model.php(180): IPS\Node\_Model::nodesWithPermission()
    #4 /var/www/html/applications/awards/tasks/autoAwardRules.php(39): IPS\Node\_Model::roots()
    #5 /var/www/html/system/Task/Task.php(266): IPS\awards\tasks\_autoAwardRules->execute()
    #6 /var/www/html/applications/core/modules/admin/settings/advanced.php(729): IPS\_Task->run()
    #7 /var/www/html/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\settings\_advanced->runTask()
    #8 /var/www/html/applications/core/modules/admin/settings/advanced.php(38): IPS\Dispatcher\_Controller->execute()
    #9 /var/www/html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\settings\_advanced->execute()
    #10 /var/www/html/deity/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

     

    Is that new version? I am seeing similar error so checking if new or old version.

    After updating application I got below error:

     

    image.png.5735b01fca98e478a978e4fa1278afb6.png

    ALTER TABLE `ipb_awards_rules` ADD COLUMN `rule_member_uploaded_photo` TINYINT UNSIGNED NOT NULL DEFAULT 0 , ADD COLUMN `rule_member_days_registered` INT UNSIGNED NOT NULL DEFAULT 0 , ADD COLUMN `rule_position` BIGINT UNSIGNED NOT NULL DEFAULT 0 ;

     

  7. @Adriano Faria New version seems to have issue with below error message:

     

    image.png.d7d4b52d4eb60add9b2ddcfd465ea479.png

     

    [Thu Aug 19 19:19:51.005151 2021] [php7:error] [pid 26554] [client 185.191.171.6:33288] PHP Fatal error:  Cannot make non static method IPS\\Theme\\Cache\\class_core_front_system::searchResult() static in class IPS\\Theme\\Cache\\banfromtopics_hook_bftSearch in /home/xxxxx/public_html/system/Theme/Theme.php(926) : eval()'d code on line 20
     

    I tried clear cache and all but nothing worked. Is it application issue or theme related? Can you please check and help? 

  8. Would it be possible to add option that after xx post send welcome message? OR only certain groups receive welcome message? 

     

    We have initial group of less then 10 post who don't get PM or status message. So auto welcome doesn't work in the initial grp because PM and status is disabled. 

  9. Please revert the new change i.e. forcing users to post reviews for rating. For ex: We have rating on maps.

    https://fearless-assassins.com/files/

    It's annoying for everyone to post reviews to rate their map. Eventually users are forced to post junk reviews, just for rating. I have no idea why IPS makes some changes and forces it upon their customers. Please revert the change so we can continue to rate without review. 

    For those who need it, just simple add a toggle option in ACP

    PS Now to just rate, I will have to deal with bogus reviews which doesn't make sense. Thanks.

  10. I had login logs - application causing 500 Error. @Adriano Faria When you get chance can you please take a look for that app and php 8? Thank you.

    9 hours ago, Daniel F said:

    Take a look at your server logs!

    My guess is that your php8 installation is missing some mandatory modules ( I’ve seen few tickets with missing php-mbstring module on their PHP 8 installations) 

    anh so that was you! Thanks for the tip in ticket as well!

  11. 5 hours ago, Adriano Faria said:

    I think you're wrong. File model doesn't extends \IPS\Content\Ratings as Topic model does. "Stars ratings" in Downloads is tied to the rating system.

    The only app, AFAIK, that allows use both system is Pages in database records. Still, Ratings won't work if you allow Reviews in the DB.

    No. Rating also works for Blogs and if I enable Reviews, rating works fine. 😞

     

     

×
×
  • Create New...