12-10-2014, 11:35 AM | #351 |
College Prospect
Join Date: Sep 2010
|
For some reason, importing a new draft is not clearing the table of registered users. That should be happening, right?
I know I tinkered with the import code, but not in that area, I thought. I actually tracked down a very old import_draft_run (pre FOF7) file and the import code looks the same, there's no "truncate table team" query run. Only: Code:
What could be happening? |
01-29-2015, 10:53 AM | #352 |
College Prospect
Join Date: Sep 2010
|
Does anyone know here?
I know the draft utility should be clearing all the existing registrations upon import - right? Is anyone else getting the same issue? Or, better: is anyone else not getting the same issue? That is, old registrations are successfully cleared upon draft class import? If that's the case, could you post your draft utility in a zip file so I can take a look at what might be different? TIA! |
01-29-2015, 10:59 AM | #353 |
Morgado's Favorite Forum Fascist
Join Date: Oct 2000
Location: Greensboro, NC
|
It should? I don't know that it has ever cleared those out. I've been just running a query to clear them out for years:
Code:
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'! |
01-29-2015, 11:11 AM | #354 |
College Prospect
Join Date: Sep 2010
|
Oh, crap, my bad. Ignore that. I don't know how I got that in my head, maybe I was just so used to seeing it turn out that way.
Firefly just told me this, but yeah, I guess everyone has been manually clearing them. If that's the query you run every time, should it be just added to the code? Part of it's already in there, in the above, just not the part with the team names and passwords. Or better to just leave this to admin discretion? |
09-27-2015, 05:18 AM | #356 |
Mascot
Join Date: Apr 2008
|
Known issue with the system
Is there a known issue with the system about a 1.1 pick would not fire if it's the list and therefore it should picked manually?
|
09-29-2015, 04:31 PM | #357 |
n00b
Join Date: Jan 2012
Location: England
|
Since we had a skipped pick in the 3rd round, no one has been able to select a player by clicking pick player in priority queue or players tab (using 2.6.1) have you come across this issue before?
Workaround is to have player top of queue and set auto pick on to make the selection.. |
09-29-2015, 04:57 PM | #358 |
College Prospect
Join Date: Sep 2010
|
That is a known issue and should be fixed. The issue crops up upon import. As I recall, you need to go into the database here. The player id field for the missed pick should be -1, I believe...but it's been a while since I've done this, so I'm not that confident about it. Hopefully you have someone comfortable enough to go into the database via phpMyAdmin. Let me know if not.
|
01-14-2016, 04:20 PM | #359 | |
n00b
Join Date: Jul 2009
|
Hi, we're getting this error:
Quote:
Actually this is repeating for any line of code that uses the date function Any ideas? THanks Marc. |
|
01-14-2016, 07:40 PM | #360 |
n00b
Join Date: Jun 2015
|
|
01-16-2016, 03:24 PM | #361 |
n00b
Join Date: Jul 2009
|
found a way for fix it but now I can't get it to import a new draft - says the player_information file wasn't uploaded but it was !! arghh!!
|
01-17-2016, 07:01 AM | #363 |
n00b
Join Date: Jul 2009
|
To fix the timezone error, I added this code to the relevant pages: Code:
So now I can get to the import draft stage but it won't recognise that I've uploaded the player_information.csv file. Very odd and frustrating |
01-17-2016, 03:01 PM | #364 |
College Prospect
Join Date: Sep 2010
|
Does reversing that change allow you to import the draft? If so ... you could try that as a quick temporary fix, and change it back after importing.
It doesn't seem like they would be related issues, though I'm assuming you have done plenty of draft imports in the past. |
01-18-2016, 06:53 PM | #365 |
College Prospect
Join Date: Sep 2010
|
Resolved. The server had an upload_max_filesize setting of 2M (as revealed by phpinfo()) and the player_information.csv file was greater than that, so it wasn't accepting the upload.
I placed a .user.ini file in the root of the fofdraft directory with the following contents: Code:
Perhaps this file should be generally included in draft conscriptor? |
04-09-2016, 05:49 PM | #366 |
Pro Starter
Join Date: Jul 2005
Location: Appleton, WI
|
Uncheck the "has password" box in the Users admin and hit Save at the bottom. That will reset it and allow them to re-register.
__________________
Commissioner of the RNFL Last edited by PackerFanatic : 04-09-2016 at 05:50 PM. |
04-10-2016, 11:59 AM | #367 |
Pro Starter
Join Date: Jul 2005
Location: Appleton, WI
|
Gotcha. Are you attempting to register with the nickname or full team name? In the latest version, you have to use the full team name to register (think that might have been something with FOF7, actually) - so depending on what the team name looks like, you'd have to register with "St. Louis" instead of "STL"
__________________
Commissioner of the RNFL |
04-12-2016, 09:35 AM | #368 |
High School JV
Join Date: Apr 2011
Location: Cleveland, Ohio
|
1. If you are referring to the *30 minute display for AI teams where the auto pick is checked, I believe that is a display issue. The pick should fire immediately. You could also set the "Adjust clock" to zero for AI teams.
2. Ah, you've touch on a pet peeve for me. And actually I believe it is Mountain Time. I don't know of a solution, other than to adjust the draft start time in relation to the time difference between your time zone and MDT. |
06-09-2016, 01:45 PM | #369 |
n00b
Join Date: May 2006
|
I have a question. No matter how many times I change the time zone. We still keep showing MDT time.
Any idea what this could be? |
10-12-2016, 07:53 PM | #371 |
College Prospect
Join Date: Sep 2010
|
You might have to delete includes/config.inc.php and set up the draft utility (visit it online) again. Make sure to make a copy of config.inc.php as that file will have the DB address and password in it, which you can use when setting up the utility again.
|
12-08-2016, 01:32 PM | #372 |
Morgado's Favorite Forum Fascist
Join Date: Oct 2000
Location: Greensboro, NC
|
Big bump. We can talk about what changes need to be made later, but for now, I've stuffed everything I think I need to do an allocation draft into the database, but it's showing as "draft complete" because I didn't use the front end to do it. I'm guessing it's one tiny little flag that needs to be flipped in the db, but I can't find it. What setting needs to change for me to be able to start the draft up.
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'! |
12-08-2016, 02:08 PM | #373 |
Morgado's Favorite Forum Fascist
Join Date: Oct 2000
Location: Greensboro, NC
|
Heh. figured it out. First pick must have timestamps and player id must be NULL (not zero) for that pick.
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'! |
12-08-2016, 04:53 PM | #374 |
Pro Starter
Join Date: Oct 2000
Location: Cary, NC
|
We should get Conscriptor into a GitHub project to make collaboration on it easier.
__________________
-- Greg -- Author of various FOF utilities |
01-29-2017, 12:44 PM | #377 |
lolzcat
Join Date: Oct 2000
Location: Annapolis, Md
|
I'm having a problem in FOF8 where I see the imported bars for most players, but for some reason most or all defensive tackles are vacant there. Has this been reported? Is there a fix?
|
01-29-2017, 03:14 PM | #378 |
Pro Starter
Join Date: Oct 2000
Location: Cary, NC
|
I had that in the IHOF draft, so I reimported. They all had them after that. Not sure what the issue was on the first import.
__________________
-- Greg -- Author of various FOF utilities |
01-29-2017, 03:49 PM | #379 | ||
Morgado's Favorite Forum Fascist
Join Date: Oct 2000
Location: Greensboro, NC
|
Quote:
Quote:
The good news is that it's a one-time change in structure; I won't have to do it again moving forward. Sorry it caused confusion.
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'! Last edited by Ben E Lou : 01-29-2017 at 03:54 PM. |
||
04-06-2017, 03:35 PM | #380 |
n00b
Join Date: Jul 2015
|
Is there something I need to do to my csv files to get conscriptor to work? I'm using FOF8 and the error I'm getting indicates that the format might be different than FOF7 :
The file you imported does not appear to be a player or staff csv export file, or is the wrong version. Please verify that you are uploading the correct file and that you have the current version of FOF7. I installed conscriptor 2.7.1 on my server. Or is there another version out there that can be used with FOF8? Thanks. |
04-14-2017, 09:35 PM | #381 | ||
High School Varsity
Join Date: Dec 2007
|
Quote:
I'm having a similar (the same?) problem: Quote:
|
||
06-05-2017, 09:45 AM | #382 |
College Prospect
Join Date: Aug 2006
Location: San Diego, CA
|
Any updates on whether this is working with FOF8?
|
06-05-2017, 12:52 PM | #383 |
n00b
Join Date: Jul 2015
|
I was able to get it working with FOF8. I ended up installing again and it seemed to work just fine with the player file. It did not work when I tried to set up a staff draft.
|
06-05-2017, 01:09 PM | #384 |
n00b
Join Date: Nov 2007
|
It works for the most part with the rookie draft in FOF8.
There is a SQL query floating around to make the new bars show up on the d-line. There is a new analyzer.php too that works with Draft Analyzer. But neither is necessary for it to work. |
07-05-2017, 09:04 PM | #386 |
n00b
Join Date: Aug 2012
Location: Rome
|
Hi WheelsVT,
I've made a change to the Conscriptor that allows to run the draft in a slotted mode: basically it sets a fixed deadline for each pick instead of giving a fixed amount of time starting when the previous pick has been done. The consriptor is available here if you want to merge it with your latest source: fof_draft.zip - Google Drive See this post for further info: Slot Draft - Page 3 Thanks
__________________
FFL - Arizona Cardinals |
07-09-2017, 05:30 PM | #387 |
n00b
Join Date: Apr 2016
|
Has anyone seen these issues before with these warning messages? Wondering if there is a fix out there for this that I'm not seeing posted.
|
07-12-2017, 11:22 AM | #388 |
High School Varsity
Join Date: Nov 2010
Location: Near Cleveland
|
|
07-14-2017, 06:51 PM | #389 |
College Prospect
Join Date: Sep 2010
|
I'm not sure; maybe it's a PHP version/settings issue? Which is to say it's a conscriptor issue for having an outdated way of connecting to the db. Perhaps it needs to be future proofed with a rewrite in PDO.
giannicic, that looks really cool. I'm out of the game now but someone should really github this all up. |
07-15-2017, 04:06 PM | #390 | |
High School Varsity
Join Date: Jul 2012
|
Quote:
The OSFL still waiting for you |
|
04-27-2018, 01:17 AM | #391 |
n00b
Join Date: Apr 2016
|
mysqli bypass
Any chance anyone knows how to bypass use of mysqli when the php plugin is forcing it?
The is in reference to the above conscriptor warning/error issues. It's wreaking havoc on our draft. Other question might be, why aren't other leagues experiencing this? Are you just on much older servers using earlier versions of mysql/php? Frankly, the server I'm on won't even let me due that due to security holes. |
10-29-2018, 05:32 PM | #392 |
College Prospect
Join Date: Nov 2003
Location: Portland, Oregon
|
Not sure if this is still being worked on, but a QOL feature I would love is if we could get the players birthday color coded by their affinity group? Like what we have here... FOF7 Chemistry Chart and here... http://gml.fof-belco.com/teampageroster.php?teamid=23
|
11-25-2018, 10:29 PM | #393 | |
High School JV
Join Date: Sep 2002
Location: GA
|
Quote:
^^ 1000% All the code is there, but GitHub would enable group dev. I haven't logged in here in a long time, but happened to drop by this evening and saw this thread continuing to live along with the utility being used. The utility is definitely showing its age including some security issues that should be fixed as well. GitHub is awesome, I use it quite often, so I'll look into posting a repository there. Unfortunately, I'm not playing FOF anymore so I hope others are able to jump in and contribute. Perhaps FOF9 will change the way drafts are done. |
|
11-25-2018, 11:09 PM | #394 |
High School JV
Join Date: Sep 2002
Location: GA
|
|
12-25-2020, 12:00 AM | #395 |
n00b
Join Date: Nov 2007
|
I recently contracted the creator of the app Mr J David Baker himself to update the conscriptor for use with php 7. Most hosts seem to be retiring previous versions. No new features were added. Just a couple bug fix-type things. The mock draft should import without editing the files. The skipped picks should show up as xxx in the selections. I think those are the big changes. The rest was just getting it to run smooth on php 7. My host has 7.4 and it seems fine.
GitHub - Lunchbox00711/FOFConscriptor: Front Office Football draft utility for use by online multiplayer leagues. The version should be 3.0 to verify you got the right one. Merry Christmas
__________________
Webmaster of http://www.fof-leagues.com/ |
03-28-2021, 08:09 PM | #396 | |
College Starter
Join Date: Oct 2000
Location: Edmond, OK
|
Quote:
I missed this at the time but just want to add my huge thanks to Hooper for this. I know it probably cost him a good chuck of change, and it benefits the entire community greatly. If you want to contribute (and please do, even if it's just a buck), Paypal to [email protected]. |
|
03-29-2021, 09:31 PM | #397 |
n00b
Join Date: Nov 2016
|
I'm not a big computer guy and I don't even know what any of that means or how you even begin to do what Hoop did. I'm just here to just to say he is an awesome commish and just updated the site at the ffl as well. Cheers Hoop!
Last edited by mac88 : 03-29-2021 at 09:32 PM. |
09-11-2021, 01:38 PM | #399 | |
College Prospect
Join Date: Jul 2001
Location: Nebraska
|
Quote:
Found the answer, you need to have your php timezone changed to whatever to need. Create a file called php.ini and place it in your html folder on your host. in the file add the line; date.timezone = "US/Mountain" if you are having an issue opening your Website after you upload file add this to he php.ini max_execution_time 600 memory_limit 128M post_max_size 32M upload_max_filesize 32M
__________________
JJ Smitty Owner of the TheC.F.L. - Come by and check us out. |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
|
|