Zen Cart Logo
Forums / General Questions / fix_cache_key.php Can not get it to run?

fix_cache_key.php Can not get it to run?

Locked

Views: 2,239

Results 1 to 13 of 13
This thread is locked. New replies are disabled.
29 Aug 2007, 6:43 PM
#1
petestown avatar

petestown

Zen Follower

Join Date:
Jul 2007
Location:
Chicago & Arkansas I split time LOL
Posts:
148
Plugin Contributions:
0

fix_cache_key.php Can not get it to run?

Hello Folks,
I have downloaded and placed the file in the root of the cart. I have this set up on linux FedoraCore 6 Apache as the server! Also this is set up virtualy so from the Apache root directory it gets forwarded to a public_html folder! I have tried to execute this by using the IP as well as the Domain name using several diffrent paths trying to get this to ececute. I believe the problem with my site since I moved its position on the server is being caused by what this utillity was designed to fix! https://www.petestown.com Anyone with a thought ?
Rich

29 Aug 2007, 7:03 PM
#2
spbennett avatar

spbennett

Zen Follower

Join Date:
Feb 2007
Location:
Leicester UK
Posts:
230
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

Are the permissions on your cache folder set to 777?

29 Aug 2007, 7:38 PM
#3
petestown avatar

petestown

Zen Follower

Join Date:
Jul 2007
Location:
Chicago & Arkansas I split time LOL
Posts:
148
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

Well I thought I had that right. OK I fixed that and the datsbase error at the top went away LOL Thanks I thought I had done that. Now I got to figure out wht there is no stylesheet or catalog and it will be good:lamo:

29 Aug 2007, 8:07 PM
#4
spbennett avatar

spbennett

Zen Follower

Join Date:
Feb 2007
Location:
Leicester UK
Posts:
230
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

Your URL is redirecting to your IP address. Check your configure.php file and make sure the line that begins

define('HTTP_SERVER',

is set to your url, not your IP

29 Aug 2007, 8:21 PM
#5
petestown avatar

petestown

Zen Follower

Join Date:
Jul 2007
Location:
Chicago & Arkansas I split time LOL
Posts:
148
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

Hummmm, Well I did that but it still show the IP? I have the URL's hosted at 1and1 and then they are http redirected from there to a new machine I bilt here on site. It is my first time playing with Linux. It is FedoraCore 6 and Apache as the server. We are going to have 3 or 4 stores hosted on here. So I was moving this one from the www/html/root directory into a /home/petestown/public_html directory. Thats when this all started. Because of the thought of multiple websites on this server and since I set up a Apache Virtual Domain Name Server I have lost the style on the page as well as the images from the catalog? I am really kind of lost here to say the least. Yes it has bothererd me that it is showing the IP but I am more concerned with the lose of stlesheet and images. I have done some reading and I am going to look at the htaccess file. But I am not sure what I am looking for LOL

                                  Rich
29 Aug 2007, 8:36 PM
#6
spbennett avatar

spbennett

Zen Follower

Join Date:
Feb 2007
Location:
Leicester UK
Posts:
230
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

I have a feeling that if you fix the IP address problem, your display problems will sort themselves out. I had the same problem when I moved hosts but it's so long ago I can't remember exactly how I fixed it.

Post your configure.php file, without your login and password details and I, or someone else, may be able to help you out.

29 Aug 2007, 8:45 PM
#7
petestown avatar

petestown

Zen Follower

Join Date:
Jul 2007
Location:
Chicago & Arkansas I split time LOL
Posts:
148
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

OK Here it is and this one I asisned the https://www.petestown.com to the server area mind you I have like 20 URL's that have to find this site but I believe adding the allis in the virtual server for this site will get them there

<?php /** * * @package Configuration Settings * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 */ /*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/ /*************** The 2 files should be kept separate and not used to overwrite each other. ***********/ // Define the webserver and path parameters // HTTP_SERVER is your Main webserver: eg, <http://www.yourdomain.com> // HTTPS_SERVER is your Secure webserver: eg, <https://www.yourdomain.com> define('HTTP_SERVER', 'http://www.petestown.com'); define('HTTPS_SERVER', 'https://www.petestown.com'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'true'); // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes! // * DIR_WS_* = Webserver directories (virtual/URL) // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder) define('DIR_WS_CATALOG', '/petestown/public_html/'); define('DIR_WS_HTTPS_CATALOG', '/petestown/public_html/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/'); define('DIR_WS_PHPBB', '/'); // * DIR_FS_* = Filesystem directories (local/physical) //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/ define('DIR_FS_CATALOG', '/home/petestown/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/'); define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS); define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/'); // define our database connection define('DB_TYPE', 'mysql'); define('DB_PREFIX', ''); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'xxxxxxx'); define('DB_SERVER_PASSWORD', 'xxxxxxxx'); define('DB_DATABASE', 'petesdb'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage // The next 2 "defines" are for SQL cache support. // For SQL_CACHE_METHOD, you can select from: none, database, or file // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash define('SQL_CACHE_METHOD', 'file'); define('DIR_FS_SQL_CACHE', '/home/petestown/public_html/cache'); ?>
29 Aug 2007, 8:57 PM
#8
spbennett avatar

spbennett

Zen Follower

Join Date:
Feb 2007
Location:
Leicester UK
Posts:
230
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

PetesTown:

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/petestown/public_html/');
define('DIR_WS_HTTPS_CATALOG', '/petestown/public_html/');

?>

Heres where I think your problem lies.

Change

define('DIR_WS_CATALOG', '/petestown/public_html/');

to this:

define('DIR_WS_CATALOG', '/');

And change

define('DIR_WS_HTTPS_CATALOG', '/petestown/public_html/');

to this:

define('DIR_WS_HTTPS_CATALOG', '/');

Let me know how you get on.

29 Aug 2007, 9:10 PM
#9
petestown avatar

petestown

Zen Follower

Join Date:
Jul 2007
Location:
Chicago &amp; Arkansas I split time LOL
Posts:
148
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

:cry::cry::cry: Nope I changed em and saved em and still the same result as you can see no color no style no catalog https://www.petestown.com

29 Aug 2007, 9:19 PM
#10
spbennett avatar

spbennett

Zen Follower

Join Date:
Feb 2007
Location:
Leicester UK
Posts:
230
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

Are you using a custom template?
If so, try switching to Classic and see what happens

29 Aug 2007, 9:23 PM
#11
petestown avatar

petestown

Zen Follower

Join Date:
Jul 2007
Location:
Chicago &amp; Arkansas I split time LOL
Posts:
148
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

Well originally I took the template that came with the ZenCart and modified it. It was great till I moved it. Also I can not get the control pannel it gives me this Apache/2.2.0 (Fedora) Server at 76.203.61.134 Port 443? So I am kind of stuck

29 Aug 2007, 9:29 PM
#12
spbennett avatar

spbennett

Zen Follower

Join Date:
Feb 2007
Location:
Leicester UK
Posts:
230
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

I suspect your problems probably lie in your server configuration and this is the reason you have no catalog. Zencart is looking for your files at a specific address, in a specific place but the redirect to an IP address is halting it. Server configuration is a little beyond me so it might be a good idea to start a new thread with a more appropriate title.

30 Aug 2007, 1:01 PM
#13
petestown avatar

petestown

Zen Follower

Join Date:
Jul 2007
Location:
Chicago &amp; Arkansas I split time LOL
Posts:
148
Plugin Contributions:
0

Re: fix_cache_key.php Can not get it to run?

Yes I think something is blocking it! Or it is not lookning in the right place! Thanks for your thoughts .

                                                Rich