Zen Cart Logo
Forums / Installing on a Mac Server / Install completes but store won't launch

Install completes but store won't launch

Locked

Views: 3,552

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
22 May 2008, 5:15 PM
#1
trevorjacques avatar

trevorjacques

New Zenner

Join Date:
May 2008
Posts:
3
Plugin Contributions:
0

Install completes but store won't launch

I've now tried clean installations of both 1.3.8 and 1.3.8a on Leopard Server 10.5.2. Both failed in exactly the same way. I get to the end of the installation and am told that this installation was successful:

Congratulations!

You have successfully installed Zen Cart™ on your system!

Yet, when I click to the store home page, it's blank; and when I click to the Admin home page I get:

Warning: include(includes/configure.php) [function.include]: failed to open stream: No such file or directory in /Library/WebServer/com.domain/store/admin/includes/application_top.php on line 61

Warning: include() [function.include]: Failed opening 'includes/configure.php' for inclusion (include_path='/usr/local/share:/usr/local/bin:$php_dir') in /Library/WebServer/com.domain/store/admin/includes/application_top.php on line 61

:lamo: :shocking:

The files ARE there, and, in desperation, I had done the entire installation with ALL files and folders set to 777. The permissions on the files are still 777, so permissions are not the issue.

After three clean installations, should I give up, or does this product ever get past the starting gate on Mac OS X? :frusty:

22 May 2008, 7:26 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Install completes but store won't launch

include_path='/usr/local/share:/usr/local/bin:$php_dir'If you can update your server's PHP configuration so that the include_path includes "." (current directory) as an includable path, it should work just fine.

ie: in your case, add ".:" to the start of the existing include_path setting (without the double-quotes, of course)

23 May 2008, 6:24 PM
#3
trevorjacques avatar

trevorjacques

New Zenner

Join Date:
May 2008
Posts:
3
Plugin Contributions:
0

Re: Install completes but store won't launch

DrByte:

If you can update your server's PHP configuration so that the include_path includes "." (current directory) as an includable path, it should work just fine.

It does, thanks. :smile:

This does make a little nervous, however, since other php products I've used have had problems with the dot in the path. We'll see how it goes.

Now, I just have to figure out why themes are not working.... I can only see the default in the list.

23 May 2008, 6:25 PM
#4
trevorjacques avatar

trevorjacques

New Zenner

Join Date:
May 2008
Posts:
3
Plugin Contributions:
0

Re: Install completes but store won't launch

DrByte:

so that the php include_path includes "."

I forgot to mention in my last reply that this simple phrase should REALLY be in the installation instructions.