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

Everything posted by peter.schaefer

  1. I have an option named "PII & Deletion Requests" under AdminCP -> Members -> Members I am not quite sure, if this is an add on or standard feature. If it is a standard feature, how can users trigger both of them?
  2. Thanks for finding the broken mail which caused 1 & 2. 🙏 Any idea what´s causing the other entries?
  3. 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: TypeError: mb_strtolower(): Argument 1 ($string) must be of type string, array given (0) -> 167 counted TypeError: mb_strtolower(): Argument 1 ($string) must be of type string, array given (0) -> 86 counted SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 85 counted SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 57 counted SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 39 counted SELECT main.*, cms_pages.page_, ((MATCH(index_title) AGAINST ('' IN BOOLEAN MODE)*5)+(MATCH(index_content,index_title) AGAINST ... -> 16 counted 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
  4. 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
  5. Looking at the admin panel at the social media promotion, there is "our picks" enabled, Twitter not set up, but the button above an post shows twitter and google +. How do I get rid of Twitter and Google + and have only our picks active?
  6. 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.
  7. 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. 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: 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.
  8. Checked this today and it works as expected. Thanks for the hint.
  9. 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.
  10. Ok, tested it and it is running by now, but why could admins post and members not? Thanks anyway for the fast reply! 🙏
  11. Ups ... Installed and activated. Shall I test it or you? Any list with all modules required? I am afraid I haven't found that.
  12. 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:
  13. Interesting the php 8 timezone error seems gone too.
  14. Missed some php modules -> filter, gmp and phar. My fault, blank page is gone.
  15. 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
  16. 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?
  17. 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?
  18. Just as an idea - is there a way to convert the old board again and substitute this for the old conversion? Kind of a broadsword attack maybe.
  19. I don't know and as a matter of fact I am afraid I have to reinstall the old vbulletin board to take a look at that. Any better idea?
  20. Since the pictures are connected with monthly_2019_03 in their path and we converted from vbulletin/photopost to ipb, I assume something began going wrong somewhere and it started mixing pictures and threads.
  21. 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.
  22. Some examples for spam not processed by now. spam_examples_01.zip
×
×
  • Create New...