Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
microSUPPORT for vB4 Details »»
microSUPPORT for vB4
Version: 4.6.0, by MaryTheG(r)eek MaryTheG(r)eek is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.2 Rating:
Released: 12-12-2009 Last Update: 03-30-2010 Installs: 177
DB Changes Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.

*** Link Removed ***

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 12-14-2009, 08:16 AM
bart6767 bart6767 is offline
 
Join Date: Aug 2008
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have tryed the fix and i still get this when i click tickets to do .

Code:
Database error in vBulletin 4.0.0 Release Candidate 2:

Invalid SQL:

	                        SELECT *
	                        FROM microsupport_tickets
	                        WHERE needaction=1 AND status<>3
                            ORDER BY priority ASC, updated ASC
                            LIMIT 0,;

MySQL Error   : 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 '' at line 5
Error Number  : 1064
Request Date  : Monday, December 14th 2009 @ 10:15:16 AM
Error Date    : Monday, December 14th 2009 @ 10:15:16 AM
Script        : http://www.randalstowncsc.net/support.php?do=tickets
Referrer      : http://www.randalstowncsc.net/support.php?do=main
IP Address    : 86.131.168.108
Username      : Paul67
Classname     : vB_Database
MySQL Version : 5.0.85-community-log
Reply With Quote
  #33  
Old 12-14-2009, 08:34 AM
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Location: WagnerTech.net
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
Seems that there is a bug there. If you turn both ON, it will work. I wrote it down for correction.

Maria
Your 3.8 version does this as well.
Reply With Quote
  #34  
Old 12-14-2009, 09:14 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bart6767 View Post
LIMIT 0,;
The error comes after ','. Normally there should be the number of tickets per page. I need to check what new has added in construction page navigation.

Maria
Reply With Quote
  #35  
Old 12-14-2009, 09:18 AM
bart6767 bart6767 is offline
 
Join Date: Aug 2008
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
The error comes after ','. Normally there should be the number of tickets per page. I need to check what new has added in construction page navigation.

Maria
How do i fix this then ?
Reply With Quote
  #36  
Old 12-14-2009, 09:19 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Harley D View Post
Your 3.8 version does this as well.
Yes I seen it. It's a typo on file support.php line 466.
Instead of:
Code:
    if($vbulletin->options["microsupport_products"])
    {
       $products = getProducts($ticket["productid"]);
    }
    if($vbulletin->options["microsupport_products"])
    {
       $departments = getDepartments($ticket["departmentid"]);
    }
Must be:
Code:
    if($vbulletin->options["microsupport_products"])
    {
       $products = getProducts($ticket["productid"]);
    }
    if($vbulletin->options["microsupport_departments"])
    {
       $departments = getDepartments($ticket["departmentid"]);
    }
I've wrote again microsupport_products in 2nd condition instead the correct microsupport_departments

Maria
Reply With Quote
  #37  
Old 12-14-2009, 09:23 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bart6767 View Post
How do i fix this then ?
I need to fix it, not you. First I need to check if all listings have the same problem (in case that I forgot a variable), and if not I'll try to find the solution checking the native vb files.

Maria
Reply With Quote
  #38  
Old 12-14-2009, 09:41 AM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maria, Thanks for the response, but what I was wondering I see it isn't right now but is it possible to get a forum home notification when there was a reply so one wouldn't have to sit there and wait. They may reply but if I was out how would I know without manually go there looking? Is this possible in future releases or is that something that would be too hard to add? Even a email showing it has been replied to would be nice.
Reply With Quote
  #39  
Old 12-14-2009, 09:45 AM
bart6767 bart6767 is offline
 
Join Date: Aug 2008
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
I need to fix it, not you. First I need to check if all listings have the same problem (in case that I forgot a variable), and if not I'll try to find the solution checking the native vb files.

Maria
Thanks very much for your help .
Reply With Quote
  #40  
Old 12-14-2009, 10:12 AM
Giangy94 Giangy94 is offline
 
Join Date: Jul 2009
Location: Italy
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi MicroHellas,

I find this prodct very interesting So I decided to try it. Thanks for sharing


However I have had two database errors, here: support.php?do=tickets
PHP Code:
Database error in vBulletin 4.0.0 Release Candidate 2:

Invalid SQL:

                            
SELECT *
                            
FROM microsupport_tickets
                            WHERE needaction
=AND status<>3
                            ORDER BY priority ASC
updated ASC
                            LIMIT 0
,;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
Error Number  
1064 
And the second here: support.php?do=mytickets
PHP Code:
Database error in vBulletin 4.0.0 Release Candidate 2:

Invalid SQL:

                            
SELECT *
                            
FROM microsupport_tickets
                            WHERE userid
=2
                            ORDER BY updated DESC
                            LIMIT 0
,;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
Error Number  
1064 
Reply With Quote
  #41  
Old 12-14-2009, 10:24 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Giangy94 View Post
Hi MicroHellas,

I find this prodct very interesting So I decided to try it. Thanks for sharing


However I have had two database errors, here: support.php?do=tickets
PHP Code:
Database error in vBulletin 4.0.0 Release Candidate 2:
 
Invalid SQL:
 
                            
SELECT *
                            
FROM microsupport_tickets
                            WHERE needaction
=AND status<>3
                            ORDER BY priority ASC
updated ASC
                            LIMIT 0
,;
 
MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
Error Number  
1064 
And the second here: support.php?do=mytickets
PHP Code:
Database error in vBulletin 4.0.0 Release Candidate 2:
 
Invalid SQL:
 
                            
SELECT *
                            
FROM microsupport_tickets
                            WHERE userid
=2
                            ORDER BY updated DESC
                            LIMIT 0
,;
 
MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
Error Number  
1064 
Hello,

On the same page here (Posts 33 & 36), you'll find the answer. I'm working on it.

Maria
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04626 seconds
  • Memory Usage 2,344KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete