Jump to content

Clint Davis

Clients
  • Posts

    15
  • 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 Clint Davis

  1. I changed the ID in conf_global.php and Cleared System Cache, but the registration settings still say new members will go into the Members group instead of the New Members group. Is there some other action required for the conf_global.php change to be picked up?

  2. 15 hours ago, Jim M said:

    Seeing as private messaging is a group permission, you would likely want to utilize our Group Promotion feature so that once a user gets 5 posts, the system automatically promotes them to a new group which has this functionality.

    Is this the general concept?

    1. Create a "New Members" group with no messages privilege.
    2. Place people in "New Members" when the first sign up. (not sure how)
    3. Create a Group Promotion that moves people from "New Members" to "Members" after X content items created.
    4. Ensure "Members" have messages privilege.
  3. Is it possible to restrict new members from sending private messages until they've made at least 5 posts? I've traversed the settings, and I can't seem to find any way to restrict private messages.

  4. My forums have started throwing an error 200 when trying to upload images using either the "choose files..." link or dragging and dropping. I've attempted to upload a couple of JPGs that are 500Kb or less.

    Server Specs:
    Invision Community 4.7.10
    PHP 8.1.18
    file_uploads = On
    upload_max_filesize = 20M
    max_file_uploads = 20
    max_execution_time = 30
    max_input_time = 60
    memory_limit = 512M

    I'm not seeing any errors in /var/log/php8.1-fpm.log. No errors in my Admin CP error logs or on the support page in the Admin CP. Other suggestions to troubleshoot?

    Could contain: Triangle, Text

  5. So, I upgraded to 4.7.3 this morning and tried the switch to PHP 8.0 again. This time I'm getting a different error. Can you confirm this is related to a theme? Maybe a global template?

    [19-Oct-2022 13:39:35 UTC] PHP Fatal error:  Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/realtree/forums.realtree.com/public_html/uploads/template_1_ad9ae6e9ced8695954ac11f917afdfac_global.php on line 526

    The PHP8 Compatibility Scanner on the support page isn't showing any issues. Any suggestions for my developer to troubleshoot this?

  6. I have a fully patched v4.7.0 running. I switched my server from PHP 7.4 to 8.0. When I did that, there was a 500 error in the browser. When I looked at the server logs, I saw the following repeated several times:

    [27-Jul-2022 15:07:10 UTC] PHP Fatal error:  Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/realtree/forums.realtree.com/public_html/system/Theme/Theme.php(885) : eval()'d code on line 525

    I have another fully patched v4.7.0 running on the same server. That site had no issues when I switched to PHP 8.0. Is this some type of theme problem? I compared the Theme.php file in both sites, and they're identical.

×
×
  • Create New...