config.inc / all-inkl.com

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Conny
Posts: 13
Joined: Mon 21. Feb 2005, 00:08
Contact:

config.inc / all-inkl.com

Post by Conny »

Hallo zusammen!

Könnte mir jemand, der sein phpWCMS erfolgreich bei all-inkl.com laufen hat, seine config.inc zum "Abschreiben" zur Verfügung stellen?
Hab Probleme hinsichtlich GD und Image Magick.

wäre sehrsehr dankbar, wenn sich jemand erbarmen würde. sonst dreh ich hier noch ab... :cry:

Conny
Image
cyaneo
Posts: 128
Joined: Sun 6. Feb 2005, 01:23
Contact:

Post by cyaneo »

Guten Morgen Conny,

bitte sehr:

Code: Select all

// database values
$phpwcms["db_host"]           = "localhost";
$phpwcms["db_user"]           = "user";
$phpwcms["db_pass"]           = "passwort";
$phpwcms["db_table"]          = "datenbankname";
$phpwcms["db_prepend"]        = "";
$phpwcms["db_pers"]           = 1;

// site values
$phpwcms["site"]              = "http://www.domain.at/";
$phpwcms["admin_email"]       = "meine@email.at";

// paths
$phpwcms["DOC_ROOT"]          = "/www/htdocs/v123456/";         //default: $_SERVER['DOCUMENT_ROOT']
$phpwcms["root"]                         = "";         //default: ""
$phpwcms["file_path"]         = "phpwcms_filestorage";    //default: "phpwcms_filestorage"
$phpwcms["file_tmp"]          = "phpwcms_tmp";     //default: "phpwcms_tmp"
$phpwcms["templates"]         = "phpwcms_template";    //default: "phpwcms_template"
$phpwcms["dir_thlist"]        = "thumb_list";   //default: "thumb_list"
$phpwcms["dir_preview"]       = "thumb_preview";  //default: "thumb_preview"
$phpwcms["content_path"]      = "content"; //default: "content"
$phpwcms["cimage_path"]       = "images";  //default: "images"
$phpwcms["ftp_path"]          = "phpwcms_ftp";     //default: "phpwcms_ftp"
hope it helps...
Gruss
cyaneo
Zen Cart - The Art of e-Commerce

Wenn jeder dem anderen helfen wollte, wäre allen geholfen.
-------------------------------------------
Ein Problem ist halb gelöst, wenn es klar formuliert ist.
Pappnase

Post by Pappnase »

hallo conny

hier hast du die imagick zeilen

Code: Select all

$phpwcms["imagick"]           = 2;        //if 0 = GD, 1 = ImageMagick convert, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"]      = "/usr/bin";       //Path to ImageMagick
$phpwcms["use_gd2"]           = 1;        //if 0 = GD1, 1 = GD2
Conny
Posts: 13
Joined: Mon 21. Feb 2005, 00:08
Contact:

Post by Conny »

Dankeschön! :D
Das hilft mir erheblich weiter...

Gruß,
Conny
Image
Post Reply