This one is only in khp; the same script works fine in gs.net:
Deleting 2198:m455bPHP Fatal error: Uncaught Error: Class 'user_flag_profile' not found in /var/www/html/classes/Profile.php:991
Stack trace:
#0 /var/www/html/scripts/clean_profiles.php(69): Profile->delete()
#1 {main}
thrown in /var/www/html/classes/Profile.php on line 991
This one is only in khp; the same script works fine in gs.net:
Deleting 2198:m455bPHP Fatal error: Uncaught Error: Class 'user_flag_profile' not found in /var/www/html/classes/Profile.php:991
Stack trace:
#0 /var/www/html/scripts/clean_profiles.php(69): Profile->delete()
#1 {main}
thrown in /var/www/html/classes/Profile.php on line 991
That looks like an issue caused by the UserFlag plugin. Not sure why tho, php wasn't case sensitive the last time I checked, in any case, maybe this helps: 67780ca4a9
That looks like an issue caused by the UserFlag plugin. Not sure why tho, php wasn't case sensitive the last time I checked, in any case, maybe this helps: https://notabug.org/diogo/gnu-social/commit/67780ca4a9841fbf0cd4d061325886eeea743644
This one is only in khp; the same script works fine in gs.net:
Deleting 2198:m455bPHP Fatal error: Uncaught Error: Class 'user_flag_profile' not found in /var/www/html/classes/Profile.php:991 Stack trace: #0 /var/www/html/scripts/clean_profiles.php(69): Profile->delete() #1 {main} thrown in /var/www/html/classes/Profile.php on line 991
That looks like an issue caused by the UserFlag plugin. Not sure why tho, php wasn't case sensitive the last time I checked, in any case, maybe this helps:
67780ca4a9
Working now! :)
oh great, interesting.