Hi Matt,mgroeninger wrote: Hokey: Is there anyway you could start at the bottom of the file and re-add lines until it stop working? That would help me find which line (or block) of code is causing you problems. Most of the code I would expect to break is at the top of the if statement, so I am hoping you can narrow it down a bit.
the weather-template isn't installed anymore, because I use the template-switcher, so there was the risk that visitors could switch to the weather-template.
Would it be possible to "mirror" my s9y-installation (on my server) so that we could avoid a downtime?
I also tried to find the point, when the template starts to stop working. I'm not sure if I understand your right. My approach was:
- deleting all lines until the template worked (by deleting all from 146 to end)
- adding the deleted lines again at the bottom by starting from top to bottom
- directly in line 147 it stops ( include dirname(__FILE__) . '/weather_test.inc.php'; )