I might have been waiting for two boards caught in the freeze and yes, my child’s life is depending on it, but I have another one with the new system’s name written on it.
Mr Pittuck, the work you are doing will save lives, starting with your own. Hang on, that came out wrong. Anway, we can’t live without your wonderful PCB service. Please let us give you our money. Soon.
Our great thanks to Sparkfun for a whole pile of stuff. PCBs are just part of the picture, but we thank you for it.
BTW, if you need beta testers (and let’s face it, who doesn’t), we are available 24 hours a day, although only conscious for a small subset of them.
yeah, if you can push a PCB though the system and do not click the link in the email for 20 or so minutes at least and see where you get to.
Some people have found signing in pushes them to the index page, not the product page (you and nathan and someone else pointed this out).
I really need a new user as it only seems to happen for the first couple of tries… Think its a session problem as the info is stored online rather than in cookie like files.
I’m a Firefox user and would be happy to assist. I’ve only just created an account on the new site (with no problems). I have not attempted to send in any test boards. Do you want me to just attempt the process as you outlined above or do you need to setup any logs, etc.?
The files I’ll send were created with OrCAD. They have been made by Sparkfun previously and did go thru the initial online board check with out problems.
Really looking forward to having the service back up. Thanks for all of the hard work on it.
I uploaded a file with no problem. Very nice interface. It properly identified all of the extensions except the drill file. In OrCAD, the drill file has the “.TAP” extension. It is typically named “THRUHOLE.TAP”. I always rename it to match the base name of the design.
I received the confirmation email and after about 30 minutes I clicked on the link. This brought up firefox to the site with a log in prompt. After logging in, it takes me to the catalog page, but the only thing available is for new submissions. I’ve tried several times. Tried copying and pasting the link. Tried IE. The results are always the same.
Let me know, if there is something else you would like me to try.
Pittuck: In the login script, have it check if the URL is somewhat similar to that included in the e-mail, and if so and the login was correct, redirect to the link in the mail, something ala:
Of course, substitute the second if() statement with something that checks the URL for appropriateness. But you get my point.
(And please tell me I didn’t misunderstand it all, hehe)
Might of course be a session issue though (if you use that) - you sure you set it up correctly?
[Edit: Cough cough, “Note: HTTP/1.1 requires an absolute URI as argument to Location: including the scheme, hostname and absolute path, but some clients accept relative URIs.”. Just see http://www.php.net/manual/en/function.header.php ]
I’m assuming that the “G74*%FSLAN2X23Y23*%” line is the one your interested in. I randomly checked another design (never built by SFE) and it has a similar line format.
Am I correct in assuming this is the line that define the numeric format (i.e. 2.3 in this case)? It’s been along time since I worked directly with G-Code.
Well, in any case, the redirect function is just fine, unless there’s a problem with the secure link. The problem lies in what calls the redirect when you log in.
Since I really have no idea how it all works, I can’t really help much more.