Hi,
We just ran into an interesting issue. I am wondering if anyone else have encountered similar problems.
We built a site about 4 years ago:
http://kcata.org
Its running the latest version of EE1. We have Route Finder in it to list all Bus routs in Kansas City.
http://www.kcata.org/maps_schedules/
Regions are ee categories, and routes are ee entries.
We also have a Bulletin section:
http://www.kcata.org/rider_bulletins/
and the two are linked up as related entries. When you see a route or a list of routes you would also see the bulletins affecting that route.
So at some point in time listing the routes with their associated bulletins for an entire region broke PHP. White page. We determined that it was a memory issue. We increased memory for PHP on the server and for the script itself. We also closed a bunch of old bulletins since they expired from the website by their expire_date not by their closed status.
Its working now:
http://www.kcata.org/maps_schedules/routes/category/downtown/
I am wondering if anyone ever had to deal with similar memory issues and if yes what was the solution. I am also wondering if EE2 would have the same memory limit, or if using something like Playa or other method of relationships would help.
L.