![]() |
Easter Egg Database not working?
I can get to the DVDTalk Easter Egg page here:
https://www.dvdtalk.com/eggs/index.php But the search doesn't work, or if I click on any individual title, it doesn't take me to the page with the description of the easter egg, it just brings me back to the main easter egg page. Is this a known issue or any chance of being resolved? |
Re: Easter Egg Database not working?
No chance of being resolved. But I should be able to remove the link from the menu to prevent future dead-end navigation.
|
Re: Easter Egg Database not working?
Originally Posted by IBJoel
(Post 13764660)
No chance of being resolved. But I should be able to remove the link from the menu to prevent future dead-end navigation.
|
Re: Easter Egg Database not working?
Originally Posted by Numes
(Post 13764711)
Ahh darn :( I wasn't expecting that. If I may ask, what happened?
Code:
https://www.dvdtalk.com/eggs/read.php?ID=1876Code:
https://www.dvdtalk.com/eggs/read.php |
Re: Easter Egg Database not working?
Originally Posted by IBJoel
(Post 13764660)
No chance of being resolved.
Originally Posted by Adam Tyner
(Post 13764720)
...and, not seeing an ID, it'd redirect you to the landing page. The fix is easy -- just replacing references to $ID in the code to $_REQUEST["ID"] or $_GET["ID"] -- but since that section has been abandoned for a decade, it's probably best to leave the lights off.
Can't you assign someone the 2 minutes it would take to go to index.php and read.php and do the find/replace Adam outlined above? Actually, the substitution is either what Adam said or probably $HTTP_GET_VARS["ID"] to $_GET["ID"]. I've had to implement the exact same fix to similarly ancient scripts, and it really is that easy to fix it. |
Re: Easter Egg Database not working?
Considering how low of a priority this would be for our tech team, I'm sorry but it's just not going to get worked on for years. Or business team will simply tell tech flat out, "don't work on it".
|
Re: Easter Egg Database not working?
This would be excellent information. Is there a way to extract it as a flat file so at least we could still have access to the information via text search?
|
Re: Easter Egg Database not working?
Originally Posted by IBJoel
(Post 13764660)
But I should be able to remove the link from the menu to prevent future dead-end navigation.
Originally Posted by IBJoel
(Post 13765705)
Considering how low of a priority this would be for our tech team, I'm sorry but it's just not going to get worked on for years.
I know you're not a PHP coder, but it literally is just as simple a fix as Adam and I described. Maybe you can have a tech do an assessment on the files to confirm how much work it would take to fix it? They would probably just abort the assessment in the middle and say, "This is silly; I can just fix this right now" :%s/HTTP_GET_VARS/_GET/g :wq "There, done." How about this proposal instead? Have tech download the 2 files from the server. Give them to Adam, and if he can find a couple spare minutes, he can implement the fixes and then give the files back to you to upload.
Originally Posted by IBJoel
(Post 13765705)
Or business team will simply tell tech flat out, "don't work on it".
Originally Posted by b2net
(Post 13765945)
This would be excellent information. Is there a way to extract it as a flat file so at least we could still have access to the information via text search?
|
Re: Easter Egg Database not working?
As a workaround for now, you can always use the wayback machine.
https://web.archive.org/web/20150909...ad.php?ID=1875 Does anyone know the date this change broke things? The above snapshot is from 2015. |
Re: Easter Egg Database not working?
A head's up: I did ask tech if they could just do the fix. We had a long weekend, though.
|
Re: Easter Egg Database not working?
Originally Posted by IBJoel
(Post 13768295)
A head's up: I did ask tech if they could just do the fix. We had a long weekend, though.
https://www.dvdtalk.com/eggs/read.php?ID=1870 But it does not work for the featured titles across the top (the ones with the cover art displayed), with URL's like this: https://www.dvdtalk.com/eggs/read.php?titleID=478 They also still need to fix index.php. This is so that the Search box works, and so that the pagination navigation at the bottom works. |
Re: Easter Egg Database not working?
Originally Posted by TheBang
(Post 13772023)
Thanks, it looks like they partially fixed read.php. It works for the list of titles, for example:
https://www.dvdtalk.com/eggs/read.php?ID=1870 But it does not work for the featured titles across the top (the ones with the cover art displayed), with URL's like this: https://www.dvdtalk.com/eggs/read.php?titleID=478 They also still need to fix index.php. This is so that the Search box works, and so that the pagination navigation at the bottom works. EDIT: We actually expect almost no user-facing issues with this update, not to worry anyone. |
Re: Easter Egg Database not working?
I just checked and noticed that the Easter Eggs section is fully working now. Looks like it got nice bit of code cleaning to go along with the rest of the site updates. Thanks for getting this one fixed, IBJoel!
|
Re: Easter Egg Database not working?
Originally Posted by TheBang
(Post 13815386)
I just checked and noticed that the Easter Eggs section is fully working now. Looks like it got nice bit of code cleaning to go along with the rest of the site updates. Thanks for getting this one fixed, IBJoel!
|
| All times are GMT -5. The time now is 01:56 AM. |
Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.