[ZenCart] Install Trouble

Magic SEO URLs for Zen Cart.
tbaquatics
Posts: 17
Joined: Thu Jul 02, 2009 4:46 pm

[ZenCart] Install Trouble

Postby tbaquatics » Thu Jul 02, 2009 4:50 pm

I installed and everything seems to go ok. Then I try to go to the store and see a not found error and notice the url is as below. Seems like it isn't loading some setting file. I have renamed my admin folder if that makes a difference.

http://www.xxxxxxxx.com/shop/index.php? ... ME_DEFAULT

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [ZenCart] Install Trouble

Postby inveo » Thu Jul 02, 2009 4:53 pm

Make sure you have placed installation line to the correct place in includes/application_top.php file and then re-generate the .htaccess file.

tbaquatics
Posts: 17
Joined: Thu Jul 02, 2009 4:46 pm

Re: [ZenCart] Install Trouble

Postby tbaquatics » Thu Jul 02, 2009 4:55 pm

is this the right place? It is commented out now.

Code: Select all

/* include(DIR_WS_INCLUDES . 'magic_seo_url.php'); */


/**
 * load the autoloader interpreter code.
*/
require('includes/autoload_func.php');

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [ZenCart] Install Trouble

Postby inveo » Thu Jul 02, 2009 5:02 pm

No, it is not correct place. It has to be:

Code: Select all

/**
* load the autoloader interpreter code.
*/
require('includes/autoload_func.php');
include(DIR_WS_INCLUDES . 'magic_seo_url.php');

tbaquatics
Posts: 17
Joined: Thu Jul 02, 2009 4:46 pm

Re: [ZenCart] Install Trouble

Postby tbaquatics » Thu Jul 02, 2009 5:06 pm

When I do that it just hangs on a white page. Using godaddy.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [ZenCart] Install Trouble

Postby inveo » Thu Jul 02, 2009 5:47 pm

Please follow Troubleshooting instruction then (I guess you have made a typo during installation line adding procedure).

tbaquatics
Posts: 17
Joined: Thu Jul 02, 2009 4:46 pm

Re: [ZenCart] Install Trouble

Postby tbaquatics » Thu Jul 02, 2009 5:48 pm

I did and still get an empty white page. Even when I put the debugging code in.

tbaquatics
Posts: 17
Joined: Thu Jul 02, 2009 4:46 pm

Re: [ZenCart] Install Trouble

Postby tbaquatics » Thu Jul 02, 2009 5:52 pm

I am running php4 if that makes a difference.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [ZenCart] Install Trouble

Postby inveo » Thu Jul 02, 2009 6:05 pm

I recommend you to do installation again from clean start (with unmodified includes/application_top.php file) and carefully follow installation instructions.

tbaquatics
Posts: 17
Joined: Thu Jul 02, 2009 4:46 pm

Re: [ZenCart] Install Trouble

Postby tbaquatics » Thu Jul 02, 2009 6:21 pm

Same results...and the instructions are straightforward. I do IT for a living. I am sure I followed the instructions.