Forums / Installing on a Mac Server / Fatal error? HELP

Fatal error? HELP

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
26 Sep 2006, 19:06
#1
harmen avatar

harmen

New Zenner

Join Date:
Sep 2006
Posts:
1
Plugin Contributions:
0

Fatal error? HELP

I've installed Zen Cart, finaly... but now this in my main page...

Fatal error: main(): Failed opening required '' (include_path='.:/usr/local/lib/php') in /usr/domain/mediapow/www/data/winkel/includes/templates/template_default/templates/tpl_index_default.php on line 23

Here's my imagehttp://www.zen-cart.nl/forums/index.php?action=dlattach;topic=1683.0;id=195;image

As you can see line 23 is nothing wrong with (i guess)
Can ne1 help me with this?

Please explain simplified for i'm dutch and don't completely understand php.
03 Oct 2006, 03:28
#2
billc108 avatar

billc108

Zen Follower

Join Date:
Apr 2005
Posts:
108
Plugin Contributions:
0

Re: Fatal error? HELP

1) Is that the correct path for PHP on your machine?

Go to terminal and type:

>which php

(on the machine where I'm typing this, it's at /usr/bin/php, but your install may be different)


2) Your screen shot looks like you might have an open comment tag somewhere above, as the stuff that would normally be greyed out isn't. Check it.

Hope that helps.