ajdunevent opened issue diogo/gnu-social#253
magic quotes are deprecated in PHP 7.4, removed in PHP 8.0, causing showstopping errors3 years ago
ajdunevent commented on issue diogo/gnu-social#252
Solution for #248This change does seem to break install.php with "Database error: Cannot connect to database: MDB2 Error: insufficient permissions" so it needs some more finesse.
3 years ago
ajdunevent commented on issue diogo/gnu-social#248
mysqli_num_rows() doesn't like boolMay be solved by https://notabug.org/diogo/gnu-social/pulls/252
3 years ago
ajdunevent commented on issue diogo/gnu-social#252
Solution for #248I hope this is helpful. I have only the barest familiarity with PHP so I won't be insulted if this is a terrible solution or if it is an okay solution but terribly executed. It worked on my install but it could have consequences I'm not yet noticing.
3 years ago
ajdunevent pushed to mysqli_num_rows-NO-BOOL at ajdunevent/gnu-social
3 years ago
ajdunevent created new branch mysqli_num_rows-NO-BOOL at ajdunevent/gnu-social
3 years ago
ajdunevent forked a repository to ajdunevent/gnu-social
3 years ago