Page 1 of 1

Error 500 - Windows Server

PostPosted: 28 Feb 2013, 13:56
by isef
Hello,

i have install Open Real Estate in Windows Server and after installation the site shows the error below,

Error 500
CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1364 Field 'translation_en' doesn't have a default value


The installation procedure completed successfully, but unfortunately something goes wrong.

Have you any idea why this happen. I will appreciate your help because your CMS is really good and i want to use it.

URL: http://realestate.webvertitech.eu
Server: Windows Server

Thanks in advance.

Re: Error 500 - Windows Server

PostPosted: 01 Mar 2013, 14:23
by Xpycm
Hello,

open index.php file in root directory (public_html, html, www ... etc)
and uncomment two lines:
Code: Select all
defined('YII_DEBUG') or define('YII_DEBUG',true); 

and
Code: Select all
defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); 

for more information about error