Blank screen

Write about issues that you have found.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

Re: Blank screen

Postby Xpycm » 14 Mar 2014, 19:17

Hi.
What records there are in this table?
Dropbox
Open Real Estate CMS: FAQ | FAQ 2 | FAQ 3
Image
Xpycm
Web Developer
Web Developer
 
Posts: 281
Joined: 30 Dec 2011, 11:06
Reputation point: 2

Re: Blank screen

Postby rookieone » 18 Mar 2014, 13:30

Hi,
Please check the attachment, I've done screenprint from myphpadmin
Thanks again
Attachments
lang256.jpg
lang256.jpg (228.26 KiB) Viewed 16491 times
rookieone
Stranger
 
Posts: 9
Joined: 04 Mar 2014, 13:02
Reputation point: 0

Re: Blank screen

Postby Xpycm » 18 Mar 2014, 13:55

Hello.

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

It should look like this attached screenshot.
Attachments
phpmyadmin_lang.jpg
phpmyadmin_lang.jpg (69.33 KiB) Viewed 16488 times
Dropbox
Open Real Estate CMS: FAQ | FAQ 2 | FAQ 3
Image
Xpycm
Web Developer
Web Developer
 
Posts: 281
Joined: 30 Dec 2011, 11:06
Reputation point: 2

Re: Blank screen

Postby rookieone » 18 Mar 2014, 15:10

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 .
rookieone
Stranger
 
Posts: 9
Joined: 04 Mar 2014, 13:02
Reputation point: 0

Re: Blank screen

Postby Xpycm » 18 Mar 2014, 15:32

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',''); 
Xpycm
Web Developer
Web Developer
 
Posts: 281
Joined: 30 Dec 2011, 11:06
Reputation point: 2

Re: Blank screen

Postby rookieone » 18 Mar 2014, 16:20

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
rookieone
Stranger
 
Posts: 9
Joined: 04 Mar 2014, 13:02
Reputation point: 0

Re: Blank screen

Postby Xpycm » 18 Mar 2014, 16:40

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.
Dropbox
Open Real Estate CMS: FAQ | FAQ 2 | FAQ 3
Image
Xpycm
Web Developer
Web Developer
 
Posts: 281
Joined: 30 Dec 2011, 11:06
Reputation point: 2

Previous

Return to Issues

Who is online

Users browsing this forum: No registered users and 13 guests

cron