Jump to content

Vasile Rogoz

Clients
  • Posts

    9
  • 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

Everything posted by Vasile Rogoz

  1. Until now I have never had this problem with sending emails to fail and when I do an email test to tell me: test email » Server did not accept message for delivery but provided no error message. ERROR show » The last 6 emails the system attempted to send failed. This indicates there is probably an error with your email settings. Do you have a twist or idea?
  2. It's quite a stressful thing and at the same time strangely very cool. Since I adapted the platform to the new version of php 8x all themes whether I put a compatible one of 4.7 or any even if I try to put group name indicator that was taken from marcket place or even bump topic, these being compatible with php 8 or with that tima community drops with error 500 and appears in logs [07-Dec-2023 09:16:55 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/XXX/public_html/forum/system/Theme/Theme.php(885) : eval()'d code on line 8763 [07-Dec-2023 09:18:58 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/XXX/public_html/forum/system/Theme/Theme.php(885) : eval()'d code on line 8763 [07-Dec-2023 09:19:01 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/XXX/public_html/forum/system/Theme/Theme.php(885) : eval()'d code on line 8763 [07-Dec-2023 09:19:02 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/XXX/public_html/forum/system/Theme/Theme.php(885) : eval()'d code on line 8763 [07-Dec-2023 09:19:02 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/XXX/public_html/forum/system/Theme/Theme.php(885) : eval()'d code on line 8763 There's not even line 8763 in Themes.php, it's weirdly bad.
  3. REPLACE INTO `core_follow_count_cache` ( `id`, `class`, `count`, `added` ) VALUES ( NULL, 'IPS\core\Member', 0, 1681073816 ) Column 'id' cannot be null #0 /home/directory/public_html/forum/system/Db/Db.php(972): IPS\_Db->preparedQuery('/*directory_fo...', Array) #1 /home/directory/public_html/forum/system/Patterns/ActiveRecord.php(733): IPS\_Db->replace('core_follow_cou...', Array) #2 /home/directory/public_html/forum/system/Patterns/ActiveRecord.php(761): IPS\Patterns\_ActiveRecord::_followers('member', NULL, 3, Array, NULL, NULL, NULL, true) #3 /home/directory/public_html/forum/system/Member/Member.php(1541): IPS\Patterns\_ActiveRecord::_followersCount('member', NULL, 3, Array, NULL) #4 /home/directory/public_html/forum/system/Theme/Theme.php(885) : eval()'d code(99): IPS\_Member->followersCount() #5 /home/directory/public_html/forum/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_profile->allFollowers(Object(IPS\Member), Object(IPS\Db\Select), 24) #6 /home/directory/public_html/forum/applications/core/modules/front/members/profile.php(1878): IPS\Theme\_SandboxedTemplate->__call('allFollowers', Array) #7 /home/directory/public_html/forum/system/Dispatcher/Controller.php(107): IPS\core\modules\front\members\_profile->followers() #8 /home/directory/public_html/forum/applications/core/modules/front/members/profile.php(81): IPS\Dispatcher\_Controller->execute() #9 /home/directory/public_html/forum/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #10 /home/directory/public_html/forum/index.php(13): IPS\_Dispatcher->run() #11 {main} Hello community! I want an exhortation on how I could solve this, or even a precise resolution.
  4. I installed the final and compatible version of php 8 on the forum group name indicator and the widgets do not appear with it Second, I put in the Who Was Online (Hours) plugin and then nothing appears in the block manager Do you have any solution? When I disable the Was Online (Hours) plugin, then the widgets appear again
×
×
  • Create New...