Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43293
Total Topics: 7522
Most Online Today: 118
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 104
Total: 104

Show Posts

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.


Messages - FJCC

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 images
I'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 »

Pages: [1]

+- Recent Topics

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

Powered by EzPortal