AJ ajdunevent

ajdunevent opened issue diogo/gnu-social#253

magic quotes are deprecated in PHP 7.4, removed in PHP 8.0, causing showstopping errors

2 years ago

ajdunevent commented on issue diogo/gnu-social#252

Solution for #248

This change does seem to break install.php with "Database error: Cannot connect to database: MDB2 Error: insufficient permissions" so it needs some more finesse.

2 years ago

ajdunevent commented on issue diogo/gnu-social#248

mysqli_num_rows() doesn't like bool

May be solved by https://notabug.org/diogo/gnu-social/pulls/252

2 years ago

ajdunevent commented on issue diogo/gnu-social#252

Solution for #248

I 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.

2 years ago

ajdunevent created pull request diogo/gnu-social#252

Solution for #248

2 years ago

ajdunevent pushed to mysqli_num_rows-NO-BOOL at ajdunevent/gnu-social

  • 5a1747ed73 Solution for #248 Make sure $this->result is not bool before using it in mysqli_num_rows().

2 years ago

ajdunevent created new branch mysqli_num_rows-NO-BOOL at ajdunevent/gnu-social

2 years ago

ajdunevent forked a repository to ajdunevent/gnu-social

2 years ago

ajdunevent opened issue diogo/gnu-social#248

PHP installation issues

2 years ago