[login]

Recent Posts

Testing Desu
More test
lala

Advertisement

Vindale: Get paid for your opinion.

Donate

Want to support the site and help me expand so I can bring you more content and services. Drop us a donation.

Missing Controller

Error: IndexList.phpController could not be found.

Error: Create the class IndexList.phpController below in file: app/controllers/index_list.php_controller.php

<?php
class IndexList.phpController extends AppController {

	var $name = 'IndexList.php';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

(default) 2 queries took 0 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT COUNT(*) AS `count` FROM `posts` AS `Post` LEFT JOIN `users` AS `User` ON (`Post`.`user_id` = `User`.`id`) WHERE 1 = 1 110
2SELECT `Post`.`id`, `Post`.`user_id`, `Post`.`title`, `Post`.`body`, `Post`.`created`, `Post`.`modified`, `User`.`id`, `User`.`username`, `User`.`password`, `User`.`group_id`, `User`.`created`, `User`.`modified`, `User`.`lwid` FROM `posts` AS `Post` LEFT JOIN `users` AS `User` ON (`Post`.`user_id` = `User`.`id`) WHERE 1 = 1 LIMIT 20330