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: 43295
Total Topics: 7523
Most Online Today: 221
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 198
Total: 198

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 - Vincent Volmer

Pages: [1] 2 3 ... 26
1
Support / Schedule or direct download link
« on: November 16, 2021, 02:42:34 am »
Hello SMFHacks,

I can't find the answer so here is my question :D

Is it possible to hide the Download system for members but that downloading is still possible to download by the direct download URL? I want to setup a daily giveaway in December. It is not possible to schedule a download (if I'm right), so I have to add all downloads in the download system and add the direct link in scheduled posts (Post Scheduler 1.0.1). But... when I put all downloads online, all members can go to the downloads system and download them all, and that's not what I want hehe ...

Oh and... at this moment I'm testing with the free version of Downloads (Downloads System 3.0.11a), maybe PRO does what I need?

Thanks for your answer and/or help!
Vincent Volmer

2
Support / Re: Download Expire
« on: November 16, 2021, 02:40:47 am »
Sorry, wrong place...

3
Support / Re: Some errors in the log (low priority)
« on: February 05, 2021, 08:49:51 am »
Thanks! I installed and jumped around the Gallery for a while but still no errors in the log. Cheers!

4
Support / Some errors in the log (low priority)
« on: February 05, 2021, 03:55:17 am »
Hello SMF Hacks,

I found 2 errors in the log related to the Gallery. This is very low priority, so look at it when you have time. If it needs your attention at all. Please see errors below:

https://xxxxx/index.php?action=gallery;sa=view;id=10796
8: Trying to access array offset on value of type null
File: /home/xxxxx/domains/xxxxx/public_html/Sources/Gallery2.php
Line: 2033

https://xxxxx/index.php?pretty;action=gallery&cat=9&sa=rss
8: Trying to access array offset on value of type null
File: /home/xxxxx/domains/xxxxx/public_html/Sources/Gallery2.php
Line: 11279


Code: [Select]
==>2033:   $row['modified_real_name'] = $row2['real_name'];

11278: echo '
==>11279: <title>' . $row['title'] . '</title>';


https://digiscrap.nl/index.php?pretty;action=gallery&amp;sa=myimages;u=1162;start=20
8: Trying to access array offset on value of type null
File: /home/digiscrap/domains/digiscrap.nl/public_html/Themes/default/Gallery2.template.php
Line: 6598, 6591, 6588, 6582, 6575, 6566, 6560,6557, 6555, 6549, 6536,  6532, 6529, 6515 etc....

I don't copy all code here.

Thanks, Vincent

5
Support / Re: Ad Seller error in the log
« on: February 04, 2021, 02:37:54 am »
Thanks... fixed!

6
Support / Re: Ad Seller error in the log
« on: February 03, 2021, 03:32:11 am »
Hello,

I found the two items. Can I simply press "delete"? And will it solve the error? Please see attachments below.

Vincent

7
Support / Ad Seller error in the log
« on: February 02, 2021, 07:24:00 am »
After updating the Gallery, SMF to 2.018 and put PHP version on 7.4 I see an error in the log. Strange thing is that I don't use the ad seller module. In the past I did... so maybe it is not completely removed? It looks like it is only creating the error when browsing the SMF Gallery..

Code: [Select]
https://xxxxxxx/index.php?action=gallery;sa=view;id=29572
8: Trying to access array offset on value of type null
File: /home/digiscrap/domains/digiscrap.nl/public_html/Sources/adseller2.php
Line: 2409

Thanks!
Vincent

8
Support / Re: Hang after upgrade MariaDB to version 10.5
« on: December 27, 2020, 12:41:55 pm »
Hello,

Thanks! Yes... it is working again. Thanks you! Is this error caused by the MariaDB upgrade?

Cheers! I'm really happy ;)

9
Support / Re: Hang after upgrade MariaDB to version 10.5
« on: December 27, 2020, 12:23:06 pm »
Hereby

10
Support / Re: Hang after upgrade MariaDB to version 10.5
« on: December 27, 2020, 12:05:10 pm »
Stats is looking good: please see  https://digiscrap.nl/gallery/?sa=stats

11
Support / Re: Hang after upgrade MariaDB to version 10.5
« on: December 27, 2020, 11:57:58 am »
After disabling "recent comments on index" the page is loading fine...

12
Support / Re: Hang after upgrade MariaDB to version 10.5
« on: December 27, 2020, 11:47:14 am »
Hello,

please see attachment

13
Support / Re: Hang after upgrade MariaDB to version 10.5
« on: December 27, 2020, 11:33:37 am »
I see one query with a long time..... :

SELECT max(com.ID_COMMENT) AS lastcomment, p.id_picture, p.commenttotal, p.totalratings, p.rating, p.filesize, p.views, p.thumbfilename, p.title, p.id_member, m.real_name, p.date, p.description, p.mature, c.view, v.id_picture as unread, mg.online_color, p.totallikes FROM (smf_gallery_pic as p, smf_gallery_comment as com) LEFT JOIN smf_members AS m ON (m.id_member = p.id_member) LEFT JOIN smf_membergroups AS mg ON (mg.ID_GROUP = IF(m.ID_GROUP = 0, m.ID_POST_GROUP, m.ID_GROUP)) LEFT JOIN smf_gallery_usersettings AS s ON (s.id_member = m.id_member) LEFT JOIN smf_gallery_catperm AS c ON (c.id_group IN (0,6) AND c.id_cat = p.id_cat) LEFT JOIN smf_gallery_log_mark_view AS v ON (p.id_picture = v.id_picture AND v.id_member = 5458 AND v.user_id_cat = p.USER_ID_CAT) WHERE com.id_picture = p.id_picture AND ( ((s.private = 0 || s.private IS NULL) AND (s.password = '' || s.password IS NULL) AND p.user_id_cat != 0 AND p.approved = 1) || (p.approved = 1 AND p.user_id_cat = 0 AND (c.view IS NULL || c.view = 1))) GROUP by p.id_picture ORDER BY lastcomment DESC LIMIT 12

14
Support / Hang after upgrade MariaDB to version 10.5
« on: December 27, 2020, 10:43:40 am »
Hello SMFHacks,

I hope you are fine these days!

We've updated our MariaDB 5.5 to 10.5 today and all though the forum is working fine, the gallery makes the database using 300% memory and we need to kill MariaDB, PHP and httpd and start them again to bring the website alive. We tried to check and correct the database but there are no issues found...... and the most irritating thing is that there are no errors, not in the SMF log, not in the server logs.

Most strange is that I can access the Gallery as an Admin without any issue but as any other member (or guest) it makes the whole website unreachable by an crash or 'freeze' from the database. And because we're still using the good old SMFGalleryPro version 5, I updated today to version 9beta but still having the same issue. So I needed to disable the Gallery for now.

Do you have any Idea and can you help me with this? Thank you so much!!

Vincent Volmer

15
Latest Mods / Re: [Mod]GPDR Helper
« on: May 01, 2018, 07:02:33 am »
Thanks!

Pages: [1] 2 3 ... 26

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

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

Powered by EzPortal