Jump to content

b416

Clients
  • Posts

    73
  • Joined

 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 b416

  1. Hi, 

    I just installed it on 4.6.9 and when I enable it, nothing works (i.e. I have a blank page), even the settings page in the AdminCP is blank.

    I have this error message in Apache log :

    AH01071: Got error 'PHP message: PHP Fatal error:  Declaration of IPS\\forums\\hook154::roots($permissionCheck = 'view', $member = null, $where = []) must be compatible with IPS\\forums\\_Forum::roots($permissionCheck = 'view', $member = null, $where = [], $limit = null) in /var/www/forum/forums/init.php(903) : eval()'d code on line 19'

     

  2. Common, you can't be serious.

    777 permissions is open bar, any user/process on that server can write (and delete) your files.

    You have to find the user and group running your http server (usually www-data or httpd) and give that user the necessary ownership and permissions.

     

  3. I tried to upgrade from Beta 1 and it has a strange behaviour :

    - upgrade start, downloads and extracts the files then says manual action required, go to client area to download

    - when I download the Beta 2 files from client area and apply them, I click on Continue, nothing happens

    - I go then to /admin/upgrade it says 'There are no applications available to upgrade'

    - back to AdminCP Support, it complains that some files were modified (yes, the ones I uploaded because instructed to do so)

    - download the 'unmodified' files and apply them and I am back to Beta 1...

     

    Done this a dozen times on my test site. Something is wrong with this update.

  4. On 9/26/2020 at 12:53 AM, ekforum said:

    BUMP 🙂 

    Any update on this since October 2019, nearly a full year later and no update. When I tried with 4.5.x it said that it doesn't support 7.7.0 or higher

    Would be great to have the latest version supported, as installing older versions of Elastic search could be a security risk. 

    7.9.3. is available 🙂 

    Please

    7.10.1 now...

    and Invision is still silent 

  5. 18 hours ago, AlexJ said:

    I am getting below error ...  wondering how can I configure it correctly using Redis Socket?  Trying to block the ports and such so that it server only listens to localhost.  Any thoughts? 

     

    image.png.badd4a51833bb2dd1364196a7c117cac.png

    Here is my redis configuration, it works like a charm 

    564081392_screen2020-06-2900_37_27.thumb.png.8fc94de96cc01f84fbb21f4c0f0d88c3.png

    Of course, you have to configure redis to listen on the socket instead of network port in /etc/redis/redis.conf :

    # Accept connections on the specified port, default is 6379 (IANA #815344).
    # If port 0 is specified Redis will not listen on a TCP socket.
    port 0
    
    # Unix socket.
    #
    # Specify the path for the Unix socket that will be used to listen for
    # incoming connections. There is no default, so Redis will not listen
    # on a unix socket when not specified.
    #
    unixsocket /run/redis/redis-server.sock
    unixsocketperm 766

     

     

×
×
  • Create New...