Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 12-18-2010, 06:52 AM
ctvtec ctvtec is offline
 
Join Date: Feb 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok we have a bit of a problem lol

I have copied the database, i made a new name databse "zonechill.com/testforum

The forum is not working all the way..

This is harddddd!!! lol im really not that good at doning all this stuff..

--------------- Added [DATE]1292662394[/DATE] at [TIME]1292662394[/TIME] ---------------

forum comes up, but when i click on forums, a error comes comes..idk what to do..
im sooooo stuckkk and i need to fix this site a.s.a.p!!
Reply With Quote
  #12  
Old 12-18-2010, 04:34 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ctvtec View Post
Ok we have a bit of a problem lol

I have copied the database, i made a new name databse "zonechill.com/testforum

The forum is not working all the way..

This is harddddd!!! lol im really not that good at doning all this stuff..

--------------- Added [DATE]1292662394[/DATE] at [TIME]1292662394[/TIME] ---------------

forum comes up, but when i click on forums, a error comes comes..idk what to do..
im sooooo stuckkk and i need to fix this site a.s.a.p!!
Can you post the error? Sometimes it's best to view the source code of the page and scroll near the bottom - a more detailed error message is there. Either copy/paste the message or take a screenshot i.e. Print Screen then paste in paint or somehting like that save and attach to your next post .
Reply With Quote
  #13  
Old 12-18-2010, 08:02 PM
ctvtec ctvtec is offline
 
Join Date: Feb 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warning: include_once(gameroom/getBanner.php) [function.include-once]: failed to open stream: No such file or directory in [path]/global.php(360) : eval()'d code on line 89

Warning: include_once() [function.include]: Failed opening 'gameroom/getBanner.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/global.php(360) : eval()'d code on line 89

Fatal error: Call to undefined function getBanner() in /home/zonechil/public_html/testforum/global.php(360) : eval()'d code on line 90
Reply With Quote
  #14  
Old 12-18-2010, 09:19 PM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ctvtec View Post
Warning: include_once(gameroom/getBanner.php) [function.include-once]: failed to open stream: No such file or directory in [path]/global.php(360) : eval()'d code on line 89

Warning: include_once() [function.include]: Failed opening 'gameroom/getBanner.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/global.php(360) : eval()'d code on line 89

Fatal error: Call to undefined function getBanner() in /home/zonechil/public_html/testforum/global.php(360) : eval()'d code on line 90
Did you uninstall all the hacks? That warning is most likely because a hack is looking for the info from the database and its not finding what it needs or you are missing files. Take the gameroom/ directory and place it inside your new test environment and see if that fixes it. If not then you may need to disable the hooks in order to get the site to function well enough to uninstall the hacks on the text forum. You will need to open your config.php file found in your includes directory and look for this:

Code:
<?
Add this directory below it:

Code:
define('DISABLE_HOOKS', true);
Save and upload and then try viewing the forum again. Make sure that you are doing this in your test board only and not the live one.
Reply With Quote
  #15  
Old 12-20-2010, 02:40 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Disable hooks like metalguy suggested and then go to Product Manager and uninstall all your mods which you don't already have installed- if it's a fresh install you probably don't have any mods installed.
Reply With Quote
  #16  
Old 12-22-2010, 05:07 AM
ctvtec ctvtec is offline
 
Join Date: Feb 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I fixed the site working how i want it to work. I have one database error now coming to my email.. I guess its an error coming up to the members.

Here is the error:
Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT post.userid, post.postid, post.visible, post.pagetext, user.usergroupid, post.icash
FROM post AS post
LEFT JOIN user AS user ON (post.userid = user.userid)
WHERE post.threadid =;

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 4
Error Number : 1064
Request Date : Tuesday, December 21st 2010 @ 11:41:01 PM
Error Date : Tuesday, December 21st 2010 @ 11:41:01 PM
Script : http://nyvtec.com/cron.php?&rand=203770
Referrer : http://nyvtec.com/search.php?searchid=965341
IP Address : 67.87.82.251
Username : Unregistered
Classname : vB_Database
MySQL Version :
Reply With Quote
  #17  
Old 12-22-2010, 07:11 AM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ctvtec View Post
I fixed the site working how i want it to work. I have one database error now coming to my email.. I guess its an error coming up to the members.

Here is the error:
Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT post.userid, post.postid, post.visible, post.pagetext, user.usergroupid, post.icash
FROM post AS post
LEFT JOIN user AS user ON (post.userid = user.userid)
WHERE post.threadid =;

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 4
Error Number : 1064
Request Date : Tuesday, December 21st 2010 @ 11:41:01 PM
Error Date : Tuesday, December 21st 2010 @ 11:41:01 PM
Script : http://nyvtec.com/cron.php?&rand=203770
Referrer : http://nyvtec.com/search.php?searchid=965341
IP Address : 67.87.82.251
Username : Unregistered
Classname : vB_Database
MySQL Version :

Uninstall the mod called iCash, or any mod that has iCash in it. It looks like that is your problem with the database on this particular error. Make sure when you uninstall it that you delete all the files associated with it as well as uninstall it in your admincp.
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 10:21 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.04140 seconds
  • Memory Usage 2,231KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)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