Jump to content

Site Not Loading After Host Transfer


Recommended Posts

i did a transfer from localhost to webserver.
prior to that i changed what the domain should change to.
i placed a test html file in folder to see if i could see it.
domain and database are good.
permissions are set to 7,5,5
i cant get to my backoffice or site.

flypapershop.com

can you help me please!!!!

 

post-783735-0-97161900-1397162624_thumb.pngBLANK

post-783735-0-24844800-1397162626_thumb.pngim in the right folder

post-783735-0-65931600-1397162679_thumb.pngSEO/URLS

Edited by wereonly1 (see edit history)
Link to comment
Share on other sites

Your site is currently loading a blank html page, you need to check your site settings and change the default document to index php.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD>
<BODY></BODY></HTML
  • Like 1
Link to comment
Share on other sites

Also, when I try to load index.php directly I get this,

 

http://flypapershop.com/index.php
Fatal error: Call to undefined function apc_cache_info() in /home/flypaper/public_html/classes/cache/CacheApc.php on line 37

 

That means you need to clear out all your old web site cache files,

Delete everything in,
prestashop\cache\smarty\compile
prestashop\cache\smarty\cache
prestashop\themes\yours\cache

Link to comment
Share on other sites

  • 1 month later...

Hello Guys,

 

Iam faceing same problem:-  Site Not Loading After New Host Transfer Godaddy to HostGator.

 

Website: http://www.indiapartystore.com/index.php

Fatal error: Call to undefined function apc_cache_info() in /home2/tan1234/public_html/indiapartystore.com/classes/cache/CacheApc.php on line 37

 

I have cleared out all your old web site cache files,

prestashop\cache\smarty\compile
prestashop\cache\smarty\cache
prestashop\themes\yours\cache

 

But my problem still exit... PLS HELP....

Edited by Raj_Malhotra (see edit history)
Link to comment
Share on other sites

Thank u Alok! But i got easy solution for it.

Fatal error: Call to undefined function apc_cache_info ()in ***** / classes / cache / CacheApc.php on line 37

This can occur due to different cache configurations in different servers, the easiest solution is to manually clear the cache configuration.
That means you need to clear out all your old web site cache files, Delete everything excluding index.php file.
1> prestashop\cache\smarty\compile
2> prestashop\cache\smarty\cache
3> prestashop\themes\yours\cache

To disable the cache edit the file /config/settings.inc.php changing the following line:

define ( '_PS_CACHE_ENABLED_' , '1 ' );

by
    
define ( '_PS_CACHE_ENABLED_' , '0 ' );

IT WORKED FOR ME...

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...