dns - Magento store blank screen after domain change -


after attempting change domain magento store (ver 1.4.1.1), presented blank screen on frontend. site has not been moved, domain change.

on backend (admin panel), allow me login, however, once in panel, upper header menu options , footer. however, after clicking through admin options loads. content area absolutely blank.

there has been no error reports far, , after going through several forums these have been unsuccessful attempts @ solving issue:

1....checked local.xml file db connection.

2....in db, under core_config_data have pointed new domain secure , unsecure

3....increased memory size in htaccess

4....i've enabled php error logging in .htaccess so:

     php_flag  log_errors on     php_value error_log  /home/path/public_html/domain/php_errors.log 

and error output 500 internal server error

5...in index.php have changed line

 $mageruncode = isset($_server['mage_run_code']) ? $_server['mage_run_code'] : ''; 

to 1

 $mageruncode = isset($_server['mage_run_code']) ? $_server['mage_run_code'] : '1'; 

and did nothing.

6....cleared cache under var var/tmp , var/session.

any on may causing issue appreciated.

you need update stores domain name in database.

look @ table:

core_config_data 

you should rows path:

path = web/unsecure/base_url path = web/secure/base_url 

update them new domain name, , refresh magento cache, can empty /var/cache , /var/session directories.

remember include training slash on url:

http://www.newdomain.com/ 

Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -