Jump to content

Egorkin

Clients
  • Posts

    219
  • 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 Egorkin

  1. 12 hours ago, Mark H said:

    If I've understood what you mean, you can edit further.

    Yes! A warning that I exceed the length should appear near the input field during editing. So that the work done is not wasted, because it infuriates!

     

    12 hours ago, Mark H said:

    That part is working as intended (or at least, as written).

    Bad idea  🙂

  2. Yes, that's right!

    The old header remains, and the new corrected one is lost.

    Yes, that's right! The old header remains, and the new corrected one is lost. Why can't I give the option to edit further after the error window?

  3. If I click the cursor on the topic name and edit it, but it turns out to be too long and an error message appears. And then everything just gets erased! This is a very bad interface and needs to be fixed.

  4. <?php
    error_reporting(E_ALL);
    
    $url = "https://remoteservices.invisionpower.com/connectionCheck/?version=107404";
    
    //$user_agent = 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)';
    
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    //curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($ch, CURLOPT_HEADER, 0);
    curl_setopt($ch, CURLOPT_NOBODY, 0);
    curl_setopt($ch, CURLOPT_TIMEOUT, 30);
    $res = curl_exec($ch);
    curl_close($ch);
    
    var_dump ($res);
    
    /*
      
    string(919) "
    403 ERROR
    The request could not be satisfied.
    Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
    If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
    Generated by cloudfront (CloudFront)
    Request ID: 7JVC__LseKvtRPzSm0JN3LVG1JdtUxwrXQS1h0-8bFTQJc9Po93dFw==
    "
    
     */

     

    But if I enable $user-agent, I immediately get the correct answer.

  5. When I try to update, I get a timeout from the server:
    Quote

    IPS\Http\Request\CurlException::28: https://remoteservices.invisionpower.com/upgrade/107034-107404/emailTemplates/?version=107034&apps=core,forums,calendar&alpha=
    Connection timed out after 10001 milliseconds

    From the browser, this URL gives JSON normally. Why?

    I can upgrade via SSH from the distribution, if anything... 🙄

  6. I'm trying to upgrade through the admin panel and there is no access to the server:

    Quote

     

    3C287/5 An error occurred while connecting to the update server....

    IPS\Http\Request\CurlException::28: https://remoteservices.invisionpower.com/upgrade/10***4-10***3/queries/?version=107024&apps=core,forums,calendar&alpha=
    Connection timed out after 10001 milliseconds

     

    The license is valid. Is it just me?

  7. Question to the IPS Team!

    We IPS clients are not to blame for what our president is doing in Ukraine. No sane person supports this horror. If it is impossible to renew the license, then maybe it is possible to update the distribution to preserve the security of communities? Without support and services.

    For example, Microsoft has stopped sales in Russia, but updates are available.

    Without this, we will have to switch to illegal versions for the safety of our communities. I've been an IPS customer for 15 years and that would be the worst choice.

  8. There are a lot of such errors in the error log:
     

    Quote

     

    TypeError: get_class(): Argument #1 ($object) must be of type object, null given in .../applications/core/sources/Announcements/Announcement.php:198


    Stack trace:


    #0 .../system/Theme/Theme.php(880) : eval()'d code(104): IPS\core\Announcements\_Announcement::loadAllByLocation('content')
    #1 .../system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->announcementContentTop()
    #2 .../system/Theme/Theme.php(880) : eval()'d code(18059): IPS\Theme\_SandboxedTemplate->__call('announcementCon...', Array)
    #3 .../system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->widgetContainer('header', 'horizontal')
    #4 .../system/Theme/Theme.php(880) : eval()'d code(6697): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array)
    #5 .../system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->globalTemplate('311e1da64728489...', '\n\n<section id='...', Array)
    #6 .../system/Output/Output.php(748): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)
    #7 .../applications/core/interface/file/attachment.php(136): IPS\_Output->error('\xD0\x9C\xD1\x8B \xD0\xBD\xD0\xB5 \xD1\x81\xD0\xBC\xD0...', '2S328/1', 404, '')
    #8 {main}

     

    Is this my problem or an IPB bug?

    P.S.: PHP 8.0.19 and IPB 4.6.12.1

×
×
  • Create New...