Click to See Complete Forum and Search --> : [RESOLVED] Fantasico Installation


hudsonhudson
10-30-2007, 12:07 AM
I tried to install Zen Cart on my server (for a client) using the Fantasico automatic installation. the cart seems to look okay, but I got these warnings when i did the installation. can anyone give advice on this matter? Here's the text that i got through fastastico:

Install Zen Cart (3/3)

/home/mmscom/public_html/includes/configure.php configured

Warning: fopen(/home/mmscom/public_html/includes/configure.php) [function.fopen]: failed to open stream: Permission denied in /tmp/cpanel_phpengine.1193697271.218824UwZu22dpR on line 1503

Warning: fputs(): supplied argument is not a valid stream resource in /tmp/cpanel_phpengine.1193697271.218824UwZu22dpR on line 1504

Warning: fclose(): supplied argument is not a valid stream resource in /tmp/cpanel_phpengine.1193697271.218824UwZu22dpR on line 1505
/home/mmscom/public_html/admin/includes/configure.php configured

Warning: fopen(/home/mmscom/public_html/admin/includes/configure.php) [function.fopen]: failed to open stream: Permission denied in /tmp/cpanel_phpengine.1193697271.218824UwZu22dpR on line 1503

Warning: fputs(): supplied argument is not a valid stream resource in /tmp/cpanel_phpengine.1193697271.218824UwZu22dpR on line 1504

Warning: fclose(): supplied argument is not a valid stream resource in /tmp/cpanel_phpengine.1193697271.218824UwZu22dpR on line 1505
/home/mmscom/public_html/data.sql configured

wilku
10-30-2007, 06:02 AM
Fantastico had some problems writing to your configure.php, because of permissions of this file. That means you probably have the default configure.php. Is this good or not, I don't know, because I've never used neither Fantastico nor Zen Cart.

bradgrafelman
11-04-2007, 01:17 AM
Make sure the server has permission to open and edit configure.php. You could try CHMOD'ing the file to 766 and see if that helps.

hudsonhudson
11-04-2007, 09:35 PM
Thanks for the tips. As it turned out, my hosting company had left out some files in their Fastastico installation script. They updated the script and i reinstalled using Fantastico. Everything seems fine now... Thanks again.:)