4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: }{iJacK on March 26, 2003, 09:31:45 PM

Title: i cant set config.php
Post by: }{iJacK on March 26, 2003, 09:31:45 PM
----
i have config.php
and upload it in my main directory.
but its couses a problem

 $table_prefix = "xxx_";

define('xxx_ACTIVE', 1);

for ex: directory is xxx
but i want to use my main directory.
i there any one wants to install my php in my site?
----
icq#810120 contact me plz
Title: i cant set config.php
Post by: V@no on March 26, 2003, 09:56:44 PM
what?
Title: main directory
Post by: }{iJacK on March 27, 2003, 02:52:17 PM
i want to install script into my main directory.
what can i write in
$table_prefix

and

what will i do after uploading config.php
Title: i cant set config.php
Post by: V@no on March 27, 2003, 03:06:53 PM
$table_prefix has nothing to do with directory u want install it to ;)
in $table_prefix u need add prefix for your 4images table in the database.
Title: Re: i cant set config.php
Post by: Chris on March 27, 2003, 10:18:19 PM
Quote from: }{iJacK

 $table_prefix = "xxx_";

define('xxx_ACTIVE', 1);

You don't need to change either of these.  In fact, you must not change the 2nd one or 4images won't work.