1
Feature Requests / Re: Gallery Pro v8.0 and PHP 7.4
« on: January 20, 2021, 09:35:06 pm »
Thanks - I'll contact the forum owner and suggest that he pay for an upgrade.
|
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Feature Requests / Re: Gallery Pro v8.0 and PHP 7.4« on: January 20, 2021, 09:35:06 pm »
Thanks - I'll contact the forum owner and suggest that he pay for an upgrade.
2
Feature Requests / Gallery Pro v8.0 and PHP 7.4« on: January 20, 2021, 09:24:50 pm »
I'm using Gallery Pro v8.0 (I know it's not the latest version) and when I started testing it with PHP 7.4 the following error message was logged for ./Sources/Gallery2.php
php 7.4 implode(): Passing glue string after array is deprecated. Swap the parameters. I implemented the following fix throughout the file (there are five occurrences of the following code): Find: Code: [Select] $groupsdata = implode($user_info['groups'], ','); Replace With: Code: [Select] $groupsdata = implode(',', $user_info['groups']);
3
Bugs / Re: Version 7.2.2 - Undefined Index Error Messages« on: November 14, 2017, 11:24:15 pm »Does it happen all the time with bulk uploader? Or only certain imagesI'll have to contact the use who is generating these error messages and ask them. Quote I can see one possible cause if you are using the minimum picture size setting that might cause that issue.Both minimum width and height are set to 0. 4
Bugs / Version 7.2.2 - Undefined Index Error Messages« on: November 14, 2017, 08:05:36 pm »
FYI: I've had a couple of sets of the following error messages logged (they always appear in pairs):
https://fjcc.com.au/forum_fjcc/index.php?action=gallery;sa=bulk2;catid=0;usercatid=26;sesc;procookie=YTo0OntpOjA7czo0OiI3NTM5IjtpOjE7czo0MDoiODg3MDlkZWJjZGI3MThlOWFhZjJhMmRlNWEyMmNiNjk0YWZjNmU5OSI7aToyO2k6MTY5OTc4MzAzNztpOjM7aTowO30%3D;ajax=1 8: Undefined index: picture File: /home/fjcccom/public_html/forum_fjcc/Sources/Gallery2.php Line: 6875 https://fjcc.com.au/forum_fjcc/index.php?action=gallery;sa=bulk2;catid=0;usercatid=26;sesc;procookie=YTo0OntpOjA7czo0OiI3NTM5IjtpOjE7czo0MDoiODg3MDlkZWJjZGI3MThlOWFhZjJhMmRlNWEyMmNiNjk0YWZjNmU5OSI7aToyO2k6MTY5OTc4MzAzNztpOjM7aTowO30%3D;ajax=1 8: Undefined variable: return File: /home/fjcccom/public_html/forum_fjcc/Sources/Gallery2.php Line: 7598
Pages: [1]
|
|