login Problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Beast
Posts: 5
Joined: Thu 2. Dec 2004, 19:45
Location: Wolfschlugen / Germany

login Problem

Post by Beast »

Servus erstmal! 8)

Also meine Installation funktioniert reibungslos und ich kann mich solange das setup verzeichnis noch auf dem Server ist auch einloggen.

Wenn ich aber jetzt hergehe und das setup Verzeichnis lösche und mich dann einloggen will wird einfach nur die gleiche Seite geladen. Links steht zwar unter Benutzer Online mein Account Name aber ich kann nicht mehr auf das eigentliche Menü zugreifen. Nur oben steht noch - START HERE [INDEX.PHP].

Hier noch ein Bild damit ihr sehn könnt was ich meine.

Image


Beast
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

I do not understand it all...

But I guess you have a wrong path in conf.inc.php

Try to edit
$phpwcms["site"] = "http://path/";
http://www.studmed.dk Portal for doctors and medical students in Denmark
bebernl
Posts: 15
Joined: Wed 24. Mar 2004, 15:53
Location: Amsterdam

Post by bebernl »

Hast du die conf.inc.php nach dem setup per link runtergeladen und die alte damit ersetzt?
Beast
Posts: 5
Joined: Thu 2. Dec 2004, 19:45
Location: Wolfschlugen / Germany

Post by Beast »

@frold, no the path is right.

@bebernl, ja hab ich gemacht.

Beast
Wo kämen wir hin, wenn jeder sagte wo kämen wir hin, und niemand
ginge, um zu sehen, wohin wir kämen, wenn wir gingen......
bebernl
Posts: 15
Joined: Wed 24. Mar 2004, 15:53
Location: Amsterdam

Post by bebernl »

ok...

hast du alles patches reingebadscht? ich hatte das problem auch mal bei einer aelteren version. nach dem zweiten anmelden war ich dann drinnen.
Pappnase

Post by Pappnase »

hallo

hast du einen server oder webspace!?
ich kann mich da mal an ein problem mit den session cookies erinnern!
Beast
Posts: 5
Joined: Thu 2. Dec 2004, 19:45
Location: Wolfschlugen / Germany

Post by Beast »

@bebernl, also ich hab mir die Version phpwcms_1.1-RC4_2004-08-27_A heruntergeladen, da sind doch alle fixes schon mit drin oder?

@Pappnase, ich hab nur webspace.

Beast
Wo kämen wir hin, wenn jeder sagte wo kämen wir hin, und niemand
ginge, um zu sehen, wohin wir kämen, wenn wir gingen......
Pappnase

Post by Pappnase »

Beast wrote:@bebernl, also ich hab mir die Version phpwcms_1.1-RC4_2004-08-27_A heruntergeladen, da sind doch alle fixes schon mit drin oder?

@Pappnase, ich hab nur webspace.

Beast
hallo

ja in der version sind alles patches drin! poste mal bitte dein conf.inc.php ohne passwörter.
Beast
Posts: 5
Joined: Thu 2. Dec 2004, 19:45
Location: Wolfschlugen / Germany

Post by Beast »

biddeschön.
<?php

// database values
$phpwcms["db_host"] = "xxxxxx";
$phpwcms["db_user"] = "xxxxxx";
$phpwcms["db_pass"] = "xxxxxx";
$phpwcms["db_table"] = "xxxxxx";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;

// site values
$phpwcms["site"] = "http://www.weissenbrunner.net/";
$phpwcms["admin_email"] = "thomas@weissenbrunner.de";

// paths
$phpwcms["root"] = "phpwcms"; //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"

// content values
$phpwcms["file_maxsize"] = 2097152; //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"] = 400; //max height of the large preview image
$phpwcms["max_time"] = 1800; //logout after max_time/60 seconds

// other stuff
$phpwcms["compress_page"] = 0; //0 = OFF, 1-9: page compression ON (1 = low level, 9 = highest level)
$phpwcms["imagick"] = 0; //0 = GD, 1 = ImageMagick, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"] = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //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
$phpwcms["phpmyadmin"] = 1; //enable/disable phpMyAdmin in Backend
$phpwcms["default_lang"] = "en"; //default language
$phpwcms["charset"] = "iso-8859-1"; //default charset 'iso-8859-1'
$phpwcms["allow_remote_URL"] = 0; //0 = no remote URL in {PHP:...} replacement tag allowed, 1 = allowed
$phpwcms["gt_mod"] = 0; //0 = Graphical Text MOD disabled, 1 = enabled
$phpwcms["jpg_quality"] = 75; //JPG Quality Range 25-100
$phpwcms["sharpen_level"] = 1; //Sharpen Level - only ImageMagick: 0, 1, 2, 3, 4, 5 -- 0 = no, 5 = extra sharp
$phpwcms["allow_ext_init"] = 1; //allow including of custom external scripts at frontend initialization
$phpwcms["allow_ext_render"] = 1; //allow including of custom external scripts at frontend rendering

// 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@mail.com'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'phpwcms webmaster'; // reply/from name
$phpwcms['SMTP_HOST'] = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT'] = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER'] = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH'] = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER'] = ''; // default SMTP login (user) name
$phpwcms['SMTP_PASS'] = ''; // default SMTP password


// 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'] = '/var/www/l3s5449/html';


?>
Beast
Wo kämen wir hin, wenn jeder sagte wo kämen wir hin, und niemand
ginge, um zu sehen, wohin wir kämen, wenn wir gingen......
Beast
Posts: 5
Joined: Thu 2. Dec 2004, 19:45
Location: Wolfschlugen / Germany

Post by Beast »

Also hat sich erledigt, lag aus irgendeinem Grund an meiner Firewall (das ich da jetzt erst draufkomm :oops: ) obwohl ich die cookies akzeptiert habe.

Naja trotzdem danke für eure Bemühungen.Image

Beast
Wo kämen wir hin, wenn jeder sagte wo kämen wir hin, und niemand
ginge, um zu sehen, wohin wir kämen, wenn wir gingen......
Post Reply