Jump to content

Aleksandrs Davids Sidurins

Clients
  • Posts

    29
  • 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 Aleksandrs Davids Sidurins

  1. Hi, on updating videobox plugin through marketplace got error

    image.png.a6839c2f2f807a08d7b329ea0a926b29.png

    Error log shows this one

    image.thumb.png.c63a8f2833e7aedbb01e61a9267d40e1.png

     

    I had default permissions with uploads 0777 still error, i tried to put / g+s 2777 to uploads dir, still error, asked hosting for help (think maybe php dont have rights), hosting put 0777 everywhere (www/forum.../* - yeah yeah i know) in forum still error...

    what is proper chmods?


    ? 755 - dir's
    ? 644 - file's
    ? 777 - uploads, uploads/logs, application, plugins (do we need **7 to others?, if file is executed by owner/group) 

     

    Thanks for your attention & time! Stay health!

  2. 6 hours ago, Mark H said:

    Please try this.... set that .htaccess file's permissions to 0755 rather than 0644, then test and see if that same problem happens.

    Does it?

    was already on 0644, ok problem resolved after full upgrade to 4.6.12 alfa + beta, sign in error resolved too, there was a blocking connection from hosting side..

  3. Thank you, that's makes sense!

    57 minutes ago, Stuart Silvester said:

    Your server/network is blocking the request we are sending. Here's the error response:

    ERROR 405
    Your query not allowed for this location
    If you see this error, try to use another text in edditable fields, clean cookies and cache in your browser or copy error details and write support: support@pro-managed.com?subject=Error 405
    
    Error text:
    Host: <community_url>
    Request: /cookies.html?backurl=https://<community_url>/index.php?app=core&module=system&controller=marketplace&pmtry=3
    HTTPS: on
    Protocol: HTTP/2.0
    User IP: <remote_ip>
    Browser: InvisionCommunity/1.0
    Referer: 
    Timemark: 1649405742
    ErrorCode: 405
    ClusterNodeID: M-24

     

  4. 1 hour ago, Sonya* said:

    Regarding your another issue with REST API, are you on localhost or behind .htaccess? 

    no localhost in licensed domain.

    that's the root .htaccess

    <IfModule mod_rewrite.c>
    Options -MultiViews
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    and that's the /api/

    <IfModule mod_setenvif.c>
    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
    </IfModule>
    <IfModule mod_rewrite.c>
    Options -MultiViews
    RewriteEngine On
    RewriteBase /api/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule .* index.php [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    </IfModule>

    But, ok i rolled back (even if version show 4.6.12 feelks like im on 4.6.11..), because there also was incompatibility with VideoBox plugins displaying [grid view 1] #videobox_feed, now API is working, but still can't login marketplace

  5. Got error 502, 504 or whatever, forum is not loading and die after timeout, in our case the problem was in big cache file which fetches all core_acp_notifications from database... 

    Just deleted all notifications and forum runs like F1, ok after redis like F1.. Maybe this would help someone save hours/days... Thanks...

    2022-04-03_07-14-acp-problem-1.thumb.png.b7a02c26b658834e19e1a6e2eba38a4f.png

  6. 7 hours ago, newbie LAC said:

    Hello,

    I only see 1 tag or prefix.

    How it will be looks with 5 tags?

    check please my new screen! Green line is default topic from my forum and blue line is your plugin, you see? In default topics prefixes looks good, but in your plugin this is impossible!

    tag.thumb.GIF.ac2722a203bf05f3b6141eb8e566e490.GIF

  7. Hello! Today I buyed your plugin - advenced tags & prefixes and after installation I get some problem, my forum have 4 languages, and I can't see in titles form, where is all my 4 languages? I can fill only one language in prefix. Now i can't use this plugin until developer fix this problem! 

    Please take care and make this new modification so fast how can developer!

    best regards!

     

    5a8ee7110929a_advencedtagsandprefix.thumb.GIF.6cef074aed5060cc0d1565c3f5d968ba.GIF

  8. 20 hours ago, onlyME said:

    If you only show 1 video, find 

    
    <div class='ipsGrid_span1 ipsSpacer_bottom vbItem'>

    Replace by

    
    <div class='ipsGrid_span1 ipsSpacer_bottom vbItem' {{if count( $videos ) == 1}}style='width: 100% !important;'{{endif}}>

     

    where i can find this stroke ?

    <div class='ipsGrid_span1 ipsSpacer_bottom vbItem'>

     

  9. On 01.03.2016 at 3:02 AM, onlyME said:

    I need time for other customers ideas, reports. And I always give priority to fix bugs. About new features you need to wait, I will do if they are necessary. 

    In your case, you no need to wait, you can use 'Customizable Video Feed' block. After placing it on site, click Edit button, set 'Number to show' = 1, 'Block theme' = 'Thumbnail with Title'. Save.  Then go to ACP > Customization > Themes > click </> to edit your theme > videobox > front > widgets > Videos

    Find

    
    <div class="esnList_item" {{if $orientation=='vertical'}}style="width: 33.33% !important;"{{endif}}>

    Replace by

    
    <div class="esnList_item" {{if $orientation=='vertical'}}style="width: {{if count($videos)==1}}100%{{else}}33.33%{{endif}} !important;"{{endif}}>

    Save and done.

    sidebar.jpg.78c5caa3069854d604ec3ec2c2b1

    how to do that in new videobox version if i can't find in file Videos text ? - 

    <div class="esnList_item" {{if $orientation=='vertical'}}style="width: 33.33% !important;"{{endif}}>

     

  10. Just now, onlyME said:

    Ok, I will think about it.

    when you make this? When be ready this idea?

    Just now, onlyME said:

    Ok, I will think about it.

    when you make this? When be ready this idea?

×
×
  • Create New...