Quote:
Originally Posted by Getch
Your issue is due to how you've set up your server. Looks like you run OU on one server (corporatebaseball.com), while your HTML files are on another server (cbl-online.info). OU provides a couple of javascript files and images, which have to be available through the browser. The specific issue for the Player Details is that it assumes there's only one server, so it looks for the OOTPOU files here:
cbl-online.info/OOTPOU/js/OOTPOU.js
instead of
corporatebaseball.com/OOTPOU/js/OOTPOU.js
For now, you can copy over the entire <server>/OOTPOU directory (the one that contains the js and images directory) to your other server to make it work. And I can probably rework it to not make this assumption in this case. However, know that OOTPOU's game replay works off of parsing the HTML game logs, which requires OU to work on the same server as the HTML files. So this setup won't work for the new game replay utility, and there's absolutely nothing I can do on my end to fix it.
|
Thanks for that. Actually, I'm pretty sure it is on the same server it's just that they're in different directories and the cbl domain name directs to the folder that the rest of the league is in. I'm not as much of a whiz at this as some, but if my understanding is correct we put the cgi-bin folder outside of the regular folder for security reasons. We also share the space with others (it's jazz's) and I don't even know for sure if it's even possible to have separate cgi-bins.
If you don't mind, I'll PM you later with some structure specifics and ask what our best option is. I understand what you said above, but I'm not sure it's optimal or even possible for us.
UPDATE: Getch found the problem. It was a simple, and apparently a previously unimportant, mistake in the parameters. Thanks, Getch!