Jump to content

adekk

Clients
  • Posts

    48
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

adekk's Achievements

  1. @Marc 🙂 Sorry but that previous message looks like gtp-generated. It's a common issue. A lot of companies is using gpt-bots as support (first line). Regarding this mail. I fixed it. And ... This is strange. Like I said - I have all showing erorrs turned off. The problem was ... POSTFIX. After reconfiguring postfix and restarting the service I was able to make it work. WIthout changing php configuration. If you see this error - make sure postfix is properly configured (if you are using postfix but I believe in most cases it will be postfix).
  2. That's right. I changed it and remove it. Forgot to tell it. I changed it and remove this line - same result. Also I've put here screenshot from Invision Community phpinfo. What I did right now- I've used Support section in admin panel, disable all customization, default theme was showed - same result. I checked .htaccess if there is not line that is changing something but now. I didn't touch it. Honestly - that's the only option that is not working. I wanted to switch it from smtp (because of mail's limit)
  3. Yes. That was the idea. But I showed you - I changed configuration to hide all errors and I'm still having this. Here's phpinfo (printed by Invision Community - support section) As you can see it is turned off.
  4. Not sure if you are following the thread. Probably you are using GPT or something to reply. I don't need server administrator. Server is ours. We can change settings anytime we want. I just posted script that is showing you it's not php configuration. Scripts are not showing warnings or errors but in Admin Panel I can still see this error. Is there a special settings for that?
  5. This is super strange. I've created testing script: <?php // Set error reporting based on your PHP.ini settings error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE); // Display the current error reporting level echo "Current error reporting level: " . error_reporting() . "<br>"; // Forcefully trigger a deprecated function (strftime) echo "Testing strftime() function (deprecated in PHP 8.1+):<br>"; echo strftime('%Y-%m-%d %H:%M:%S') . "<br>"; // Test if warnings are being displayed echo "This will trigger a warning:<br>"; echo 2 / 0; // Division by zero // Test if notices are being displayed echo "This will trigger a notice:<br>"; echo $undefined_variable; // Add some output at the end to verify that the script continues to run echo "<br>Script execution completed!"; ?> Output: Current error reporting level: 22517 Testing strftime() function (deprecated in PHP 8.1+): 2024-10-11 21:55:55 This will trigger a warning: We can now exclude php settings/conf.
  6. I'm the server owner. No need to check it. I'll add E_NOTICE. We'll see.
  7. I have: error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING (I've adde E_WARNING). Same error.
  8. Hi, What kind of module is needed to send mails using PHP? I see: A test email could not be sent. Check the settings entered are correct or contact your hosting or SMTP provider for more information. preg_replace(): Passing null to parameter #2 ($replacement) of type array|string is deprecated I'm not able to use it like this. I'm the server owner. I'm using latest version (up-to-date), only one extension for topic thumbnails. In the support section - I see 0 issues (also 0 recommendations). My server is using Apache and PHP 8.1.30 currently. Maybe I'm missing some PHP module for that?
  9. Edited my other themes: Fixed! (thas was my own template). Once again, thanks! If you have any tips where to look in future to detect errors like this, maybe this will be helpful for other. I was sure reverting themes is also removing custom templates like this.
  10. It was my custom row for ads in the past. But I reverted themes. How this is possible that this is still there. Thank you very much! Honestly, I'm impressed with the support. I didn't except for example replies during NYD for example. BTW. How did you get to this. How can I (and others) detect issues like this?
  11. OK. I see you did something! I clicked on forums and it works.
  12. Just FYI. I checked logs. There's only one error: AH01071: Got error 'PHP message: 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 /var/www/(mysite)/public_html/system/Theme/Theme.php(885) : eval()'d code on line 1210' Everytime you see 500 error. It's this error.
  13. I did some chmod right now. Please, check it now.
  14. Hmm... that user is in the www group, it should be working. I see there are group permissions...
  15. Please. Try to connect now.
×
×
  • Create New...