The page for the number 214 has php errors preventing the page from loading correctly.
https://www.biblewheel.com/GR/GR_214.php
Number 214 Page Issue
Re: Number 214 Page Issue
Thanks for the heads up Kyle. I fixed it. Those pages are from 20 years ago and the newer version of PHP is a little more strict and causes some errors. I've fixed probably 50 pages so far. There are probably a few more.Kyle wrote: Tue Apr 07, 2026 9:35 am The page for the number 214 has php errors preventing the page from loading correctly.
https://www.biblewheel.com/GR/GR_214.php
Praising God all the day long!
Re: Number 214 Page Issue
Awesome. Yeah this is why web development drives me nuts. Having to go back and update code because a new php version breaks the code is frustrating. As I find the errors I'll let you know. Here is another: https://www.biblewheel.com/GR/GR_TenC_DP.php about midway down the page there is a php error.
Re: Number 214 Page Issue
Thanks! Fixed it. It was caused by a var with the wrong letter case. The old PHP vars weren't case sensitive.Kyle wrote: Wed Apr 08, 2026 10:09 am Awesome. Yeah this is why web development drives me nuts. Having to go back and update code because a new php version breaks the code is frustrating. As I find the errors I'll let you know. Here is another: https://www.biblewheel.com/GR/GR_TenC_DP.php about midway down the page there is a php error.
Praising God all the day long!
Re: Number 214 Page Issue
Not sure if you want me to keep posting these here or if you have a better place for me to put them but here's another lol. I'm not actively looking for issues but I keep coming across them as I am working on a significant project right now and your database of research is a great resource.
https://www.biblewheel.com/GR/GR_555.php
https://www.biblewheel.com/GR/GR_555.php
Re: Number 214 Page Issue
Thanks! I fixed it. They are super easy to fix, so please share any you find. I'm gonna see I can use AI to find them all and fix them quick.Kyle wrote: Wed Apr 08, 2026 7:15 pm Not sure if you want me to keep posting these here or if you have a better place for me to put them but here's another lol. I'm not actively looking for issues but I keep coming across them as I am working on a significant project right now and your database of research is a great resource.
https://www.biblewheel.com/GR/GR_555.php
EDIT: Well that was fast! Claude AI found and fixed all 16 pages that had errors. Let me know if you find any others that might have been missed.
Praising God all the day long!
Re: Number 214 Page Issue
Looks like Claude caused some unintentional issues in the home page: https://www.biblewheel.com/ . There is now a new undefined variable error in the navigation menu.
Also it missed this one but seeing that it's also an undefined variable error I think you may have not given enough context to Claude and it didn't have all the vars: https://www.biblewheel.com/GR/GR_43.php
Also it missed this one but seeing that it's also an undefined variable error I think you may have not given enough context to Claude and it didn't have all the vars: https://www.biblewheel.com/GR/GR_43.php
Re: Number 214 Page Issue
I dug in a little deeper and Claude found another 34 files that had errors. It's a great tool.RAMcGough wrote: Thu Apr 09, 2026 12:17 pm Thanks! I fixed it. They are super easy to fix, so please share any you find. I'm gonna see I can use AI to find them all and fix them quick.
EDIT: Well that was fast! Claude AI found and fixed all 16 pages that had errors. Let me know if you find any others that might have been missed.
Please let me know if you find any more errors anywhere on the site.
Praising God all the day long!
Re: Number 214 Page Issue
Well it didn't fix the last two I mentioned lol.RAMcGough wrote: Thu Apr 09, 2026 12:55 pm I dug in a little deeper and Claude found another 34 files that had errors. It's a great tool.
Please let me know if you find any more errors anywhere on the site.
Re: Number 214 Page Issue
Thanks for finding that! Claude missed that one. I had it do a full sweep of them all and it found three others it missed. It's an iterative process. Please let me know if you find any other errors.Kyle wrote: Thu Apr 09, 2026 12:47 pm Looks like Claude caused some unintentional issues in the home page: https://www.biblewheel.com/ . There is now a new undefined variable error in the navigation menu.
Also it missed this one but seeing that it's also an undefined variable error I think you may have not given enough context to Claude and it didn't have all the vars: https://www.biblewheel.com/GR/GR_43.php
As for the navigation - you probably need to do a hard refresh (ctrl-shift-r) to clear your cache. Let me know if the problem persists. I really appreciate the help.
Praising God all the day long!