Log in

View Full Version : Getting error while viewing my rep


hacxx
01-02-24, 06:20 PM
URL:
https://www.movieforums.com/community/rep.php?repids=2269652

ERROR TYPE:
Database error

Yoda
01-02-24, 06:48 PM
Hmmm, hard to debug from just that. But if you want to PM me I can send you some discrete steps that will send me the specific database error and I can investigate from there.

hacxx
01-03-24, 09:30 PM
Sorry no interest. The purpose was that someone rep me and i would like to see my reps.

Yoda
01-03-24, 10:01 PM
Right, that's what the debugging would be for. :) So I can investigate the error, fix it, and you can see it.

AgrippinaX
01-04-24, 10:35 AM
Sorry no interest. The purpose was that someone rep me and i would like to see my reps.

I’ve just done it.

hacxx
01-04-24, 09:49 PM
Right, that's what the debugging would be for. :) So I can investigate the error, fix it, and you can see it.
Open the database on a powerful computer and debug the forum code to find where rep.php is storing the entry in the database and go from there.

Yoda
01-05-24, 10:02 AM
Open the database on a powerful computer and debug the forum code to find where rep.php is storing the entry in the database and go from there.
Oh, it's not that I don't know how it works: I built the rep system. It's custom. But the error you got is generic, all it means is that there was an invalid query, which could be coming from one of many different interacting systems. In fact, there's almost no chance the problem is in the rep table. More likely it's that you got rep on a since removed post.

Anyway, if you want to proceed you can find the specific error in the source code of the error page: if you send it to me (https://www.movieforums.com/community/private.php?do=newpm&u=1), odds are high I can fix it in a minute or two.

hacxx
01-05-24, 02:45 PM
I won't dive into the vBulletin code, if you can fix then good. If not i just inform about it. Thanks

P.S. - Great forum :)

Yoda
01-05-24, 02:52 PM
If it makes a difference, you wouldn't have to dive into any forum code, the database error page just has an SQL query error in the HTML source. But no worries either way. :)