Page 1 of 2

Number 214 Page Issue

Posted: Tue Apr 07, 2026 9:35 am
by Kyle
The page for the number 214 has php errors preventing the page from loading correctly.

https://www.biblewheel.com/GR/GR_214.php

Re: Number 214 Page Issue

Posted: Tue Apr 07, 2026 6:16 pm
by RAMcGough
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
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.

Re: Number 214 Page Issue

Posted: Wed Apr 08, 2026 10:09 am
by Kyle
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

Posted: Wed Apr 08, 2026 1:39 pm
by RAMcGough
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.
Thanks! Fixed it. It was caused by a var with the wrong letter case. The old PHP vars weren't case sensitive.

Re: Number 214 Page Issue

Posted: Wed Apr 08, 2026 7:15 pm
by Kyle
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

Re: Number 214 Page Issue

Posted: Thu Apr 09, 2026 12:17 pm
by RAMcGough
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
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.

Re: Number 214 Page Issue

Posted: Thu Apr 09, 2026 12:47 pm
by Kyle
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

Re: Number 214 Page Issue

Posted: Thu Apr 09, 2026 12:55 pm
by RAMcGough
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.
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

Posted: Thu Apr 09, 2026 1:11 pm
by Kyle
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.
Well it didn't fix the last two I mentioned lol.

Re: Number 214 Page Issue

Posted: Fri Apr 10, 2026 12:53 pm
by RAMcGough
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
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.

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.