Welcome Guest, Not a member yet? Register   Sign In
simple_query question
#11

[eluser]John_Betong[/eluser]
[quote author="Derek Allard" date="1200420403"]Yeah, Seppo is correct, but its my fault... I should have told you. Assuming you're using mysql, grab this.[/quote]
 
Hi Derek,

Many thanks to you and your team for the upgrade.

Your supplied file is not backward compatible UNLESS line 45 is changed to this:
Code:
var $_count_string = 'SELECT COUNT(*) AS numrows ';

   // Old line 45
   // var $_count_string = 'SELECT COUNT(*) AS ';
 

The CI 1.54 code that I used was:
Code:
// Pagination stuff
  $config['total_rows']     = $this->db->count_all('quotes'); // id, quote, author

The Error returned was:
Code:
An Error Was Encountered

   Error Number: 1064

   You have an error in your SQL syntax; check the manual that corresponds to your MySQL    server version for the right syntax to use near 'FROM `quotes`' at line 1

   SELECT COUNT(*) AS FROM `quotes`

Cheers,

John_Betong
 


Messages In This Thread
simple_query question - by El Forum - 01-14-2008, 02:30 AM
simple_query question - by El Forum - 01-14-2008, 02:39 AM
simple_query question - by El Forum - 01-14-2008, 02:44 AM
simple_query question - by El Forum - 01-14-2008, 02:57 AM
simple_query question - by El Forum - 01-14-2008, 06:13 AM
simple_query question - by El Forum - 01-15-2008, 01:13 AM
simple_query question - by El Forum - 01-15-2008, 03:54 AM
simple_query question - by El Forum - 01-15-2008, 06:06 AM
simple_query question - by El Forum - 01-16-2008, 12:32 AM
simple_query question - by El Forum - 01-16-2008, 03:16 AM
simple_query question - by El Forum - 01-16-2008, 09:41 PM
simple_query question - by El Forum - 01-17-2008, 02:26 AM
simple_query question - by El Forum - 01-18-2008, 07:05 AM
simple_query question - by El Forum - 01-18-2008, 02:35 PM
simple_query question - by El Forum - 01-18-2008, 02:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB