Zen Cart Logo
Forums / Installing on a Linux/Unix Server / fantastico installation using IP

fantastico installation using IP

Locked

Views: 1,988

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
23 Apr 2007, 4:51 PM
#1
globallink avatar

globallink

New Zenner

Join Date:
Mar 2007
Posts:
10
Plugin Contributions:
0

fantastico installation using IP

I am installing zen cart using Fantastico, and it is using the domain name. However, I need to intall it using the IP address since the domain is not active yet. How to I override Fantasico's requirement to list the domain name?

thanks,

Scott Powell

23 Apr 2007, 6:10 PM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: fantastico installation using IP

dump the fantastico install, ( its crap )
and download a full version using thr DL link ,
upload the files and run the installer

7 May 2007, 8:59 PM
#3
peacefuldaze avatar

peacefuldaze

New Zenner

Join Date:
May 2007
Posts:
26
Plugin Contributions:
0

Re: fantastico installation using IP

i am having the same problem, have to use fantastico thru lunarpages. i need to build the website to my new IP and tweek it before changing the dns. zen cart wants to use my website name to find the admin, i need it to look for the new IP instead. installing zen cart seperately is not an option. any help?

7 May 2007, 9:26 PM
#4
drbyte avatar

drbyte

Sensei

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

Re: fantastico installation using IP

set the IP address in your 2 configure.php files:

  • /includes/configure.php
  • /admin/includes/configure.php
define('HTTP_SERVER', 'http://111.222.111.222');

Should do it for all the HTTP_XXXXX_SERVER settings.
Note that both configure.php files are somewhat different to each other, so should be treated separately.

8 May 2007, 3:55 PM
#5
peacefuldaze avatar

peacefuldaze

New Zenner

Join Date:
May 2007
Posts:
26
Plugin Contributions:
0

Re: fantastico installation using IP

thanks drbyte, that worked, the ADMIN can be found at:

http://YOUR.IP/admin/admin.php

however i am getting a warning at the top of my index.php page:

Warning: I am able to write to the configuration file: /home/passi13/public_html/includes/configure.php. This is a potential security risk - please set the right user permissions on this file (read-only, CHMOD 644 or 444 are typical).

the settings were at 644 when viewed thru the FTP. i reset them to 644 and still the warning, any thoughts?

thanks!!!