Jump to content

taz.de

Clients
  • Posts

    48
  • Joined

  • Last visited

Reputation Activity

  1. Like
    taz.de got a reaction from SeNioR- in PHP 8.2 Thread   
    just to let you know: for us and especially our admins, it would be helpfull if you could synchronize the supported php version with the one supported by the actual stable debian packages.
  2. Like
    taz.de got a reaction from SeNioR- in PHP 8.2 Thread   
    One issue with PHP 8.2+ as far as I can tell, is that in Dev mode some pages act funny, with a bunch of our plugins that use the apparently standard IPB construct 'return \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() );', throwing deprecation and Exceptioning out of most pages. 
    You can of course disable deprecations in php.ini (```error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT```)
    But then the 'get support' page doesn't load, unless you hack some PHP code like this into the top of the core support.php file (```error_reporting(E_ALL | E_STRICT);```). It's possible that under 8.2 / dev / prod mode it's also throwing other errors.
    Finding a php.ini error_reporting config that works for both use cases does not seem to exist. Looking forward to PHP 8.2 support soon.
  3. Like
    taz.de reacted to Jim M in problems with "Remove content moderation"   
    You would want to go to the member's profile (or any members profile in the ACP if you want do all) in the ACP then click the down arrow on the content count and should see the option there.
  4. Like
    taz.de reacted to vbnautilus in How to change from relative to absolute dates   
    The date/time posted on each post seems to now be relative by default (e.g. "Posted 3 hours ago").  Is there a way to change this to absolute time stamps?
  5. Like
    taz.de got a reaction from Joel R in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    hi. i tried woodsmans pretty well described steps on page 1 of this topic.
    i tried to get a clean upgrade from the productive server onto a test server.
    for me, the following steps were necessary in addition to that before the upgrade:
    - i cleaned up my default language pack (which was in a mess) as described here:
      https://www.exactservers.com/topic/477-how-to-restore-the-english-us-language-pack/ 
    - in the adminCP under system/system/settings/general configuration, check if the settings
      in "Path to 'upload' directory" and "Upload URL" are correct and if not, change them
      and click on change settings.
×
×
  • Create New...