I am running vcddb 0.991 in apache 2 with php5 and mysql 5.0.45.
When I click on a movie category in the left sidebar, I often get a blank page. Specific categories will always lead to a blank page, while other categories work as expected. If I browse the mysql database that contains the vcddb data, the vcd_MovieCategories table contains an entry for the category_ids that don't work, and there are movies in the main vcd table that have the category_id values that don't work.
However, if I go to My Movies > Pick a movie to watch and choose one of the categories that does not work in the sidebar, the Pick a movie to watch tool will find a movie in that category, so clearly vcddb CAN access information in the database with those category_ids.
memory_limit is set very high in php.ini for another program, so I don't think memory is the issue. I am at a loss for additional things to try. Thanks in advance for any insights anyone might have.
