[opencms-dev] FILE_CONTENT not found

M Butcher mbutcher at grcomputing.net
Thu Apr 15 17:17:01 CEST 2004


Does the file have content? Sounds like the CmsFile.getContents() is 
getting an error.

You can use this SQL to check the contents in the database:

select a.RESOURCE_NAME, b.FILE_CONTENT
   from CMS_RESOURCES as a, CMS_FILES as b
   where a.FILE_ID = b.FILE_ID and
     a.RESOURCE_NAME = '/default/vfs/index.jsp';

Matt



Darin Kuntze wrote:
> I'm getting this error in my opencms.log:
> [15.04.2004 02:03:20] <opencms_critical> IndexManager: CMS Error 
> processing file index.jsp: com.opencms.core.CmsException: 4 Sql 
> exception. Detailed error: [com.opencms.file.mySql.CmsDbAccess] Column 
> 'FILE_CONTENT' not found..
>  
> Something is causing the site to hang... I'm guessing this has something 
> to do with it.
>  
> <http://www.thinksacco.com/> 	Darin Kuntze
> /Senior Technologist/
> *The Sacco Group*
> 402.392.2222 x120
> 
>  




More information about the opencms-dev mailing list