Version: , by coRtALoS
Developer Last Online: Jun 2013
Version: Unknown
Rating:
Released: 03-13-2005
Last Update: Never
Installs: 0
No support by the author.
I searched these forums for it and didn't find any previous problems similar to this.
My forum has well over 100,000 members, and for some reason the modifications I had to make in the showthread.php made my members with userid over 100000 show up as guests on the postbit.
Upon uploading a backup of my original showthread.php file, it fixed the problem on it's own.
Help would be appreciated.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I think this is the last error I'm going to get. Everything else is working smoothly.
Code:
Warning: Invalid argument(s) passed to pow() in /includes/functions_rpg.php on line 590
Warning: Invalid argument(s) passed to pow() in /includes/functions_rpg.php on line 590
Unable to add cookies, header already sent.
File: N/A
Line: 0
Where line 590 has
Code:
return pow(log10($experience), $exprate);
It prevents any threads from displaying. Something going on with showthread.php
What would happen if we just left my original file intact and didn't fix this problem? Is it just going to stop something from showing up? Or actually going to affect RPGers?
---EDIT---
Ah ++++. This affects stats from showing up on the postbit, doesn't it?
Lastly, I keep seeing these tables for 'monsters'. I assume this is something that you're still working on?
To answer the easiest question first, yes I am working on the Monster Arena.
It is currently 25% complete, with 1/3 files done.
It will also be the first part of the RPG IH that will have 100% vBised templates to work on all styles/browsers [/showoff]
As for the pow() error: Wtbf
Are you sure you didn't piss about with the query in showthread.php?
The error is derived from this line in /includes/functions_showthread.php:
Any way to 'define' it manually? I realize remote troubleshooting can be a pain in the ass, but I've messed around with this so much trying to get it to work.
Any possible things I should try looking for to help fix this? What files specifically could be altered that would be causing this error?
The only thing I can say is that it appears like you don't have the "xp" column in your `user`. Because the $posts query does fetch everything from the user table.
Alternatively you can try adding this before the "user.ma AS uma": user.xp AS xp