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: 43261
Total Topics: 7519
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 277
Total: 278

Author Topic: Error in 1.1  (Read 4982 times)

0 Members and 1 Guest are viewing this topic.

Offline rjmiz

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Error in 1.1
« on: November 02, 2006, 08:44:53 am »
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE ID_MEMBER = 48 LIMIT 1' at line 1
File: /home/content/r/j/m/rjmiz/html/smf/Sources/Gallery.php
Line: 3198

Message I get when I go to
File Space Manager>Recount Space Used

Hmmmm my problem? or is it yours?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Error in 1.1
« Reply #1 on: November 02, 2006, 10:24:33 am »
I have a hotfix for it.

Open Sources/Gallery.php
Around line 3196 in function RecountFileQuotaTotals
Find
Code: [Select]
mysql_free_result($dbresult2);
//Update the quota
db_query("UPDATE {$db_prefix}gallery_userquota SET totalfilesize = $total WHERE ID_MEMBER = " . $row['ID_MEMBER'] . " LIMIT 1", __FILE__, __LINE__);
Change to
Code: [Select]
if($total == '')
$total = 0;

mysql_free_result($dbresult2);
//Update the quota
db_query("UPDATE {$db_prefix}gallery_userquota SET totalfilesize = $total WHERE ID_MEMBER = " . $row['ID_MEMBER'] . " LIMIT 1", __FILE__, __LINE__);
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
4724 Views
Last post November 20, 2006, 03:00:57 pm
by Elkaholic
4 Replies
6352 Views
Last post January 30, 2007, 06:25:15 pm
by TenshiHime
2 Replies
6348 Views
Last post August 23, 2007, 07:20:24 pm
by rumboogy
4 Replies
11571 Views
Last post February 09, 2008, 11:44:03 pm
by ApplianceJunk
2 Replies
4357 Views
Last post April 01, 2008, 04:26:26 am
by warhonowicz

+- Recent Topics

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
Today at 08:27:36 am

No thumbnails on new uploads by Tonyvic
Today at 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

[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

Powered by EzPortal