This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
misctroubleshooting [2021/07/13 06:07] dwheele [Solution] |
misctroubleshooting [2023/03/18 04:24] (current) dwheele [Solution] |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| [7/9/2021] | [7/9/2021] | ||
| + | |||
| + | |||
| + | ===== Coppermine Photo Gallery gave php error on install ===== | ||
| + | |||
| + | Complained like this: | ||
| + | |||
| + | < | ||
| + | [Fri Mar 17 20: | ||
| + | </ | ||
| + | |||
| + | ==== Surrounded the imagedestroy call with if not-equal null ==== | ||
| + | |||
| + | < | ||
| + | if ($source_a != null) { | ||
| + | @imagedestroy($source_a); | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||