at first i wanted to thank you that you keep the gallery project alive!
I was previously running on the git version of gallery3 and now just swiched the remote to this repository.
After logging in i see an error which is also in the gallery log:
128 /**
129 * Iterator: key
130 */
131 public function key(): mixed
132 {
133 return $this->current_row;
134 }
135
136 /**
137 * Iterator: next
138 */
It appears the download of the zip file from the website does not include any of the php8 fixes. Download master from github directly and it will probably fix those errors you're seeing.
Hi,
at first i wanted to thank you that you keep the gallery project alive!
I was previously running on the git version of gallery3 and now just swiched the remote to this repository. After logging in i see an error which is also in the gallery log:
What could be the cause? I removed all local changes ... I also tried to switch to the default wind and wide wind theme with no luck.
Thanks for any hints on this!
Bye Peter