Page 2 of 2

Re: Blank screen

PostPosted: 14 Mar 2014, 19:17
by Xpycm
Hi.
What records there are in this table?

Re: Blank screen

PostPosted: 18 Mar 2014, 13:30
by rookieone
Hi,
Please check the attachment, I've done screenprint from myphpadmin
Thanks again

Re: Blank screen

PostPosted: 18 Mar 2014, 13:55
by Xpycm
Hello.

As we can see in this screenshot, {prefix}lang is empty.

It should look like this attached screenshot.

Re: Blank screen

PostPosted: 18 Mar 2014, 15:10
by rookieone
Hi,Fist of all I want to apologize for taking your time . Just I couldn't see any difference between my screenprnt data and the one you've sent. It seemed to me identical except update data.
On your last reply you've mentioned that
--------------------------
" {prefix}lang is empty."
------------------------------
what the field data should be ?
thanks in advance .

Re: Blank screen

PostPosted: 18 Mar 2014, 15:32
by Xpycm
Hello.

Sql-query for the {prefix}lang table ( please see in protected\modules\install\data\open-re.sql file):

Code: Select all
DROP TABLE IF EXISTS `ore_lang`;
CREATE TABLE `ore_lang` (
  `
idint(11NOT NULL AUTO_INCREMENT,
  `
currency_idint(11NOT NULL,
  `
maintinyint(1NOT NULL DEFAULT '0',
  `
name_isovarchar(2NOT NULL,
  `
name_rfc3066varchar(10NOT NULL,
  `
name_ruvarchar(100NOT NULL,
  `
activetinyint(1NOT NULL DEFAULT '0',
  `
sortersmallint(6NOT NULL,
  `
date_updatedtimestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `
name_envarchar(100NOT NULL,
  `
admin_mailtinyint(4NOT NULL DEFAULT '0',
  `
flag_imgvarchar(50NOT NULL,
  `
name_devarchar(100NOT NULL,
  
PRIMARY KEY (`id`),
  
KEY `currency_id` (`currency_id`)
ENGINE=InnoDB AUTO_INCREMENT=DEFAULT CHARSET=utf8;


INSERT INTO `ore_langVALUES (2,11,1,'en','en-US','Английский',1,1,'2013-02-27 00:33:02','English',1,'us.png',''); 

Re: Blank screen

PostPosted: 18 Mar 2014, 16:20
by rookieone
Hi again,

Just checked the SQL database and

Sql-query for the {prefix}lang table - in protected\modules\install\data\open-re.sql file

and exactly the same on my SQL as on your last email.
if there is some data I need to insert or change please let me know.
Or you may suggest a host name which the web site works without problem.
Regards

Re: Blank screen

PostPosted: 18 Mar 2014, 16:40
by Xpycm
Hi again.

http://www.yiiframework.com/forum/index ... g-company/

P.S: Not advertising. I had 6 working websites based on the Open Real Estate ( it's based on Yii framework ) on the godaddy.com.