help / hilfe

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
syntox
Posts: 3
Joined: Wed 26. May 2004, 13:20

help / hilfe

Post by syntox »

ich glaube ich habe bei der install was verbokkt komm aber nicht dahinter was...

vieleicht könnt ihr etwas damit anfangen wäre wirklich nett wenn ihr mir weiterhelfen könntet...

Image

mfg syn
Pappnase

Post by Pappnase »

hallo

du hast ein pfad problem!

bitte sende mal hier deine conf.inc.php ohne passwörter!!
syntox
Posts: 3
Joined: Wed 26. May 2004, 13:20

Post by syntox »

hm, da hab ich gleich noch eine frage... man frage mich bei der DB wie groß die sein soll, also wieviele felder die DB haben soll da hab 100 gemacht weil wuste nicht so richtig =(




// site values
$phpwcms["site"] = "http://XXXXXXXXX.de/test/";
$phpwcms["admin_email"] = "XXXX@gmx.net";

// paths
$phpwcms["root"] = "";
$phpwcms["file_path"] = "phpwcms_filestorage";
$phpwcms["file_tmp"] = "phpwcms_tmp";
$phpwcms["templates"] = "phpwcms_template";
$phpwcms["dir_thlist"] = "thumb_list";
$phpwcms["dir_preview"] = "thumb_preview";
$phpwcms["content_path"] = "content";
$phpwcms["cimage_path"] = "images";
$phpwcms["ftp_path"] = "phpwcms_ftp";

// content values
$phpwcms["file_maxsize"] = 52428800; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 538; //max width of the article content column - important for rendering multi column images
$phpwcms["img_list_width"] = 100; //max with of the list thumbnail image
$phpwcms["img_list_height"] = 75; //max height of the list thumbnail image
$phpwcms["img_prev_width"] = 538; //max width of the large preview image
$phpwcms["img_prev_height"] = 538; //max height of the large preview image
$phpwcms["max_time"] = 1800; //nach wieviel Sekunden soll automatischer logout erfolgen? 1800 Sekunden=30Minuten

// other stuff
$phpwcms["compress_page"] = 3; //wenn 1 = Seite komprimieren, 0 = Kompresion aus
$phpwcms["imagick"] = 0; //if 0 = GD, 1 = ImageMagick convert, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"] = ""; //Path to ImageMagick
$phpwcms["use_gd2"] = 1; //if 0 = GD1, 1 = GD2
$phpwcms["rewrite_url"] = 0; //whether URL should be rewritable
$phpwcms["wysiwyg_editor"] = 1; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw
$phpwcms["phpmyadmin"] = 1; //enable/disable phpmyadmin in Admin section
$phpwcms["default_lang"] = "en"; //default language
$phpwcms["charset"] = "iso-8859-1"; //default charset "iso-8859-1"

// dynamic ssl encryption engine
$phpwcms["site_ssl_mode"] = "0"; // tuns the SSL Support of WCMS on(1) or off (0) DEFAULT '0'
$phpwcms["site_ssl_url"] = ""; //URL assigned to the SSL Certificate. DON'T add a slash at the End! Exp. "https://www.yourdomainhere.tld"
$phpwcms["site_ssl_port"] = "443"; //The Port on which you SSL Service serve the secure Sites. Servers DEFAULT is '443'

// smtp values
$phpwcms['SMTP_FROM_EMAIL'] = 'info@localhost';
$phpwcms['SMTP_FROM_NAME'] = 'My Name';
$phpwcms['SMTP_HOST'] = 'localhost';
$phpwcms['SMTP_PORT'] = 25;
$phpwcms['SMTP_MAILER'] = 'mail';
$phpwcms['SMTP_AUTH'] = 0;
$phpwcms['SMTP_USER'] = 'user';
$phpwcms['SMTP_PASS'] = 'pass';

// Try to check and uncomment the DOCUMENT_ROOT if you have problems
// often neccessary on IIS or default MacOS X webserver settings
// Do not use backslash "\" on Windows - always replace "\" by "/"
//$_SERVER['DOCUMENT_ROOT'] = '/home/www';


danke für die schnelle antwort....

grEEtz
Pappnase

Post by Pappnase »

nicht zu danken!

probiere das mal aus!

Code: Select all

// site values 
$phpwcms["site"] = "http://XXXXXXXXX.de/"; 
$phpwcms["admin_email"] = "XXXX@gmx.net"; 

// paths 
$phpwcms["root"] = "test";
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Code: Select all

// site values 
$phpwcms["site"] = "http://XXXXXXXXX.de/"; 

// paths 
$phpwcms["root"] = "test";
Edit:
:lol: LOL :lol:
Last edited by DeXXus on Wed 26. May 2004, 13:59, edited 1 time in total.
Pappnase

Post by Pappnase »

DeXXus wrote:
// site values
$phpwcms["site"] = "http://XXXXXXXXX.de/";

// paths
$phpwcms["root"] = "test";
:lol: :lol:
syntox
Posts: 3
Joined: Wed 26. May 2004, 13:20

Post by syntox »

oki thx hat gefunzt... ihr seit wirklich klasse... *respekt*

@ dexxus
:lol: LOL :lol:

du hast sicher auch einmal angefangen... 8)
Post Reply