tengo un foro echo con vbulletin 3.7.3, lo acabo de cambiar de hosting y me sale este error al generar un consulta SQL
Consulta
Código PHP:
INSERT INTO datastore VALUES('pluginlist', a:88:{s:21:"postbit_display_start\";s:1202:\"if (version_compare($vbulletin->options[\'templateversion\'], \'3.6.7\', \'>=\') && version_compare($vbulletin->options[\'templateversion\'], \'3.6.8\', \'<\'))\r\n{\r\n $template_hook[postbit_userinfo_right] = \'\';\r\n $template_hook[postbit_controls] = \'\';\r\n $template_hook[postbit_end] = \'\';\r\n}\r\nrequire_once(DIR . \'/includes/functions_post_thanks.php\');\r\n\r\nif (!(defined(\'LOCATION_BYPASS\')) && !(post_thanks_off($this->thread[\'forumid\'], $this->post, $this->thread[\'firstpostid\'], THIS_SCRIPT)))\r\n{\r\n global $ids;\r\n\r\n $thanks = fetch_thanks($this->post[\'postid\'], $ids);\r\n\r\n if (thanked_already($this->post) && $this->registry->options[post_thanks_delete_own])\r\n {\r\n $this->post[\'show_thanks_remove_option\'] = true;\r\n }\r\n\r\n if ($this->post[\'post_thanks_amount\'] > 0 && $this->thread[\'isdeleted\'] == 0)\r\n {\r\n $this->post[\'post_thanks_bit\'] = fetch_thanks_bit($this->thread[\'forumid\'], $thanks);\r\n $this->post[\'post_thanks_user\'] = $post_thanks_user;\r\n $this->post[\'post_thanks_amount_formatted\'] = vb_number_format($this->post[\'post_thanks_amount\']);\r\n\r\n $post_thanks_box = fetch_post_thanks_template($this->post);\r\n }\r\n\r\n eval(\'$template_hook[postbit_end] .= \" \' . fetch_template(\'post_thanks_box\') . \'\";\');\r\n}\r\n\";s:16:\"showthread_start\";s:815:\"//*\r\n $ara = \'<!-- message -->\'; \r\n$vbulletin->templatecache[\'postbit_legacy\'] = str_replace($ara,$ara.fetch_template(\'postbit_post_in_post_title\'),$vbulletin->templatecache[\'postbit_legacy\']);\r\nif ($vbulletin->options[\'hlfg_global\'])\r\n{\r\n $groups = explode(\',\',$vbulletin->options[\'hlfg_groups\']);\r\n if ($vbulletin->options[\'hlfg_quotes\'] AND !$vbulletin->userinfo[\'userid\'] OR $vbulletin->options[\'hlfg_quotes\'] AND (is_member_of($vbulletin->userinfo, $groups) OR $groups[0] == 0))\r\n {\r\n if (!$foruminfo[\'forum_hlfg\'])\r\n {\r\n $vbulletin->options[\'multiquote\'] = false;\r\n $vbulletin->options[\'quickreply\'] = false;\r\n }\r\n }\r\n}\r\n//*\r\n $ara = \'<!-- message -->\'; \r\n$vbulletin->templatecache[\'postbit\'] = str_replace($ara,$ara.fetch_template(\'postbit_post_in_post_title\'),$vbulletin->templatecache[\'postbit\']);\r\n\";s:13:\"profile_start\";s:1155:\"if ($_REQUEST[\'do\'] == \'dismissednotices\') \r\n{ \r\n $globaltemplates = array(\'modifydismissednotices\', \'modifydismissednotices_bit\'); \r\n cache_templates($globaltemplates, $style[\'templatelist\']); \r\n // draw cp nav bar \r\n construct_usercp_nav(\'dismissednotices\'); \r\n \r\n $dismissed_notices = \'\';\r\n\r\n if( $vbulletin->userinfo[\'dismissed_p_notices\'] != \"\" )\r\n {\r\n $dismissed_p_notices = explode( \',\', $vbulletin->userinfo[\'dismissed_p_notices\'] );\r\n $dismissed_notices_count = 1;\r\n\r\n foreach( $dismissed_p_notices AS $_noticeid )\r\n {\r\n if( !$vbulletin->noticecache[$_noticeid ] ) continue;\r\n $notice_html = str_replace(array(\'{musername}\', \'{username}\', \'{userid}\', \'{sessionurl}\'), array($vbulletin->userinfo[\'musername\'], $vbulletin->userinfo[\'username\'], $vbulletin->userinfo[\'userid\'], $vbulletin->session->vars[\'sessionurl\']), $vbphrase[\"notice_{$_noticeid}_html\"]);\r\n\r\n eval(\'$dismissed_notices .= \"\' . fetch_template(\'modifydismissednotices_bit\') . \'\";\');\r\n\r\n $dismissed_notices_count++;\r\n }\r\n }\r\n \r\n $navbits[\'\'] = $vbphrase[\'editing_dismissed_notices\']; \r\n $templatename = \'modifydismissednotices\'; \r\n}\r\n\";s:22:\"notices_check_criteria\";s:79:\"if( $criteriaid == \'dismissed\' AND $conditions == 1 )\r\n{\r\n $abort = true;\r\n}\r\n\";s:19:\"notices_check_start\";s:395:\"if( $vbulletin->userinfo[\'userid\'] > 0 )\r\n{\r\n $dismissed_p_notices = explode( \',\', $vbulletin->userinfo[\'dismissed_p_notices\'] );\r\n\r\n foreach( $dismissed_p_notices AS $noticeid )\r\n {\r\n if( isset( $vbulletin->noticecache[$noticeid] ) )\r\n {\r\n $vbulletin->noticecache[$noticeid] = array_merge( (array) $vbulletin->noticecache[$noticeid], array( \'dismissed\' => \'1\') );\r\n }\r\n }\r\n}\r\n\";s:17:\"notices_noticebit\";s:417:\"if( $vbulletin->noticecache[$_noticeid][\'persistent\'] == 1 AND $vbulletin->userinfo[\'userid\'] > 0 AND ($permissions[\'skdismissnoticespermissions\'] & $vbulletin->bf_ugp[\'skdismissnoticespermissions\'][\'candismissnotices\']) )\r\n $show[\'dismiss_notice\'] = true;\r\nelse\r\n $show[\'dismiss_notice\'] = false;\r\n\r\neval(\'$notice_html = \"\' . fetch_template(\'navbar_noticebit_dismiss\') . \'\";\');\r\n$show[\'dismiss_separate\'] = true;\r\n\";s:15:\"cache_templates\";s:3825:\"$globaltemplates = array_merge($globaltemplates, array(\'navbar_noticebit_dismiss\'));\r\n// TrucLinh @ VietOnLine | vB-Viet.Org\r\n if (THIS_SCRIPT == \'showthread\' AND $vbulletin->options[\'quickreply\'] > 0)\r\n {\r\n $globaltemplates = array_merge($globaltemplates, array(\r\n \'newpost_disablesmiliesoption\',\r\n \'editor_smiliebox_straggler\',\r\n \'editor_smiliebox_row\',\r\n \'smilies_quickreply\',\r\n \'editor_smiliebox\',\r\n \'editor_smilie\',\r\n ));\r\n }\r\n\r\n if ($vbulletin->options[\'cybtopstats_enable_global\'])\r\n {\r\n $globaltemplates = array_merge($globaltemplates, array(\'cyb_topstats_stats\', \'cyb_topstats_latestnews\', \'cyb_topstats_member\', \'cyb_topstats_poster\', \'cyb_topstats_starter\', \'cyb_topstats_referrer\', \'cyb_topstats_mostviewed\', \'cyb_topstats_hottest\', \'cyb_topstats_reputation\', \'cyb_topstats_thanks\', \'cyb_topstats_topforums\', \'cyb_topstats_newposts\', \'cyb_topstats_infractions\', \'cyb_topstats_classads\', \'cyb_topstats_blogs\', \'cyb_topstats_turnon\', \'cyb_topstats_php\'));\r\n }\r\n\r\n if ($vbulletin->options[\'cyb_vmood_enable\'])\r\n {\r\n $globaltemplates = array_merge($globaltemplates, array(\'cyb_vmood\'));\r\n }\r\n$globaltemplates = array_merge($globaltemplates, array(\r\n \'post_thanks_navbar_search\',\r\n \'post_thanks_postbit_info\'\r\n));\r\n\r\nif (THIS_SCRIPT === member)\r\n{\r\n $globaltemplates = array_merge($globaltemplates, array(\r\n \'post_thanks_memberinfo_block\',\r\n \'post_thanks_memberinfo_css\',\r\n \'post_thanks_member_info\'\r\n ));\r\n}\r\n\r\nif (THIS_SCRIPT === showthread || THIS_SCRIPT === showpost || THIS_SCRIPT === post_thanks)\r\n{\r\n $globaltemplates = array_merge($globaltemplates, array(\r\n \'post_thanks_box\',\r\n \'post_thanks_box_bit\',\r\n \'post_thanks_button\',\r\n \'post_thanks_javascript\',\r\n \'post_thanks_postbit\',\r\n \'post_thanks_postbit_legacy\'\r\n ));\r\n}\r\n$globaltemplates[] = \'top_statistics_navbar\';\r\nif(THIS_SCRIPT == \'misc\')\r\n{\r\n$globaltemplates[] = \'top_statistics_main\';\r\n$globaltemplates[] = \'top_statistics_nav1\';\r\n$globaltemplates[] = \'top_statistics_statistic1\';\r\n$globaltemplates[] = \'top_statistics_statistic2\';\r\n$globaltemplates[] = \'top_statistics_maxforumxs\';\r\n$globaltemplates[] = \'top_statistics_maxthread\';\r\n$globaltemplates[] = \'top_statistics_maxviewxs\';\r\n$globaltemplates[] = \'top_statistics_topposters\';\r\n$globaltemplates[] = \'top_statistics_close\';\r\n}\r\n$globaltemplates = array_merge($globaltemplates, array(\'navbar2\'));\r\nif(THIS_SCRIPT == \'index\')\r\n{\r\n$globaltemplates = array_merge($globaltemplates, array(\'ARCADE\'));\r\n}\r\nif(defined(\'VBSEO_ENABLED\'))\r\nvbseo_complete_sec(\'cache_templates\');\r\n$globaltemplates[] = \'gaip_code1\';\r\n$globaltemplates = array_merge($globaltemplates, array(\'vbookie_resultbits\', \'vbookie_outcomebits\', \'vbookie_outcomebits_nobet\', \'vbookie_eventresults_table\',\'vbookie_event_table\'));\r\n\r\nif ($vbulletin->options[\'wvt\'] AND ($vbulletin->options[\'wvtall\'] OR THIS_SCRIPT == \'index\'))\r\n{\r\n if ($vbulletin->options[\'wvtgrpz\'])\r\n {\r\n $show[\'wvt\'] = false;\r\n $groups = explode(\',\',$vbulletin->options[\'wvtgrps\']); \r\n if ($vbulletin->options[\'wvtgrpz\'] == 1)\r\n {\r\n if (is_member_of($vbulletin->userinfo,$groups)) \r\n {\r\n $show[\'wvt\'] = true;\r\n }\r\n }\r\n if ($vbulletin->options[\'wvtgrpz\'] == 2)\r\n {\r\n if (!is_member_of($vbulletin->userinfo,$groups)) \r\n {\r\n $show[\'wvt\']= true;\r\n }\r\n }\r\n }\r\n else\r\n {\r\n $show[\'wvt\']= true;\r\n }\r\n}\r\nelse\r\n{\r\n $show[\'wvt\']= false;\r\n}\r\n\r\nif ($show[\'wvt\']) \r\n{\r\n $globaltemplates[] = \'Display_Visitors\' ;\r\n $globaltemplates[] = \'Display_Visitors_User\' ;\r\n}\r\n\r\n\r\n if ($vbulletin->options[\'cybsfa_enable\'] AND (THIS_SCRIPT==\'index\' OR THIS_SCRIPT==\'forumdisplay\'))\r\n {\r\n $globaltemplates = array_merge($globaltemplates, array(\'cyb_subforummanager\'));\r\n }\r\nif (THIS_SCRIPT === showthread){\r\n $globaltemplates = array_merge($globaltemplates, array(\'sid_hide_head\', \'sid_hide_noaccess\'));\r\n }\r\n\";s:16:\"usercp_nav_start\";s:32:\"$cells[] = \'dismissednotices\';\r\n\";s:19:\"archive_thread_post\";s:1400:\"if ($vbulletin->options[\'hlfg_global\'])\r\n{\r\n $groups = explode(\',\',$vbulletin->options[\'hlfg_groups\']);\r\n if ($vbulletin->options[\'hlfg_archive\'] AND !$vbulletin->userinfo[\'userid\'] OR $vbulletin->options[\'hlfg_archive\'] AND (is_member_of($vbulletin->userinfo, $groups) OR $groups[0] == 0))\r\n {\r\n if (!$foruminfo[\'forum_hlfg
es mas largo pero lo tube que cortar -.-
Respuesta
Parece haber un error en su consulta de SQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema.
ERROR: Comillas sin cerrar @ 43
STR: '
que hago? =(