vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   i pray that someone can help (https://vborg.vbsupport.ru/showthread.php?t=167528)

Akademiks 01-11-2008 09:51 PM

hmmmm go to cpanel, then database and click on repair database you can give it a try it might work ;)

mystic10 01-11-2008 09:56 PM

ohhhhhhhhh thanks lynned and akademiks...now it makes sense...its the vbshout thats causing the problem i will give it a shot as soon as my second problem goes way..i have data base error so i cant get in still trying to get that fix...but thanks so much very kind of u all

i will try to find that line if i am lost than i will paste it to see if someone can help me thanks again...

Opserty 01-11-2008 10:45 PM

Your DB problem is related to your first problem. Fix your first problem and it should solve the DB error.

Lynne 01-11-2008 10:49 PM

I forgot about the database error. For future reference, when you get a database error, if you View Page Source on the error page, the full error is there. In this case I just got:

Code:

Database error in vBulletin 3.6.8:

Invalid SQL:

                                                        SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount,
                                                        thread.lastposter, thread.dateline, thread.postusername, thread.postuserid,
                                                        IF(views<=replycount, replycount+1, views) AS views, thread.visible, thread.open,
                                                        user.username, user.userid, user.usergroupid,
                                                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
                                                        FROM thread AS thread
                                                        LEFT JOIN user AS user ON (user.username = thread.lastposter)
                                                        WHERE NOT ISNULL(thread.threadid)  AND thread.visible = '1' AND thread.open != '10'
                                                        AND thread.forumid NOT IN (Array)
                                                        ORDER BY lastpost DESC
                                                        LIMIT 0, 25;

MySQL Error  : Unknown column 'Array' in 'where clause'
Error Number : 1054
Date        : Friday, January 11th 2008 @ 04:43:58 PM
Script      : http://www.yah00-city.com/
Referrer    : https://vborg.vbsupport.ru/showthread.php?p=1419830
IP Address  : xx.xx.xx.xx
Username    : Unregistered
Classname    : vB_Database

I think you need to turn off the hacks and fix the original array_merge problem and then see if this database error goes away.

ftp to your site and go to includes/config.php and add this line somewhere in the body (right after the "<?php" line is fine):
Code:

define('DISABLE_HOOKS', true);
and save the file and see if you can get onto your site now. That line will disable your plugins. After you fix the array_merge error, comment it out and see if the database error is still there.

mystic10 01-12-2008 06:25 PM

Yup I Did That Thanks So Much For Everything...all Your Help

mystic10 01-14-2008 03:52 PM

this is what it shows for plugin what do i change:
hook: fetch inferno:

the error: Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

--------------------------------------------
below plugin php code: what do i change

if (VB_AREA == "Forum")
{
global $globaltemplates;

$globaltemplates = array_merge($globaltemplates, array('forumhome_vbshout'));
}

Marco van Herwaarden 01-15-2008 08:29 AM

If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.

Dismounted 01-15-2008 08:42 AM

Change that code to:
PHP Code:

if (VB_AREA == 'Forum')
{
    global 
$globaltemplates;

    if (!
is_array($globaltemplates))
    {
        
$globaltemplates = array();
    }

    
$globaltemplates array_merge($globaltemplates, array('forumhome_vbshout'));



mystic10 01-15-2008 04:34 PM

thanks thanks thanks thanks thanks..you guys are the best...i cant thank you enough for your help and kindess..may god bless u all

viper007 02-11-2008 08:27 AM

am unable to login my admin panel plzzz help meee frdss............... urget plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz


All times are GMT. The time now is 07:49 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.03558 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete