![]() |
Pagination Problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Pagination Problem (/showthread.php?tid=39027) |
Pagination Problem - El Forum - 02-26-2011 [eluser]Antonius Willson[/eluser] i need help with Pagination Class. A Database Error Occurred Unable to connect to your database server using the provided settings. Filename: C:\xampp\htdocs\CodeIgniter\system\database\DB_driver.php Line Number: 124 when i open http://127.0.0.1/codeigniter/index.php/books how i solve this problem. thanks. Pagination Problem - El Forum - 02-26-2011 [eluser]JHackamack[/eluser] This doesn't seem like a pagination problem. Double check your config settings in database.php to make sure they match up with your Database server's information. Pagination Problem - El Forum - 02-27-2011 [eluser]Antonius Willson[/eluser] [quote author="JHackamack" date="1298807843"]This doesn't seem like a pagination problem. Double check your config settings in database.php to make sure they match up with your Database server's information.[/quote] i got the problem. but now, new problem was found that's Fatal error: Class 'Model' not found in C:\xampp\htdocs\CodeIgniter\application\models\books_model.php on line 2 this is books_model.php code : Code: <?php Pagination Problem - El Forum - 02-27-2011 [eluser]Antonius Willson[/eluser] the problem was solved. Thanks. ![]() Pagination Problem - El Forum - 02-27-2011 [eluser]InsiteFX[/eluser] Model names first character has to be capital in class InsiteFX |