vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   error sql when trying to publish a discussion or response (https://vborg.vbsupport.ru/showthread.php?t=215838)

JuPo 06-10-2009 05:19 PM

error sql when trying to publish a discussion or response
 
Hello,

I have a error sql when trying to publish a discussion or response in my forum:

PHP Code:

(SELECT permissionspermissions2FIND_IN_SET(forumid'40,29,28,-1') AS posforumid
FROM moderator
WHERE userid 
23 AND forumid IN (40,29,28,-1)
ORDER BY pos ASC
LIMIT 1
)
UNION
(SELECT permissionspermissions20forumid
FROM moderator
WHERE userid 
23 AND forumid = -1
); 

or this to edit a post:
PHP Code:

            SELECT datelinethumbnail_datelinefilenamefilesizevisibleattachmentidcounter,                IF(thumbnail_filesize 010) AS hasthumbnailthumbnail_filesize,                attachmenttype.thumbnail AS build_thumbnailattachmenttype.newwindow            FROM attachment            LEFT JOIN attachmenttype AS attachmenttype USING (extension)            WHERE postid 34            ORDER BY attachmentid

any can help me pls ?

thank you very much...

Lynne 06-10-2009 05:35 PM

We need to see the whole error - there should be some text below the query.

JuPo 06-10-2009 07:59 PM

Okay,

these errors happen sometimes:

PHP Code:

Invalid SQL:
 
            (
SELECT permissionspermissions2FIND_IN_SET(forumid'40,29,28,-1') AS posforumid
            FROM moderator
            WHERE userid 
23 AND forumid IN (40,29,28,-1)
            
ORDER BY pos ASC
            LIMIT 1
)
            
UNION
            
(SELECT permissionspermissions20forumid
            FROM moderator
            WHERE userid 
23 AND forumid = -1
            
);
 
MySQL Error   MySQL server has gone away
Error Number  
2006
Request Date  
WednesdayJune 10th 2009 10:05:02 AM
Error Date    
WednesdayJune 10th 2009 10:05:22 AM
Script        
http://www.domain.com/newthread.php?do=postthread&f=40
Referrer      http://www.domain.com/newthread.php?do=newthread&f=40
IP Address    88.23.181.59
Username      
Yeahh!
Classname     vB_Database 

and this if edit the post:

PHP Code:

Database error in vBulletin 3.8.1:
 
Invalid SQL:
 
            
SELECT datelinethumbnail_datelinefilenamefilesizevisibleattachmentidcounter,
                IF(
thumbnail_filesize 010) AS hasthumbnailthumbnail_filesize,
                
attachmenttype.thumbnail AS build_thumbnailattachmenttype.newwindow
            FROM attachment
            LEFT JOIN attachmenttype 
AS attachmenttype USING (extension)
            
WHERE postid 34
            ORDER BY attachmentid
;
 
MySQL Error   MySQL server has gone away
Error Number  
2006
Request Date  
WednesdayJune 10th 2009 05:09:50 AM
Error Date    
WednesdayJune 10th 2009 05:10:28 AM
Script        
http://www.domain.com/editpost.php?do=updatepost&p=34
Referrer      http://www.domain.com/editpost.php?do=updatepost&postid=34
IP Address    87.217.133.234
Username      
admin
Classname     
vB_Database 

thank you very much...

Lynne 06-10-2009 08:03 PM

MySQL server has gone away is a server issue. See this: http://www.vbulletin.com/docs/html/t...mysql_goneaway and this: http://www.vbulletin.com/forum/showt...265#post310265


All times are GMT. The time now is 05:44 PM.

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.01147 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete