vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Error when regsitering (https://vborg.vbsupport.ru/showthread.php?t=255244)

ctvtec 12-18-2010 06:52 AM

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!!

TheLastSuperman 12-18-2010 04:34 PM

Quote:

Originally Posted by ctvtec (Post 2135800)
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 ;).

ctvtec 12-18-2010 08:02 PM

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

metalguy639 12-18-2010 09:19 PM

Quote:

Originally Posted by ctvtec (Post 2136067)
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.

BirdOPrey5 12-20-2010 02:40 PM

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.

ctvtec 12-22-2010 05:07 AM

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 :

metalguy639 12-22-2010 07:11 AM

Quote:

Originally Posted by ctvtec (Post 2137505)
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.


All times are GMT. The time now is 01: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.03490 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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