vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Ahhhhh!! No post count! Emergency! (https://vborg.vbsupport.ru/showthread.php?t=51053)

snyx 04-01-2003 05:52 AM

Ahhhhh!! No post count! Emergency!
 
ok well after installed the post increasment hack I think it really bunnged up my board. now another site just closed and we will have 100% of there traffic, and AHHHHH new users have no post count! :eek: I reverbed the hacked files but that didnt work, so I think its the DB changes made! plus another hint is when I try to update stars and such, I get this..
Code:

Invalid SQL: SELECT starlevel,starimg FROM stars WHERE minposts<= ORDER BY minposts DESC LIMIT 1
mysql error: You have an error in your SQL syntax near 'ORDER BY minposts DESC LIMIT 1' at line 1

could that be a clue to the problem?

now I wanna reverse the DB changes made, how would I do that when this is the changes I made?
Code:

alter table user add postdirection smallint(5) DEFAULT 1 NOT NULL;
alter table user modify posts int(6);
alter table usertitle modify minposts int(6);

thanks anyone who can even lend a few mins of help, its gunna be ugly tomrrow if I have 20-50 new registers and none have working post counts!!!

-myles

Xenon 04-01-2003 08:55 AM

Code:

SELECT starlevel,starimg FROM stars WHERE minposts[high]<=[/high] ORDER BY minposts DESC LIMIT 1
you need to compare with a value.

2.
[sql]ALTER TABLE user DROP postdirection[/sql]

snyx 04-01-2003 02:32 PM

you need to compare with a value? lol sorry I dont think I understand..

AHHHHH! why wont they work :sleep:
F****************CK!!!

Xenon 04-01-2003 03:15 PM

look at the highlighted text, you have a smaller or equal condition an no value following.

Boofo 04-01-2003 04:45 PM

I get the same erorr:

Quote:

Database error in vBulletin 2.2.9:

Invalid SQL: SELECT title FROM usertitle WHERE minposts<= ORDER BY minposts DESC LIMIT 1
mysql error: You have an error in your SQL syntax near 'ORDER BY minposts DESC LIMIT 1' at line 1

mysql error number: 1064

Date: Monday 31st of March 2003 02:34:32 PM
Script: http://www.bearfacts2.com/forum/foru...u=54&i=2735767
Referer:
and I have values after the minposts<=

Only I got it after a newuser registered.

Zzed 04-01-2003 05:10 PM

That line is generated by the following statement:

PHP Code:

$getstars=$DB_site->query_first("SELECT starlevel,starimg FROM stars WHERE minposts<=$bbuserinfo[posts]+1 ORDER BY minposts DESC LIMIT 1"); 

I don't understand why $bbuserinfo[posts]+1 turns itself into a null string to cause that MySQL error.

I would suggest maybe putting a pair of parenthesis around the addition statement.

PHP Code:

$getstars=$DB_site->query_first("SELECT starlevel,starimg FROM stars WHERE minposts<=($bbuserinfo[posts]+1) ORDER BY minposts DESC LIMIT 1"); 

And if that doesn't help, try and add 2 echo statements before the query and lets find out what happens the old fashioned way.

PHP Code:

echo "$bbuserinfo[posts] <br>";
echo 
"($bbuserinfo[posts]+1) <br>"


Boofo 04-01-2003 05:12 PM

Mine is only happening in the register.php.

snyx 04-02-2003 02:07 PM

yeah im having the same problems as boofo is seems, but I havent made any changes to register.php since it all started. werid. thanks zzed but sadly ether did anything :( im stumped with a unworking board, and im far to lazy to rehack it all (its unthinkable) guess I wait for vB3 :(

Boofo 04-02-2003 02:41 PM

Try running this and let me know if it fixes it for you.

Quote:

alter table user modify posts int(6) default 0 not null;

g-force2k2 04-02-2003 02:51 PM

well you guys obviously don't have values... because the errors aren't showing them...

perhaps you have a variable that isn't defined...

and synx if there post count isn't incrementing then you probably deleted code that you needed in the newthread & newreply.php files...

regards,
g-force2k2


All times are GMT. The time now is 10:28 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.01033 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_php_printable
  • (2)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
  • (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