PDA

View Full Version : Testing config file


freebird
November 5th, 2004, 09:06 PM
1st install...help...

Warning: main(/u/htdocs/intern37/internationalworldofpets.com/clshop/squirrelcart/cart.php) [function.main]: failed to create stream: No such file or directory in /u/htdocs/intern37/clshop/squirrelcart/config.php on line 50

Warning: main() [function.main]: Failed opening '/u/htdocs/intern37/internationalworldofpets.com/clshop/squirrelcart/cart.php' for inclusion (include_path='.:/usr/local/lib/php') in /u/htdocs/intern37/clshop/squirrelcart/config.php on line 50

Fatal error: Call to undefined function: stylesheet() in /u/htdocs/intern37/clshop/store.php on line 9


Now what?

Rich
November 5th, 2004, 09:31 PM
This indicates that the cart's config file can't be found in the location specified. Looking at the error, you can see the path that you've entered in the config file, and the path that the cart is actually installed in.

The path you're using is:

/u/htdocs/intern37/internationalworldofpets.com/clshop

and you should be using:

/u/htdocs/intern37/clshop

Warning: main(/u/htdocs/intern37/internationalworldofpets.com/clshop/squirrelcart/cart.php) [function.main]:
failed to create stream: No such file or directory in /u/htdocs/intern37/clshop/squirrelcart/config.php on line 50

freebird
November 5th, 2004, 09:33 PM
thanks, I got it about the same time as your answer... Now I have

Error: Failed to connect to MySQL. Check your username, password, and sql host in your configuration.

I'll work on this a while...
Thanks again for your help.

freebird
November 5th, 2004, 10:03 PM
got it...

Operator error :)