What Up With My Prosper?

Spliffic

Loves Cron Jobs
Apr 5, 2008
1,214
27
0
VanCity
WTF is this? Prosper all of a sudden went offline for a few seconds (i.e. was not connecting to the mySQL DB) and then when it came back on I'm seeing this shit:

prosper.png



Anyone know what this is all about and how to fix this?
 


Just a quick look and a guess - these constants are supposed to be defined at the top of your /202-config/connect.php file. Can you try opening this file from the command line? Also compare this file to one from a fresh 202 download of the same version. (filesize, etc)

If this file was modified somehow, either a disk corruption occurred, or your prosper was compromised in some way and its time to start digging.
 
Ok just realized you have an older prosper, which didn't put the DEFINE consts in quotes. This is prob the issue. Your php.ini file or version likely was updated/changed, and now PHP isn't understanding this old school use of the define constant.

In english, you can try changing the first few lines to this:


DEFINE('TRACKING202_API_URL', 'https://api.tracking202.com');
DEFINE('TRACKING202_RSS_URL', 'http://rss.tracking202.com');


But you may get this issue further down the line if they did this elsewhere.
 
  • Like
Reactions: Spliffic
I think that was the issue (versioning). I reuploaded the file and everything looks back to normal now. Hoping that's all that it was.

+rep, thanks for your help :)