Jump to content

PanSevence

Clients
  • Posts

    44
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Posts posted by PanSevence

  1. What more do you want to know? User1 sends a message to User2, you receive a response from User2, User1 gets an email notification about the new message, logs in, and replies to User2. User2 receives a notification about the new unread message. Now, when User2 replies, User1 does not receive a notification.

    Interestingly, User2 correctly receives notifications when User1 sends a message and has unread content, while User1 only receives a notification for the first reply when there is an unread message. However, when User2 replies again and there is another unread message, User1 does not receive it.

    I mean, specifically User ARK if you can check it. They receive a notification only when someone writes to them for the first time. Each unread response (means no notification). On my account, I always receive notifications whenever I have unread content during a conversation.

    You have the data in the client area. Sorry, I described it somewhat chaotically, but I hope you understand.

  2. I would like to report two issues.

    The first issue occurs in the inbox. When we have a conversation with a user, we can see the status of when the user has read the message. If we delete the message, the status should update to indicate that the user has left the message, which usually works correctly. However, if the user empties their inbox, the status does not update to "left the message" but remains as "active." This causes the user we are conversing with to think we are still in the message. They send another message, which is not received because the original message has already been deleted.

    The second issue is with email notifications about new messages. I use an external SMTP server for sending emails, and test emails are delivered correctly. However, one user experiences a problem where, after I send them a message and they reply, they receive an email notification. For any subsequent messages, they no longer receive email notifications, even though I continue to receive them correctly. I have tested this by disabling all external applications, but the problem persists.

  3. I am experiencing an issue with starting the task after updating to 4.7.17 beta 2. Are you experiencing similar problems?

     

    Could contain: Page, Text, Computer, Electronics, Pc, Computer Hardware, Hardware, Monitor, Screen, File

     

    ValueError: max(): Argument #1 ($value) must contain at least one element (0)
    #0 applications/core/tasks/unlockmembers.php(53): max()
    #1 system/Task/Task.php(281): IPS\core\tasks\_unlockmembers->execute()
    #2 applications/core/modules/admin/settings/advanced.php(751): IPS\_Task->run()
    #3 system/Dispatcher/Controller.php(107): IPS\core\modules\admin\settings\_advanced->runTask()
    #4 applications/core/modules/admin/settings/advanced.php(38): IPS\Dispatcher\_Controller->execute()
    #5 system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\settings\_advanced->execute()
    #6 admin/index.php(13): IPS\_Dispatcher->run()
    #7 {main}

     

    #0 init.php(1036): IPS\_Log::log()
    #1 [internal function]: IPS\IPS::exceptionHandler()
    #2 {main}

     

  4. #include <iostream>
    #include <memory>
    #include <cstdint>
    
    struct Test {
        int32_t value;
        constexpr Test(int32_t v) : value(v) {}
    };
    
    constexpr int32_t computeValue(const Test& t) {
        return t.value * t.value;
    }
    
    int main() {
        auto ptr = std::make_unique<Test>(10);
        int32_t computedValue = computeValue(*ptr);
    
        std::cout << "Computed value: " << computedValue << std::endl;
    
        return 0;
    }

    Yes, for example, highlighting for standard library keywords like `make_unique`, `int32_t`, etc.

  5. Hi, I'd like to suggest a new notification feature that seems extremely useful. Currently, when the author of a thread edits the main post, users who are interested in it and have either contributed a post or reacted to it are unaware of the changes. I propose that these users receive a notification whenever the main post is edited by the thread's author.

    We already have notifications for new content additions, but this would specifically address updates made by the author to the main post, alerting users who have shown interest by either posting or reacting. This enhancement would keep users informed about significant updates they are engaged in.

  6. Hello, I've recently noticed an error in my community. As we know, when adding a post in a thread, there's a smooth animation that plays. I've observed that if I create my own topic, this animation appears correctly, but when I reply in a topic created by someone else or an older one, this post-adding animation (the smooth transition) does not appear. Could this issue be related to using Cloudflare? How can I fix this error? Thank you for your help.

  7. @Jim M @Marc Stridgen I have resolved the earlier issue. However, when I still upload a file weighing 2GB, I receive this error. In the database, I have the type set to int 11 by default, I tried disabling all plugins and applications and uploading on the default theme without any changes. What can I do to resolve this problem? I am attaching the log from acp.

    49cd34e3a1610b87fc106d13a7be3bb5.png

    INSERT INTO `core_attachments` ( `attach_ext`, `attach_file`, `attach_location`, `attach_thumb_location`, `attach_thumb_width`, `attach_thumb_height`, `attach_is_image`, `attach_hits`, `attach_date`, `attach_post_key`, `attach_member_id`, `attach_filesize`, `attach_img_width`, `attach_img_height`, `attach_is_archived`, `attach_moderation_status`, `attach_security_key` ) VALUES ( 'rar', 'entry-vm-v1.4.rar', 'monthly_2023_10/entry-vm-v1.4_rar.d2ff72776df73a3561e792020bb3e54d', '', 0, 0, 0, 0, 1697633557, 'f28b1ff52823b48674311484f47e3e01', 1, 2180291008, 0, 0, false, 'skipped', 'c38f32ccf2d9047e5bf1704efc9c40bc' )
    Out of range value for column 'attach_filesize' at row 1

     

    #0 /home/sharegon/web/sharegon.pl/public_html/system/Db/Db.php(941): IPS\_Db->preparedQuery()
    #1 /home/sharegon/web/sharegon.pl/public_html/system/File/File.php(1366): IPS\_Db->insert()
    #2 /home/sharegon/web/sharegon.pl/public_html/system/Helpers/Form/Editor.php(738): IPS\_File->makeAttachment()
    #3 /home/sharegon/web/sharegon.pl/public_html/system/Helpers/Form/Upload.php(285): IPS\Helpers\Form\_Editor->IPS\Helpers\Form\{closure}()
    #4 /home/sharegon/web/sharegon.pl/public_html/system/Helpers/Form/Editor.php(766): IPS\Helpers\Form\_Upload->__construct()
    #5 /home/sharegon/web/sharegon.pl/public_html/system/Helpers/Form/Editor.php(185): IPS\Helpers\Form\_Editor->getUploader()
    #6 /home/sharegon/web/sharegon.pl/public_html/system/Content/Controller.php(2694): IPS\Helpers\Form\_Editor->__construct()
    #7 /home/sharegon/web/sharegon.pl/public_html/applications/forums/modules/front/forums/topic.php(1247): IPS\Content\_Controller->_edit()
    #8 /home/sharegon/web/sharegon.pl/public_html/system/Content/Controller.php(2425): IPS\forums\modules\front\forums\_topic->_edit()
    #9 /home/sharegon/web/sharegon.pl/public_html/applications/forums/modules/front/forums/topic.php(1275): IPS\Content\_Controller->__call()
    #10 /home/sharegon/web/sharegon.pl/public_html/system/Dispatcher/Controller.php(107): IPS\forums\modules\front\forums\_topic->__call()
    #11 /home/sharegon/web/sharegon.pl/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #12 /home/sharegon/web/sharegon.pl/public_html/applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute()
    #13 /home/sharegon/web/sharegon.pl/public_html/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_topic->execute()
    #14 /home/sharegon/web/sharegon.pl/public_html/index.php(13): IPS\_Dispatcher->run()
    #15 {main}

     

×
×
  • Create New...