Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 281
Total: 282

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.


Topics - spikeweb

Pages: [1]
1
Support / Error message : The /e modifier is deprecated
« on: June 01, 2015, 01:07:55 pm »
I have recently changed my server and from that time, I get thousands of error messages per hour on my forum using SMF Gallery Pro 6.0.5.

The error message is :
"8192: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
Fichier: /home/path_to_forum_/Sources/Load.php(195) : runtime-created function
Ligne: 3"

I presume that there is a direct link with the Php release installed on the new server ?
Is there any modification to apply to the gallery in order to prevent this message to appear ?

Thanks for your hep,

JC



2
Support / 8: Undefined index: id_picture error in log
« on: June 03, 2014, 09:48:43 am »
Hi,
Just upgraded to latest 5.0.10 release and this is the entry I get in error log for any picture displayed by visitors and members :

8: Undefined index: id_picture
Fichier: mypath/Themes/default/Gallery.template.php (view_picture sub template - eval?)
Ligne: 2338

Any idea to solve the issue ?

Thanks a lot :)

3
Support / SMF Galllery causing MySQL to hang
« on: January 25, 2012, 04:14:47 pm »
Running SMF Gallery for sometime already, I face an issue from a few days where MySQL server hangs due to a SMF Gallery query, as investigated by my sysadmin.

Here is the query wher forum1 is the database:

Query_time: 495  Lock_time: 0  Rows_sent: 11692  Rows_examined: 203822242
SELECT
                               COUNT(*) as total
                       FROM (forum1_gallery_pic as p, forum1_gallery_comment as com)

               LEFT JOIN forum1_members AS m  ON (m.ID_MEMBER = p.ID_MEMBER)
               LEFT JOIN forum1_gallery_usersettings AS s ON (s.ID_MEMBER = m.ID_MEMBER)
               LEFT JOIN forum1_gallery_log_mark_view AS v ON (p.ID_PICTURE = v.ID_PICTURE AND v.ID_MEMBER = 51080 AND v.user_id_cat = p.USER_ID_CAT)
                                       WHERE ((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 com.ID_PICTURE = p.ID_PICTURE GROUP BY p.ID_PICTURE;

I have some more queries causing the same default. Available on demand but same structure.

Any idea of what could be the cause of the problem and how to correct it ?

THX a lot for your support,

4
Support / search entire gallery setting ?
« on: June 20, 2011, 08:23:56 am »
I checked the forum but did not find an answer. Is there a way to prevent users to search the entire gallery ?

I actually have a gallery with 10000+ images and from time to time, the web server has to handle a long request. The last one is :

Code: [Select]
Query_time: 381
Lock_time: 0
Rows_sent: 10626
Rows_examined: 120771768

SELECT
                               COUNT(*) as total
                       FROM (forum1_gallery_pic as p, forum1_gallery_comment as com)

               LEFT JOIN forum1_members AS m  ON (m.ID_MEMBER = p.ID_MEMBER)
               LEFT JOIN forum1_gallery_usersettings AS s ON (s.ID_MEMBER = m.ID_MEMBER)
               LEFT JOIN forum1_gallery_log_mark_view AS v ON (p.ID_PICTURE = v.ID_PICTURE AND v.ID_MEMBER = 25659 AND v.user_id_cat = p.USER_ID_CAT)
                                       WHERE ((s.private =0 || s.private IS NULL ) AND (s.password = '' || s.password IS NULL ) AND p.USER_ID_CAT !=0 AND p.a
pproved =1) || (p.approved =1 AND p.USER_ID_CAT =0)   AND com.ID_PICTURE = p.ID_PICTURE GROUP BY p.ID_PICTURE;

I wonder how to prevent a guest user/registered user to start search a search.

5
Support / Showing last images thumbnails outside of the gallery
« on: September 27, 2010, 04:23:10 pm »
I browsed the all forum (... almost) in the past days to find out how to display latest images from the gallery on an external site, outside of my forum. Did not find.

The idea is to display one image at a time out of the gallery, as a thumbnail, in a Wordpress site. If it is more generic, and not only Wordpress, it can help also (Xoops CMS as a target too).

Is there any mod, or any way to use the RSS feed ?

Thanks for your help,

JC

6
Support / RSS feed not usable ?
« on: September 24, 2010, 03:47:40 pm »
I try to get my gallery feed republished via Twitterfeed service.
If I load the feed in my browser, I can go the XML content :

http://forum.nikonpassion.com/index.php?action=gallery;sa=xml;cmd=recent

When using Twitter feed, the feed does not validate, so not usable.

Any idea to solve the issue ?

THX

7
Support / Upgrade procedure
« on: May 28, 2010, 11:49:04 am »
I read the all forum but cannot find an exact upgrade procedure from 3.0.2 to 3.0.3.

I guess I have to installe 3.0.3 and then remove 3.0.2 but after 3.0.3 installation I have a link close to 3.0.2 package with "upgrade"label ??

Can you help ?

Thanks a lot

8
Support / 3.0.3 release ? What's new ?
« on: May 26, 2010, 03:56:06 am »
I just realized that there is a 3.0.3 release available, as mentionned in my admin panel.
I cannot find anywhere here what this release provides ? Just a maintenance release ? New features ?

Thanks for answer

9
Support / Recently modified albums/categories
« on: May 17, 2010, 04:47:59 am »
Is there any possibility to display a block/list on the gallery front page with the recently modified albums/categories ?

I can get the recently modified/commented/uploaded/etc... pictures but not the album (users request)

THX :)

10
Support / Quick reply box with full editor ?
« on: May 17, 2010, 04:44:36 am »
I have a request from my users wanting to use the "quick reply" box to leave comments but also wanting to have a full editor (including emoticons and image attachments capabilities) in this "quick reply" - so it is not a quick reply anymore, I know but ...

Actually, I use the standard link to the full reply box only but cannot see ho to get the quick reply and editor used simultaneously.

Any idea ?

THX :)

Pages: [1]

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

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

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal