Jump to content

fatkatie

Members
  • Posts

    143
  • Joined

  • Last visited

fatkatie's Achievements

Advanced Member

Advanced Member (4/5)

1

Reputation

3

Community Answers

  1. The public firewall suddenly started blocking access. Turn it off and site is available. So the fix will be to add a rule.
  2. I've been running an xampp apache distribution on a windows 10 box for a year. It's worked just fine. This morning no one could get to it. The site works on the host. Other boxes can ping the ip address. The service starts and stops without new errors ("server certificate does NOT include an ID which matches the server name" is an old friend). Any ideas before I reinstall it? I might just go out and hire a guy too.
  3. Took 2 hours to come to the same conclusion. Clipboard and Excel. It's an exercise in vigilance. Still though I have yet to see a good time recording application. The time 'clocks' at various employers, even the mechanical ones, were in constant need of HR support or breaking down. It was painful to watch employee interaction. There's some money to be made out there. Thank you. (Post it notes ... never)
  4. Has anyone a good example of a job tracking time entry page? Each of our machines have internet access and use it for various things (Yah, I couldn't believe it either first time I saw it. These machines can seriously hurt you and it's a something to see the machine panel running with yahoo on the side. We're looking for something with a start stop field and ability to edit. (Clocks don't always get 'stopped' when the job is complete. Sometimes they aren't started.) We're not afraid of fraud. We want something to keep the whining to a minimum. The job clock can stop but can restart (lunch for example). Thank you.
  5. No, I meant validate as in a legal windows 10 file name; just the name, not a path. This validation would include length, special names and characters ... and who knows what else. Thank you.
  6. Is there a class out there that validates window filenames? Thank you.
  7. All is well. Typo. Working as before. Really thou, is it possible to nuke this post. This was a bogus claim and will just add to the windows update noise. Thanks all for your help. Only took 4 hours to find it. @#$!!
  8. It appears the binding is not allowing empty fields. But why now. The strict is off (or was). in toad's window I can write these two inserts. The first fails. The second does not. insert into info (infoid, infoindex values ('', ''); insert into info (infoid, infotext) value (null, null); both fields are default null. both are ints. C:\xampp\htdocs\csc> mysql -e "SELECT @@sql_mode;" +--------------------------------------------+ | @@sql_mode | +--------------------------------------------+ | NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION | +--------------------------------------------+ Also checked the table. Practice aside, this was working yesterday. .
  9. (every site should have a win10 update section) mysql/php-pdo/xampp insert constructs are suddenly failing (running fine for a year) after an overnight update. Here's the error code. error code: HY093 error msg: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined binding: Array I'm chasing it (cut this part out.....cut that part out) but while I'm doing this I thought I'd see if anyone else is having this experience mysql Ver 15.1 Distrib 10.1.38-MariaDB, for Win64 (AMD64), win10 pro, 1903, 18362.356 Thank you
  10. Yes, the best fix is answering why are two messing about with the same data. The page is a projects 'encompassing' calendar that shows all project schedules. The fix would be to restrict scheduling to the job owner or a master scheduler. But I can't do that now. I'll need to think about this The 1st, the time stamp, is great. I didn't cross my mind; and that last update value is already there. The second could be a lot of work, and given I should really address the access, it would be a waste of time as a temporary fix. Thanks for the quick comeback. Time stamp it is.
  11. I have never had to worry about concurrent users given the size of my audience. But, things have changed on one particular input webpage. I have a webpage that is used by project managers. It is now likely that two managers will concurrently access and modify the same page. For example; Both userA and userB are on this page. userA changes dateInstall and userB changes dateRun. After userA saves his form, userB saves his. userB's unchanged dateInstall overwrites userA's update. And so it goes. I can think of a few ways to stop this but what a mess. How do you professionals deal with this? Thanks.
  12. Op... I think I'm on my way. Feel free to nuke the post if you wish. Thank you.
  13. It's not working , but after a login, can it be this simple? curl_setopt($ch, CURLOPT_URL, $gotoUrl); $content = curl_exec($ch); echo $content;
  14. I'm a little familiar with Perl's lwp and I've scraped a few sites. But I've never logged in remotely AND presented a 'protected' page to the user. Is it possible to login remotely and then open a page for a user via a link? We have the credentials but we're sick of the login dance. I'll invest some time figuring it out if someone can tell me if this is even possible. Thank you.
  15. This is what I wound up with (you need your wits). var next_row_id = e.parentNode.parentNode.nextElementSibling.id Thanks again for the road map.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.