Jump to content

peter.schaefer

Clients
  • Posts

    85
  • 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 peter.schaefer

  1. My log file shows a bunch of errors and i don't know where to start solving them, so i appreciate any hint, answer and help.

    I attached the log summary. The Errors are:

    1. TypeError: mb_strtolower(): Argument 1 ($string) must be of type string, array given (0) -> 167 counted
    2. TypeError: mb_strtolower(): Argument 1 ($string) must be of type string, array given (0) -> 86 counted
    3. SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 85 counted
    4. SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 57 counted
    5. SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 39 counted
    6. SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 16 counted
    7. SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('+{query}' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 11 counted

     

    TypeError: mb_strtolower(): Argument 1 ($string) must be of type string, array given (0)
    #0 .../ipb/system/Email/Incoming/Email.php(186): mb_strtolower(Array)
    #1 .../ipb/system/Email/Incoming/Email.php(166): IPS\Email\Incoming\_Email->_decodePart('\r\nContent-Type:...')
    #2 .../ipb/system/Email/Incoming/Email.php(86): IPS\Email\Incoming\_Email->_decodePart('Return-Path: <b...')
    #3 .../ipb/applications/core/tasks/pop.php(59): IPS\Email\Incoming\_Email->__construct('Return-Path: <b...')
    #4 .../ipb/system/Task/Task.php(274): IPS\core\tasks\_pop->execute()
    #5 .../ipb/system/Task/Task.php(237): IPS\_Task->run()
    #6 .../ipb/applications/core/interface/task/task.php(72): IPS\_Task->runAndLog()
    #7 {main} -> counted 167
    
    TypeError: mb_strtolower(): Argument 1 ($string) must be of type string, array given (0)
    #0 .../ipb/system/Email/Incoming/Email.php(186): mb_strtolower(Array)
    #1 .../ipb/system/Email/Incoming/Email.php(166): IPS\Email\Incoming\_Email->_decodePart('\r\nContent-Type:...')
    #2 .../ipb/system/Email/Incoming/Email.php(86): IPS\Email\Incoming\_Email->_decodePart('Return-Path: <b...')
    #3 .../ipb/applications/core/tasks/pop.php(59): IPS\Email\Incoming\_Email->__construct('Return-Path: <b...')
    #4 .../ipb/system/Task/Task.php(274): IPS\core\tasks\_pop->execute()
    #5 .../ipb/system/Task/Task.php(237): IPS\_Task->run()
    #6 .../ipb/applications/core/interface/task/task.php(58): IPS\_Task->runAndLog()
    #7 {main}} -> counted 86
    
    SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ('' IN BOOLEAN MODE)))/POWER(( ( UNIX_TIMESTAMP( NOW() ) - ( CASE WHEN index_date_updated <= UNIX_TIMESTAMP( NOW() ) THEN index_date_updated ELSE 0 END )) / 3600 ) + 2,1.5) AS calcscore FROM `core_search_index` AS `main` LEFT JOIN `cms_pages` ON cms_pages.page_id=main.index_item_id WHERE ( index_class='IPS\cms\Pages\PageItem' OR ( index_class IN('IPS\\cms\\Records1','IPS\\cms\\Records\\Comment1','IPS\\cms\\Records\\Review1') ) OR ( index_class IN('IPS\\cms\\Records2','IPS\\cms\\Records\\Comment2','IPS\\cms\\Records\\Review2') ) OR ( index_class IN('IPS\\cms\\Records3','IPS\\cms\\Records\\Comment3','IPS\\cms\\Records\\Review3') ) OR ( index_class IN('IPS\\cms\\Records4','IPS\\cms\\Records\\Comment4','IPS\\cms\\Records\\Review4') ) OR ( index_class IN('IPS\\cms\\Records5','IPS\\cms\\Records\\Comment5','IPS\\cms\\Records\\Review5') ) OR ( index_class IN('IPS\\cms\\Records7','IPS\\cms\\Records\\Comment7','IPS\\cms\\Records\\Review7') ) OR ( index_class IN('IPS\\blog\\Entry','IPS\\blog\\Entry\\Comment') ) OR ( index_class IN('IPS\\gallery\\Image','IPS\\gallery\\Image\\Comment','IPS\\gallery\\Image\\Review') ) OR ( index_class IN('IPS\\gallery\\Album\\Item','IPS\\gallery\\Album\\Comment','IPS\\gallery\\Album\\Review') ) OR ( index_class IN('IPS\\downloads\\File','IPS\\downloads\\File\\Comment','IPS\\downloads\\File\\Review') ) OR ( index_class IN('IPS\\nexus\\Package\\Item','IPS\\nexus\\Package\\Review') ) OR index_class='IPS\forums\Topic\Post' OR ( index_class IN('IPS\\calendar\\Event','IPS\\calendar\\Event\\Comment','IPS\\calendar\\Event\\Review') ) ) AND ( ( index_class='IPS\cms\Pages\PageItem' AND cms_pages.page_>=0 ) ) AND ( ( MATCH(index_content,index_title) AGAINST ('' IN BOOLEAN MODE) ) OR ( index_item_index_id=index_id AND ( index_item_index_id IN(3127361) ) ) ) AND ( index_permissions = '*' OR ( FIND_IN_SET(2,index_permissions) ) ) AND index_hidden=0 ORDER BY calcscore DESC LIMIT 0,25 IPS\Db\Exception: Unknown column 'cms_pages.page_' in 'field list' (1054)
    #0 .../ipb/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ipb::ipbu::IP...', Array, true)
    #1 .../ipb/system/Db/Select.php(446): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 .../ipb/system/Content/Search/Mysql/Query.php(1329): iterator_to_array(Object(IPS\Db\Select))
    #4 .../ipb/applications/core/modules/front/search/search.php(746): IPS\Content\Search\Mysql\_Query->search('1', Array, 17, 'and')
    #5 .../ipb/applications/core/modules/front/search/search.php(126): IPS\core\modules\front\search\_search->_results()
    #6 .../ipb/system/Dispatcher/Controller.php(118): IPS\core\modules\front\search\_search->manage()
    #7 .../ipb/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #8 .../ipb/index.php(13): IPS\_Dispatcher->run()
    #9 {main}} -> counted 85
    
    SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ('' IN BOOLEAN MODE)))/POWER(( ( UNIX_TIMESTAMP( NOW() ) - ( CASE WHEN index_date_updated <= UNIX_TIMESTAMP( NOW() ) THEN index_date_updated ELSE 0 END )) / 3600 ) + 2,1.5) AS calcscore FROM `core_search_index` AS `main` LEFT JOIN `cms_pages` ON cms_pages.page_id=main.index_item_id WHERE ( index_class='IPS\cms\Pages\PageItem' OR ( index_class IN('IPS\\cms\\Records1','IPS\\cms\\Records\\Comment1','IPS\\cms\\Records\\Review1') ) OR ( index_class IN('IPS\\cms\\Records2','IPS\\cms\\Records\\Comment2','IPS\\cms\\Records\\Review2') ) OR ( index_class IN('IPS\\cms\\Records3','IPS\\cms\\Records\\Comment3','IPS\\cms\\Records\\Review3') ) OR ( index_class IN('IPS\\cms\\Records4','IPS\\cms\\Records\\Comment4','IPS\\cms\\Records\\Review4') ) OR ( index_class IN('IPS\\cms\\Records5','IPS\\cms\\Records\\Comment5','IPS\\cms\\Records\\Review5') ) OR ( index_class IN('IPS\\cms\\Records7','IPS\\cms\\Records\\Comment7','IPS\\cms\\Records\\Review7') ) OR ( index_class IN('IPS\\blog\\Entry','IPS\\blog\\Entry\\Comment') ) OR ( index_class IN('IPS\\gallery\\Image','IPS\\gallery\\Image\\Comment','IPS\\gallery\\Image\\Review') ) OR ( index_class IN('IPS\\gallery\\Album\\Item','IPS\\gallery\\Album\\Comment','IPS\\gallery\\Album\\Review') ) OR ( index_class IN('IPS\\downloads\\File','IPS\\downloads\\File\\Comment','IPS\\downloads\\File\\Review') ) OR ( index_class IN('IPS\\nexus\\Package\\Item','IPS\\nexus\\Package\\Review') ) OR index_class='IPS\forums\Topic\Post' OR ( index_class IN('IPS\\calendar\\Event','IPS\\calendar\\Event\\Comment','IPS\\calendar\\Event\\Review') ) ) AND ( ( index_class='IPS\cms\Pages\PageItem' AND cms_pages.page_>=1 ) ) AND ( ( MATCH(index_content,index_title) AGAINST ('' IN BOOLEAN MODE) ) OR ( index_item_index_id=index_id AND ( index_item_index_id IN(3127361) ) ) ) AND ( index_permissions = '*' OR ( FIND_IN_SET(2,index_permissions) ) ) AND index_hidden=0 ORDER BY calcscore DESC LIMIT 0,25 IPS\Db\Exception: Unknown column 'cms_pages.page_' in 'field list' (1054) #0 .../ipb/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ipb::ipbu::IP...', Array, true)
    #1 .../ipb/system/Db/Select.php(446): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 .../ipb/system/Content/Search/Mysql/Query.php(1329): iterator_to_array(Object(IPS\Db\Select))
    #4 .../ipb/applications/core/modules/front/search/search.php(746): IPS\Content\Search\Mysql\_Query->search('1', Array, 17, 'and')
    #5 .../ipb/applications/core/modules/front/search/search.php(126): IPS\core\modules\front\search\_search->_results()
    #6 .../ipb/system/Dispatcher/Controller.php(118): IPS\core\modules\front\search\_search->manage()
    #7 .../ipb/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #8 .../ipb/index.php(13): IPS\_Dispatcher->run()
    #9 {main}} -> counted 57
    
    SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ('' IN BOOLEAN MODE)))/POWER(( ( UNIX_TIMESTAMP( NOW() ) - ( CASE WHEN index_date_updated <= UNIX_TIMESTAMP( NOW() ) THEN index_date_updated ELSE 0 END )) / 3600 ) + 2,1.5) AS calcscore FROM `core_search_index` AS `main` LEFT JOIN `cms_pages` ON cms_pages.page_id=main.index_item_id WHERE ( index_class='IPS\cms\Pages\PageItem' OR ( index_class IN('IPS\\cms\\Records1','IPS\\cms\\Records\\Comment1','IPS\\cms\\Records\\Review1') ) OR ( index_class IN('IPS\\cms\\Records2','IPS\\cms\\Records\\Comment2','IPS\\cms\\Records\\Review2') ) OR ( index_class IN('IPS\\cms\\Records3','IPS\\cms\\Records\\Comment3','IPS\\cms\\Records\\Review3') ) OR ( index_class IN('IPS\\cms\\Records4','IPS\\cms\\Records\\Comment4','IPS\\cms\\Records\\Review4') ) OR ( index_class IN('IPS\\cms\\Records5','IPS\\cms\\Records\\Comment5','IPS\\cms\\Records\\Review5') ) OR ( index_class IN('IPS\\cms\\Records7','IPS\\cms\\Records\\Comment7','IPS\\cms\\Records\\Review7') ) OR ( index_class IN('IPS\\blog\\Entry','IPS\\blog\\Entry\\Comment') ) OR ( index_class IN('IPS\\gallery\\Image','IPS\\gallery\\Image\\Comment','IPS\\gallery\\Image\\Review') ) OR ( index_class IN('IPS\\gallery\\Album\\Item','IPS\\gallery\\Album\\Comment','IPS\\gallery\\Album\\Review') ) OR ( index_class IN('IPS\\downloads\\File','IPS\\downloads\\File\\Comment','IPS\\downloads\\File\\Review') ) OR ( index_class IN('IPS\\nexus\\Package\\Item','IPS\\nexus\\Package\\Review') ) OR index_class='IPS\forums\Topic\Post' OR ( index_class IN('IPS\\calendar\\Event','IPS\\calendar\\Event\\Comment','IPS\\calendar\\Event\\Review') ) ) AND ( ( index_class='IPS\cms\Pages\PageItem' AND cms_pages.page_>=-1 ) ) AND ( ( MATCH(index_content,index_title) AGAINST ('' IN BOOLEAN MODE) ) OR ( index_item_index_id=index_id AND ( index_item_index_id IN(3127361) ) ) ) AND ( index_permissions = '*' OR ( FIND_IN_SET(2,index_permissions) ) ) AND index_hidden=0 ORDER BY calcscore DESC LIMIT 0,25 IPS\Db\Exception: Unknown column 'cms_pages.page_' in 'field list' (1054)
    #0 .../ipb/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ipb::ipbu::IP...', Array, true)
    #1 .../ipb/system/Db/Select.php(446): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 .../ipb/system/Content/Search/Mysql/Query.php(1329): iterator_to_array(Object(IPS\Db\Select))
    #4 .../ipb/applications/core/modules/front/search/search.php(746): IPS\Content\Search\Mysql\_Query->search('1', Array, 17, 'and')
    #5 .../ipb/applications/core/modules/front/search/search.php(126): IPS\core\modules\front\search\_search->_results()
    #6 .../ipb/system/Dispatcher/Controller.php(118): IPS\core\modules\front\search\_search->manage()
    #7 .../ipb/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #8 .../ipb/index.php(13): IPS\_Dispatcher->run()
    #9 {main}} -> counted 39
    
    SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ('' IN BOOLEAN MODE)))/POWER(( ( UNIX_TIMESTAMP( NOW() ) - ( CASE WHEN index_date_updated <= UNIX_TIMESTAMP( NOW() ) THEN index_date_updated ELSE 0 END )) / 3600 ) + 2,1.5) AS calcscore FROM `core_search_index` AS `main` LEFT JOIN `cms_pages` ON cms_pages.page_id=main.index_item_id WHERE ( index_class='IPS\cms\Pages\PageItem' OR ( index_class IN('IPS\\cms\\Records1','IPS\\cms\\Records\\Comment1','IPS\\cms\\Records\\Review1') ) OR ( index_class IN('IPS\\cms\\Records2','IPS\\cms\\Records\\Comment2','IPS\\cms\\Records\\Review2') ) OR ( index_class IN('IPS\\cms\\Records3','IPS\\cms\\Records\\Comment3','IPS\\cms\\Records\\Review3') ) OR ( index_class IN('IPS\\cms\\Records4','IPS\\cms\\Records\\Comment4','IPS\\cms\\Records\\Review4') ) OR ( index_class IN('IPS\\cms\\Records5','IPS\\cms\\Records\\Comment5','IPS\\cms\\Records\\Review5') ) OR ( index_class IN('IPS\\cms\\Records7','IPS\\cms\\Records\\Comment7','IPS\\cms\\Records\\Review7') ) OR ( index_class IN('IPS\\blog\\Entry','IPS\\blog\\Entry\\Comment') ) OR ( index_class IN('IPS\\gallery\\Image','IPS\\gallery\\Image\\Comment','IPS\\gallery\\Image\\Review') ) OR ( index_class IN('IPS\\gallery\\Album\\Item','IPS\\gallery\\Album\\Comment','IPS\\gallery\\Album\\Review') ) OR ( index_class IN('IPS\\downloads\\File','IPS\\downloads\\File\\Comment','IPS\\downloads\\File\\Review') ) OR ( index_class IN('IPS\\nexus\\Package\\Item','IPS\\nexus\\Package\\Review') ) OR index_class='IPS\forums\Topic\Post' OR ( index_class IN('IPS\\calendar\\Event','IPS\\calendar\\Event\\Comment','IPS\\calendar\\Event\\Review') ) ) AND ( ( index_class='IPS\cms\Pages\PageItem' AND cms_pages.page_>=-5 ) ) AND ( ( MATCH(index_content,index_title) AGAINST ('' IN BOOLEAN MODE) ) OR ( index_item_index_id=index_id AND ( index_item_index_id IN(3127361) ) ) ) AND ( index_permissions = '*' OR ( FIND_IN_SET(2,index_permissions) ) ) AND index_hidden=0 ORDER BY calcscore DESC LIMIT 0,25 IPS\Db\Exception: Unknown column 'cms_pages.page_' in 'field list' (1054)#0 .../ipb/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ipb::ipbu::IP...', Array, true)
    #1 .../ipb/system/Db/Select.php(446): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 .../ipb/system/Content/Search/Mysql/Query.php(1329): iterator_to_array(Object(IPS\Db\Select))
    #4 .../ipb/applications/core/modules/front/search/search.php(746): IPS\Content\Search\Mysql\_Query->search('1', Array, 17, 'and')
    #5 .../ipb/applications/core/modules/front/search/search.php(126): IPS\core\modules\front\search\_search->_results()
    #6 .../ipb/system/Dispatcher/Controller.php(118): IPS\core\modules\front\search\_search->manage()
    #7 .../ipb/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #8 .../ipb/index.php(13): IPS\_Dispatcher->run()
    #9 {main}} -> counted 16
    
    SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('+{query}' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ('+{query}' IN BOOLEAN MODE)))/POWER(( ( UNIX_TIMESTAMP( NOW() ) - ( CASE WHEN index_date_updated <= UNIX_TIMESTAMP( NOW() ) THEN index_date_updated ELSE 0 END )) / 3600 ) + 2,1.5) AS calcscore FROM `core_search_index` AS `main` LEFT JOIN `cms_pages` ON cms_pages.page_id=main.index_item_id WHERE ( index_class='IPS\cms\Pages\PageItem' OR ( index_class IN('IPS\\cms\\Records1','IPS\\cms\\Records\\Comment1','IPS\\cms\\Records\\Review1') ) OR ( index_class IN('IPS\\cms\\Records2','IPS\\cms\\Records\\Comment2','IPS\\cms\\Records\\Review2') ) OR ( index_class IN('IPS\\cms\\Records3','IPS\\cms\\Records\\Comment3','IPS\\cms\\Records\\Review3') ) OR ( index_class IN('IPS\\cms\\Records4','IPS\\cms\\Records\\Comment4','IPS\\cms\\Records\\Review4') ) OR ( index_class IN('IPS\\cms\\Records5','IPS\\cms\\Records\\Comment5','IPS\\cms\\Records\\Review5') ) OR ( index_class IN('IPS\\cms\\Records7','IPS\\cms\\Records\\Comment7','IPS\\cms\\Records\\Review7') ) OR ( index_class IN('IPS\\blog\\Entry','IPS\\blog\\Entry\\Comment') ) OR ( index_class IN('IPS\\gallery\\Image','IPS\\gallery\\Image\\Comment','IPS\\gallery\\Image\\Review') ) OR ( index_class IN('IPS\\gallery\\Album\\Item','IPS\\gallery\\Album\\Comment','IPS\\gallery\\Album\\Review') ) OR ( index_class IN('IPS\\downloads\\File','IPS\\downloads\\File\\Comment','IPS\\downloads\\File\\Review') ) OR ( index_class IN('IPS\\nexus\\Package\\Item','IPS\\nexus\\Package\\Review') ) OR index_class='IPS\forums\Topic\Post' OR ( index_class IN('IPS\\calendar\\Event','IPS\\calendar\\Event\\Comment','IPS\\calendar\\Event\\Review') ) ) AND ( ( index_class='IPS\cms\Pages\PageItem' AND cms_pages.page_>=0 ) ) AND ( ( MATCH(index_title) AGAINST ('+{query}' IN BOOLEAN MODE) ) OR ( index_item_index_id=index_id AND 1=0 ) ) AND ( index_permissions = '*' OR ( FIND_IN_SET(2,index_permissions) ) ) AND index_hidden=0 ORDER BY calcscore DESC LIMIT 0,25 IPS\Db\Exception: Unknown column 'cms_pages.page_' in 'field list' (1054)
    #0 .../ipb/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ipb::ipbu::IP...', Array, true)
    #1 .../ipb/system/Db/Select.php(446): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 .../ipb/system/Content/Search/Mysql/Query.php(1329): iterator_to_array(Object(IPS\Db\Select))
    #4 .../ipb/applications/core/modules/front/search/search.php(746): IPS\Content\Search\Mysql\_Query->search('{query}', Array, 25, 'and')
    #5 .../ipb/applications/core/modules/front/search/search.php(126): IPS\core\modules\front\search\_search->_results()
    #6 .../ipb/system/Dispatcher/Controller.php(118): IPS\core\modules\front\search\_search->manage()
    #7 .../ipb/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #8 .../ipb/index.php(13): IPS\_Dispatcher->run()
    #9 {main}} -> counted 11
    

     

  2. Well ...

    I think i still have a problem like that:
     

    The log entry was triggered by a guest (Guests)
    21 minutes ago
    The URL of page the error occurred on was Not available
    
    TypeError: mb_strtolower(): Argument #1 ($string) must be of type string, array given (0)
    #0 .../system/Email/Incoming/Email.php(186): mb_strtolower(Array)
    #1 .../system/Email/Incoming/Email.php(166): IPS\Email\Incoming\_Email->_decodePart('\r\nContent-Type:...')
    #2 .../system/Email/Incoming/Email.php(86): IPS\Email\Incoming\_Email->_decodePart('Return-Path: <b...')
    #3 .../applications/core/tasks/pop.php(59): IPS\Email\Incoming\_Email->__construct('Return-Path: <b...')
    #4 .../system/Task/Task.php(274): IPS\core\tasks\_pop->execute()
    #5 .../ipb/system/Task/Task.php(237): IPS\_Task->run()
    #6 .../ipb/applications/core/interface/task/task.php(72): IPS\_Task->runAndLog()
    #7 {main}

     

    • Invision Community

      Version 4.7.13

       
      • Running latest version

      PHP8 Compatibility Scanner

       
      • No issues identified

    • PHP

      Version 8.0.29

       
      • No issues identified

  3. 1 minute ago, Marc Stridgen said:

    if you change a PHP version, you would need to check to ensure you have the minimum requirements for the software after doing this.

    That's the problem I have again and again. I forget, what modules are must-haves and there were no errors reported regarding the missing zlib module, i was quite astonished. So i would very much appreciate a "check it you idiot" list of those modules in each installation and update process. Could be simple text, if you ask me, but a great reminder for idiots like me. 😉 🤡

    My post was just for sharing the info, because i always like sharing and being shared those things and most of the time, it's the one before the screen. 

  4. After updating the community to 4.7.4 the reported content section in the moderator-cp was broken. Some items missing and a lot of them seemd to have been deleted. The admins instead could see and read everything.

     

    Could contain: File, Webpage, Text

    Solved it by deleting the moderators, adding them all again and restricting the rights afterwards.

    Not such a big fuss, but quite annoying.

    I ran into a problem while updating too, because php80-zlib was missing:

    Could contain: File, Webpage, Person, Monitor, Screen, Hardware, Electronics, Computer Hardware

    This surely was my fault, but I would very much appreciate, if the installation and updating procedures would check, if all modules they need are installed, before throwing such an annoying error midst in the updating process.

    Solved it by installing the module, restarting php-fpm, clicking on the step1 in the browser and reloading the page. It started making the update without any other problems.

  5. 7 minutes ago, Daniel F said:

    The errorstack contained the editor, parser and HTML Purifier library, so my guess is that it’s either because of a special button or because admins have the „Post HTML“ permission while everybody else not, so it’s executing some code which calls the method only for members. 

    Thanks for that info! Wouldn't have thought of that in many days. 

    The php checkers under "Get Support" didn't throw any errors. 

    Where do i find a list of all php modules needed for the latest version of IPB?

    And thanks again for the reply.

  6. Members now get an error:
     

    [[Template forums/front/topics/topic is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    but admins don`t - which is kind of crazy ... 

     

    I updated IPB to the latest version 4.7.2.1 and everything seems to be fine. After that I updated php 7.4 to 8.0, which made some problems, because I forgot three modules. After installing them the white window vanished. Looking for the error, I used the rescue mode and turned that off afterwards.
    Now I could write as admin and another one can too, but then I got a mail from a user seeing the above error while posting.

    So I turned off everything, that i found as customizations that we have - automatically and by hand. I even deleted our theme, but the error is persistent. Emptied the cache anytime.

    There is nothing I can find in the error logs and have not the slightest clue anymore, what could still be wrong.  

     

    How do I proceed? Can´t make anyone an admin ... 

    That´s what the window looks like:

     

    Could contain: File, Webpage, Text

  7. Are you going along with that?

    Here is an example of my update trial to php8.0 from my php logs:
     

    [Sun Oct 02 18:32:40.198311 2022] [proxy_fcgi:error] [pid 61137:tid 34386205184] [client **********:56899] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Attempt to assign property "timezone" on null in /www/system/Member/Member.php:198\nStack trace:\n#0 /www/system/Log/Log.php(107): IPS\\_Member::loggedIn()\n#1 /www/init.php(1029): IPS\\_Log::log('Error: Call to ...', 'uncaught_except...')\n#2 [internal function]: IPS\\IPS::exceptionHandler(Object(Error))\n#3 {main}\n  thrown in /www/system/Member/Member.php on line 198'

    Have blank page instead of the website by the way, haven´t figured out yet, what caused that.

    A default timezone is set in php.ini:
     

    Default timezone  Europe/Berlin
  8. Sorry for the delay, took one trip of Covid and some other serious health issues.

    I installed my old virtual bulletin 3, which was quite an adventure and in that last version, that we imported into our Invision board these pictures where missing. So there should be no pictures at all in that thread and not the wrong ones.

    Maybe you have any ideas on how to solve that?

  9. Thanks for your early answers. 

    We had a RAM error with our SQL server new years eve 2020/2021. No ECC and faulty hardware - one of the errors one always hears of on long winter evenings, but never sees one in glorious technicolor and stereophonic sound. 

    This brought an error up in one table that was not automatically repairable. Due to the faulty hardware it was not possible to simple take the backup from yesterday, but using the binlog and two days of work could be fixed and it didn't look like we had lost anything.

    So to get as much information as possible, i will find out, where the problem with the database was and set up the old system again to get a glimpse at the pictures that belong there.

    Any other idea to start to solve this problem?

  10. We have a problem with the pictures assigned to a thread - they are wrong.

    Not in any place but in some like here:

    https://www.hobbyschneiderin24.net/forums/topic/161378-raglanärmel-wirft-falten/?_report=585#comment-2068017

    and here:

    https://www.hobbyschneiderin24.net/forums/topic/137155-licht-und-luft-volume-ii/page/2/#comment-1648773

    and quite sure there are a lot of other threads with that problem, but we don't know why and how to fix it.

×
×
  • Create New...