Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 8, 20231 yr Just upgraded to 4.7.7. Nice job on the Gallery. Getting a Cron error. Thoughts? Hook or Core? Thx. Exception: OutOfRangeException Object ( [message:protected] => [string:Exception:private] => [code:protected] => 0 [file:protected] => /home/mysite/public_html/system/Patterns/ActiveRecord.php [line:protected] => 142 [trace:Exception:private] => Array ( [0] => Array ( [file] => /home/mysite/public_html/system/Member/Club/Club.php [line] => 1370 [function] => load [class] => IPS\Patterns\_ActiveRecord [type] => :: [args] => Array ( [0] => 1 ) ) [1] => Array ( [file] => /home/mysite/public_html/init.php(935) : eval()'d code [line] => 226 [function] => nodes [class] => IPS\Member\_Club [type] => -> [args] => Array ( ) ) [2] => Array ( [file] => /home/mysite/public_html/applications/core/tasks/clubrebuild.php [line] => 58 [function] => nodes [class] => IPS\Member\clubsenhancements_hook_ceClub [type] => -> [args] => Array ( ) ) [3] => Array ( [file] => /home/mysite/public_html/system/Task/Task.php [line] => 375 [function] => IPS\core\tasks\{closure} [class] => IPS\core\tasks\_clubrebuild [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /home/mysite/public_html/applications/core/tasks/clubrebuild.php [line] => 80 [function] => runUntilTimeout [class] => IPS\_Task [type] => -> [args] => Array ( [0] => Closure Object ( [this] => IPS\core\tasks\clubrebuild Object ( [caches:protected] => Array ( ) [_data:protected] => Array ( [id] => 3849 [app] => core [key] => clubrebuild [frequency] => P0Y0M0DT0H20M0S [next_run] => 1675853461 [running] => 1 [enabled] => 1 [plugin] => [lock_count] => 0 [last_run] => 0 ) [_new:protected] => [changed] => Array ( [running] => 1 [next_run] => 1675853461 ) [skipCloneDuplication] => ) ) ) ) [5] => Array ( [file] => /home/mysite/public_html/system/Task/Task.php [line] => 274 [function] => execute [class] => IPS\core\tasks\_clubrebuild [type] => -> [args] => Array ( ) ) [6] => Array ( [file] => /home/mysite/public_html/system/Task/Task.php [line] => 237 [function] => run [class] => IPS\_Task [type] => -> [args] => Array ( ) ) [7] => Array ( [file] => /home/mysite/public_html/applications/core/interface/task/task.php [line] => 72 [function] => runAndLog [class] => IPS\_Task [type] => -> [args] => Array ( ) ) ) [previous:Exception:private] => )
February 8, 20231 yr Its very likely this is 3rd party here. If you take a look at your system logs, you have many error relating to the considerable number of items you have installed there. Some of these are also in the clubs area of gallery
February 8, 20231 yr Author Ok. I'll start digging. I now just got this also: A configuration issue has been detected on your community which requires your attention. Locked Task: clubrebuild One of the routine maintenance tasks which run in the background has failed several times, which may indicate a configuration issue.
February 8, 20231 yr Glad you are getting to the bottom of it. Unfortunately running so many 3rd party items will at times lead to issues such as these, and disabling should always be the first course of action
February 8, 20231 yr Author Half agree. Don't get me started 😇 The goal is to have a great marketplace with great developers who are in sync with a great IPS platform... harmony is the goal. But yes, there are incompatibilities to be expected as we all try to stay at the cutting edge. As long as the problems are quickly resolved, all good. Thanks for your usual quick response Marc.
February 10, 20231 yr Author As per: https://invisioncommunity.com/forums/topic/454275-improved-clubs-enhancements/?do=findComment&comment=2926372 I will have to wait for your changes in IPS. I did go to the core_clubs_node_map in PHPMyAdmin, but running the SQL to find the orphaned records is above my pay grade 🥲
February 13, 20231 yr Like always improved clubs plugin crash someone forums 🙂 Had it like 5 times and not waiting for update just fixing it by my self for faster response.
February 13, 20231 yr Author 1 hour ago, wegorz23 said: Like always improved clubs plugin crash someone forums 🙂 Had it like 5 times and not waiting for update just fixing it by my self for faster response. Well, you’re lucky because I’m not good enough a programmer to fix it myself.
March 1, 20231 yr On 2/13/2023 at 11:25 AM, Giray said: Well, you’re lucky because I’m not good enough a programmer to fix it myself. im just googleing master so watch ur error code problem and search in google / stackoverflow. in my case errors was after upgrading to php8.0 and functions that was not supported between php7.2 and php8.0. goog luck. just write message to author of plugins for help