Re: sequential file save read option button Programming Software Development by rproffitt I noted the issues with your post and the problems with what is a dead system. While I do have … is very careful about their requests. You ignored how such problems are presented. ZIP file? Too dangerous today. You could have… Paris Olympics Chatbot- Get Ticket Information Using Chat-GPT and LangChain Programming Computer Science by usmanmalik57 … the math book sad? Because it had too many problems! ``` You can use the LangChain `ChatPromptTemplate` class… the math book sad? Because it had too many problems! ``` The LangChain also provides a `StrOutputParser` object… math book sad? Because it had too many problems! ``` Chat-GPT can only generate correct responses … Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 … chatbot capable of generating a single response and its associated problems. The following script creates an object of the `ChatOpenAI` llm… use the same approach to develop conversational chatbots for other problems. Feel free to leave your feedback in the comments. Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Johannes C. … 10+ years, I can provide some hints on where the problems lie and how Europe could become a better breeding ground…-Regulation and Suffocating Taxes ## Let's look at the central problems: **1) Over-regulation.** The EU is predominantly a service economy… Re: ASUS Laptops - my experience Hardware and Software by toneewa … enough space for the partitions can help prevent running into problems. When you to go to [Troubleshoot this PC](https://www… you some insight, what might be causing troubles, for future problems. Test your recovery partition or drive, system restore, system image… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … wish I'd checked it further because I started having problems as soon as I got it home and powered up… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … reset on my own prior to the current slate of problems. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … enough space for the partitions can help prevent running into problems. I've seen advice like this before but typically there… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner More problems. I incorporated the coding Biiim provided. Before any changes, after … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim Hi David, > More problems. I incorporated the coding Biiim provided. Before any changes, after … Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa … that were not being used. I ran into a couple problems which caused the freeze you mentioned. It was memory heap… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim In your code where you write `mail($to,$subject,$message,$headers);` if you want to get error messages or "do something if it fails" you need to alter it a bit to something like: if(mail($to,$subject,$message,$headers)){ //if successful do something }else{ //if error do something else } //or… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner I do not have access to the PHP error log nor do I know how to check to see if mail() is returning false. The coding I'm using has worked (e.g. sent email with submitted info) for 13 years and now stopped working. My URL/PHP provider, Ionos, claims it won't send because all recipient email addresses need to be authenticated and a new STMP PHPmailer… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner Re: Biiim's post, the coding you suggest to get error messages looks like something good to try and the PHP Mailer stuff looks the same as the generic code I got from Ionos. It sounds like all these methods are appearing favorable for solving the problem. This kind of troubleshooting can be very frustrating so thanks for your help. Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani I wonder if the problem is that your php mail() function is configured to use SMTP in your php.ini file. A lot of SMTP servers switched over the past year or so to using XOAuth2 for authentication. A username + password in your config settings will no longer suffice to establish a connection. You can see me complaining about it [here](https://www.… Re: Where will Twitter be in a few months? Community Center Geeks' Lounge by Dani It's now a year later, and apparently Twitter ended up in the trash. We only have X now ... ;) Re: ASUS Laptops - my experience Hardware and Software by toneewa If the power connector was replaced with the motherboard, then your charging cord is suspect. If they setup your PC with Windows 11, there's a good chance a GPT partition was used instead of NTFS (outdated). Imaging back to this would fail. Always check in your BIOS to see if your drives shows up there. If you're setup in UEFI mode, instead of … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim When I got it back they had replaced both the motherboard and the power supply and I checked in the store to verify there were no power issues. I suspect you are correct about them not reconnecting the touchpad as that was not working in Linux either. As for GPT vs NTFS, I have never formatted to anything but NTFS, and when I originally got the … Re: ASUS Laptops - my experience Hardware and Software by rproffitt "I allocated a C partition and formatted as NTFS then boot back into my Windows 11 install USB." That can derail the usual Windows install. On today's PCs I start off with a blank, no partition drive, boot the Windows USB stick and once in a while need to add the Intel RST storage driver. I maintain that Microsoft should update … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Likewise... Whenever I reinstall Windows, other than the times I've reset to factory, when it gets to the "where do you want to install to" I always get the installer to delete, then recreate the partition. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner Ran into some new issues. Here goes. In order to download PHPMailer, must download Composer. In order to install Composer, need a Command Line PHP.exe file. I do not have one of these. I have been using PHP services from URL provider, 1 & 1/Ionos since 2011. They said in order to get a Command Line PHP.exe file, requires SSH to 'Connect to … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim You don't need composer or access to the php.exe. just locate the PHPmailer Directory into your web root, to keep it simple and the require links should point to where it is located. mine is `require 'includes/PHPMailer/src/PHPMailer.php';` cause I put it in a folder called includes, this should be relative to the file that is using it.… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >Sounds like a very bad recovery image Possibly. But why didn't this show up when they did the reset prior to returning the laptop? Imagine that you just bought a car (should be pretty easy for you). You and your wife take a drive in the countryside and at some point you drive over a nail and get a flat tire. No problem because you have a … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Got a call from Best Buy at 6:30 pm the same day. He informed me that the Windows system that the tech installed was not the OEM version for my machine. I asked why this should matter since I requested a reset to factory from the recovery partition. He said they couldn't do that because the recovery partition had been corrupted. So that's two … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >At some point you are stuck with a clean install I'm using my father-in-law's old laptop in the interim. When I inherited it I took out the old drive and put in a spare SSD. I didn't bother restoring the diagnostic or recovery partitions. It's quite peppy now. It's also an ASUS, but purchased before they started making crap. At some point, … Re: ASUS Laptops - my experience Hardware and Software by toneewa > Ever had to install Windows from 39 floppy disks? It was not fun, especially when disk 39 frequently had a read error. Not that many, I still have them. Highest was 6 for booting, so I could read a CD. I wrote on them, "BAD" if ever had that problem. > I actually tried this as well, running diskpart.exe. It couldn't see … Re: ASUS Laptops - my experience Hardware and Software by toneewa > rproffitt commented: BTW, recovery drive failed me so many times that I carry no less than 2 bootable Linux sticks in my PC rescue bag. I've seen in the past failures due to having more than 1 drive installed. Disconnect all other drives and devices. I too, have used Linux live bootable CD's to get files off a broken Windows. It was way … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >I too, have used Linux live bootable CD's to get files off a broken Windows. I'm assuming the drive wasn't bitlockered? Re: ASUS Laptops - my experience Hardware and Software by toneewa > I'm assuming the drive wasn't bitlockered? Nope, I don't use that feature. In my opinion, it's equivalent to using ransomware on your own stuff. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim I always disable it as well. That's yet another thing I have to remember to undo when I get it back.