Warning (2): unlink(/tmp/cake_model_dishola_development_bookmarks) [function.unlink]: No such file or directory [CORE/cake/libs/file.php, line 292]
Warning (2): unlink(/tmp/cake_model_dishola_development_sets) [function.unlink]: No such file or directory [CORE/cake/libs/file.php, line 292]
Warning (2): unlink(/tmp/cake_model_dishola_development_sets_dishes) [function.unlink]: No such file or directory [CORE/cake/libs/file.php, line 292]
Warning (2): unlink(/tmp/cake_model_dishola_development_sets_users) [function.unlink]: No such file or directory [CORE/cake/libs/file.php, line 292]
Warning (2): unlink(/tmp/cake_model_dishola_development_restaurant_locations) [function.unlink]: No such file or directory [CORE/cake/libs/file.php, line 292]
Warning (2): fopen(/tmp/cake_model_dishola_development_featured_dishes) [function.fopen]: failed to open stream: No such file or directory [CORE/cake/libs/file.php, line 156]

1914 Guadalupe St # A,
Austin, TX (3.1 miles away)
(512) 457-1013
karisullivan on 06/29/08
As far as Chinese vegetarian fare goes, this ranks near the top of my list. I'm pretty sure that the protein balls are a pre-fried tofu or wheat gluten nugget that you find at Asian markets. If prepared more… [8 reviews]
3101 Guadalupe St,
Austin, TX (4.1 miles away)
(512) 478-2667
katinthehat on 03/25/08
I got a little burned out on the sandwiches from Wheatsville, so I decided to give the fabled Vegetarian Frito Pie a try on my last trip. Not bad! I decided against the jalapenos but allowed onions into more… [7 reviews]
4215 Duval St,
Austin, TX (4.8 miles away)
(512) 451-3994
elsigh on 01/30/08
Something about this strange concoction works for me. Maybe it's just simply that I like Thai food, and this is like peanut satay sauce and tofu in a way. But the flavor is reach and savory. Though it more… [3 reviews]
401 W 2nd St,
Austin, TX, 78701 (1.9 miles away)
(512) 494-1500
poco-cocoa on 07/16/09
I have to agree with Laura... this dish is fabulous. From the perfectly cooked onions and roasted tomatoes to the flavorful chickpeas and creamy goat cheese, it's perfect! more… [4 reviews]
2105 Hancock Dr,
Austin, TX (5.7 miles away)
(512) 407-9305
RosieQ on 01/11/08
I'm pretty sure this burger is your standard frozen Garden Burger. I do give Billy's props for offering good toppings to dress it up, though. more… [3 reviews]
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `dishes` | 20 | 20 | 1 | |
| 2 | DESCRIBE `users` | 23 | 23 | 1 | |
| 3 | DESCRIBE `profiles` | 68 | 68 | 2 | |
| 4 | SET NAMES 'UTF8' | 0 | 0 | ||
| 5 | DESCRIBE `facebook_connect` | 7 | 7 | 1 | |
| 6 | DESCRIBE `reviews` | 11 | 11 | 2 | |
| 7 | DESCRIBE `reviewsvotes` | 8 | 8 | 1 | |
| 8 | DESCRIBE `images` | 11 | 11 | 1 | |
| 9 | DESCRIBE `tokens` | 7 | 7 | 1 | |
| 10 | DESCRIBE `user_friends` | 5 | 5 | 1 | |
| 11 | DESCRIBE `bookmarks` | 5 | 5 | 1 | |
| 12 | DESCRIBE `safaris` | 8 | 8 | 1 | |
| 13 | DESCRIBE `dishes_safaris` | 3 | 3 | 1 | |
| 14 | DESCRIBE `safaris_users` | 3 | 3 | 1 | |
| 15 | DESCRIBE `sets` | 16 | 16 | 1 | |
| 16 | DESCRIBE `sets_dishes` | 6 | 6 | 1 | |
| 17 | DESCRIBE `sets_users` | 7 | 7 | 8 | |
| 18 | DESCRIBE `restaurant_locations` | 21 | 21 | 1 | |
| 19 | DESCRIBE `featured_dishes` | 10 | 10 | 1 | |
| 20 | DESCRIBE `dish_images` | 7 | 7 | 2 | |
| 21 | DESCRIBE `dish_image_votes` | 8 | 8 | 1 | |
| 22 | DESCRIBE `tags` | 2 | 2 | 1 | |
| 23 | DESCRIBE `dishes_tags` | 3 | 3 | 1 | |
| 24 | DESCRIBE `dish_wanteds` | 8 | 8 | 1 | |
| 25 | DESCRIBE `dish_wanteds_tags` | 3 | 3 | 1 | |
| 26 | DESCRIBE `dish_wanteds_dishes` | 3 | 3 | 4 | |
| 27 | DESCRIBE `blogbuzz` | 25 | 25 | 1 | |
| 28 | DESCRIBE `blogbuzz_votes` | 5 | 5 | 1 | |
| 29 | DESCRIBE `blogbuzz_comments` | 6 | 6 | 1 | |
| 30 | DESCRIBE `blogbuzz_dishes` | 3 | 3 | 1 | |
| 31 | SELECT `Dish`.*, `Location`.*, `User`.*, `Restaurant`.`name`, (((acos(sin((30.242831*pi()/180)) * sin((Location.latitude*pi()/180)) + cos((30.242831*pi()/180)) * cos((Location.latitude*pi()/180)) * cos(((-97.765788 - Location.longitude) * pi()/180)))) * 180/pi()) * 60 * 1.1515) as distance_from_user FROM `dishes` AS `Dish` LEFT JOIN `restaurant_locations` AS `Location` ON (`Dish`.`location_id` = `Location`.`id`) LEFT JOIN `users` AS `User` ON (`Dish`.`user_id` = `User`.`id`) LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE ('vegetarian' IN (SELECT LOWER(tag) FROM tags LEFT JOIN dishes_tags ON `tags`.`id`=`dishes_tags`.`tag_id` WHERE `dishes_tags`.`dish_id`=`Dish`.`id`)) AND `Location`.`longitude` BETWEEN -98.1994894977 AND -97.3320865023 AND `Location`.`latitude` BETWEEN 29.8091295023 AND 30.6765324977 AND `Dish`.`disabled`=0 ORDER BY `review_count` DESC LIMIT 5 | 5 | 5 | 191 | |
| 32 | SELECT `Tag`.`id`, `Tag`.`tag`, `DishesTag`.`id`, `DishesTag`.`dish_id`, `DishesTag`.`tag_id` FROM `tags` AS `Tag` JOIN `dishes_tags` AS `DishesTag` ON (`DishesTag`.`dish_id` IN (173, 227, 769, 1304, 90) AND `DishesTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1 ORDER BY `DishesTag`.`id` ASC | 18 | 18 | 1 | |
| 33 | SELECT `DishSet`.`id`, `DishSet`.`user_id`, `DishSet`.`name`, `DishSet`.`description`, `DishSet`.`private`, `DishSet`.`location`, `DishSet`.`country_name_code`, `DishSet`.`administrative_area`, `DishSet`.`locality_name`, `DishSet`.`postal_code`, `DishSet`.`latitude`, `DishSet`.`longitude`, `DishSet`.`count_users`, `DishSet`.`count_dishes`, `DishSet`.`created`, `DishSet`.`modified`, `SetsDish`.`id`, `SetsDish`.`set_id`, `SetsDish`.`dish_id`, `SetsDish`.`order`, `SetsDish`.`created`, `SetsDish`.`modified` FROM `sets` AS `DishSet` JOIN `sets_dishes` AS `SetsDish` ON (`SetsDish`.`dish_id` IN (173, 227, 769, 1304, 90) AND `SetsDish`.`set_id` = `DishSet`.`id`) WHERE 1 = 1 | 15 | 15 | 58 | |
| 34 | SELECT `Restaurant`.*, `Location`.`id` FROM `restaurant_locations` AS `Location` LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Location`.`id`='120' LIMIT 1 | 1 | 1 | 0 | |
| 35 | SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created` FROM `dishes` AS `Dish` WHERE `Dish`.`location_id` = (120) | 6 | 6 | 4 | |
| 36 | SELECT dishes.vote_avg, reviews.*, users.*, profiles.image, profiles.image_small FROM dishes LEFT JOIN reviews ON dishes.id=reviews.dish_id LEFT JOIN users ON reviews.user_id=users.id LEFT JOIN profiles ON users.id=profiles.user_id WHERE dishes.id='173' AND reviews.disabled=0 ORDER BY reviews.created DESC LIMIT 0,1 | 1 | 1 | 14 | |
| 37 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE dish_id='173' | 1 | 1 | 0 | |
| 38 | SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE dish_id=173 ORDER BY `Image`.`created` DESC LIMIT 1 | 1 | 1 | 0 | |
| 39 | SELECT `Restaurant`.*, `Location`.`id` FROM `restaurant_locations` AS `Location` LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Location`.`id`='165' LIMIT 1 | 1 | 1 | 0 | |
| 40 | SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created` FROM `dishes` AS `Dish` WHERE `Dish`.`location_id` = (165) | 3 | 3 | 0 | |
| 41 | SELECT dishes.vote_avg, reviews.*, users.*, profiles.image, profiles.image_small FROM dishes LEFT JOIN reviews ON dishes.id=reviews.dish_id LEFT JOIN users ON reviews.user_id=users.id LEFT JOIN profiles ON users.id=profiles.user_id WHERE dishes.id='227' AND reviews.disabled=0 ORDER BY reviews.created DESC LIMIT 0,1 | 1 | 1 | 15 | |
| 42 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE dish_id='227' | 1 | 1 | 0 | |
| 43 | SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE dish_id=227 ORDER BY `Image`.`created` DESC LIMIT 1 | 1 | 1 | 0 | |
| 44 | SELECT `Restaurant`.*, `Location`.`id` FROM `restaurant_locations` AS `Location` LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Location`.`id`='488' LIMIT 1 | 1 | 1 | 28 | |
| 45 | SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created` FROM `dishes` AS `Dish` WHERE `Dish`.`location_id` = (488) | 3 | 3 | 1 | |
| 46 | SELECT dishes.vote_avg, reviews.*, users.*, profiles.image, profiles.image_small FROM dishes LEFT JOIN reviews ON dishes.id=reviews.dish_id LEFT JOIN users ON reviews.user_id=users.id LEFT JOIN profiles ON users.id=profiles.user_id WHERE dishes.id='769' AND reviews.disabled=0 ORDER BY reviews.created DESC LIMIT 0,1 | 1 | 1 | 5 | |
| 47 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE dish_id='769' | 1 | 1 | 0 | |
| 48 | SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE dish_id=769 ORDER BY `Image`.`created` DESC LIMIT 1 | 0 | 0 | 1 | |
| 49 | SELECT `Restaurant`.*, `Location`.`id` FROM `restaurant_locations` AS `Location` LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Location`.`id`='116' LIMIT 1 | 1 | 1 | 0 | |
| 50 | SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created` FROM `dishes` AS `Dish` WHERE `Dish`.`location_id` = (116) | 25 | 25 | 0 | |
| 51 | SELECT dishes.vote_avg, reviews.*, users.*, profiles.image, profiles.image_small FROM dishes LEFT JOIN reviews ON dishes.id=reviews.dish_id LEFT JOIN users ON reviews.user_id=users.id LEFT JOIN profiles ON users.id=profiles.user_id WHERE dishes.id='1304' AND reviews.disabled=0 ORDER BY reviews.created DESC LIMIT 0,1 | 1 | 1 | 17 | |
| 52 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE dish_id='1304' | 1 | 1 | 0 | |
| 53 | SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE dish_id=1304 ORDER BY `Image`.`created` DESC LIMIT 1 | 1 | 1 | 0 | |
| 54 | SELECT `Restaurant`.*, `Location`.`id` FROM `restaurant_locations` AS `Location` LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Location`.`id`='53' LIMIT 1 | 1 | 1 | 0 | |
| 55 | SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created` FROM `dishes` AS `Dish` WHERE `Dish`.`location_id` = (53) | 3 | 3 | 0 | |
| 56 | SELECT dishes.vote_avg, reviews.*, users.*, profiles.image, profiles.image_small FROM dishes LEFT JOIN reviews ON dishes.id=reviews.dish_id LEFT JOIN users ON reviews.user_id=users.id LEFT JOIN profiles ON users.id=profiles.user_id WHERE dishes.id='90' AND reviews.disabled=0 ORDER BY reviews.created DESC LIMIT 0,1 | 1 | 1 | 0 | |
| 57 | SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE dish_id='90' | 1 | 1 | 0 | |
| 58 | SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE dish_id=90 ORDER BY `Image`.`created` DESC LIMIT 1 | 0 | 0 | 0 | |
| 59 | SELECT COUNT(*) AS `count` FROM `dishes` AS `Dish` LEFT JOIN `restaurant_locations` AS `Location` ON (`Dish`.`location_id` = `Location`.`id`) LEFT JOIN `users` AS `User` ON (`Dish`.`user_id` = `User`.`id`) LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE ('vegetarian' IN (SELECT LOWER(tag) FROM tags LEFT JOIN dishes_tags ON `tags`.`id`=`dishes_tags`.`tag_id` WHERE `dishes_tags`.`dish_id`=`Dish`.`id`)) AND `Location`.`longitude` BETWEEN -98.1994894977 AND -97.3320865023 AND `Location`.`latitude` BETWEEN 29.8091295023 AND 30.6765324977 AND `Dish`.`disabled`=0 | 1 | 1 | 0 | |
| 60 | SELECT `DishSet`.*, `DishSet`.`id` FROM `sets` AS `DishSet` LEFT JOIN `users` AS `User` ON (`DishSet`.`user_id` = `User`.`id`) WHERE `DishSet`.`name` <> "Must Try" AND `DishSet`.`count_dishes` > 0 ORDER BY `DishSet`.`modified` DESC LIMIT 5 | 5 | 5 | 0 |