CMS MADE SIMPLE FORGE

Banners Module

 

[#2844] data base error

avatar
Created By: (otis)
Date Submitted: Tue Jan 06 16:19:16 -0500 2009

Assigned To:
Version: None
CMSMS Version: None
Severity: None
Resolution: None
State: Open
Summary:
data base error
Detailed Description:
Database postgres 8.3
banner 2.21

ERROR: could not find an image to display Error: Database Error!&nbspERROR:
LIMIT #,# syntax is not supported HINT: Use separate LIMIT and OFFSET clauses.


History

Comments
avatar
Date: 2009-07-14 16:49
Posted By: Kari Hanski (kh_)

Change line:
  $limit = "LIMIT 0,1";
to:
  $limit = "LIMIT 1";

      
avatar
Date: 2009-07-14 16:50
Posted By: Kari Hanski (kh_)

..in file action.default.php