Am Ende der Installation alles auf FALSE/ROT
Am Ende der Installation alles auf FALSE/ROT
Hi Leute,
also ich habe ja schon länger Probleme mit meinem Server. Jetzt hab ich mir gedacht, ich installiere einfach mal ne Version von null an. Ich habe die 1.2.1 genommen.
Ich fülle alles nach Anleitung aus (vorher habe ich natürlich die Rechte gesetzt) und dann kommt am Ende des Setups ja die Stelle, wo man die setup.-datei runterladen soll. Allerdings is das folgendes Problem:
Darüber steht ja eine Check-Liste. Die sollte normalerweise grün sein (zumindest das meiste). Bei mir ist das alles Rot. Also FALSE. Was kann da los sein? Hat das Problem schonmal jemand gehabt? Kann das am Server liegen? Kann es sein, dass da irgendwas noch nicht freigeschalten wurde? Gibts vielleicht ne Lösung, ohne dass ich zum Admin muss (es dreht sich um kostenlosen FH-Speicher, Support ist schlecht) Help!
also ich habe ja schon länger Probleme mit meinem Server. Jetzt hab ich mir gedacht, ich installiere einfach mal ne Version von null an. Ich habe die 1.2.1 genommen.
Ich fülle alles nach Anleitung aus (vorher habe ich natürlich die Rechte gesetzt) und dann kommt am Ende des Setups ja die Stelle, wo man die setup.-datei runterladen soll. Allerdings is das folgendes Problem:
Darüber steht ja eine Check-Liste. Die sollte normalerweise grün sein (zumindest das meiste). Bei mir ist das alles Rot. Also FALSE. Was kann da los sein? Hat das Problem schonmal jemand gehabt? Kann das am Server liegen? Kann es sein, dass da irgendwas noch nicht freigeschalten wurde? Gibts vielleicht ne Lösung, ohne dass ich zum Admin muss (es dreht sich um kostenlosen FH-Speicher, Support ist schlecht) Help!
ich habe jetzt die fehlermeldungen ignoriert und mal die conf... hochgeladen.
Ich kann mich einloggen. Wenn ich dann seitenlayout mache, kann ich die farbe ändern usw. Wenn ich nen Artikel eingeben will kommt das:
Warning: Cannot modify header information - headers already sent by (output started at /home/****/public_html/config/phpwcms/conf.template_default.inc.php:1) in /home/****/public_html/include/inc_tmpl/article.new.tmpl.php on line 108
also im prinzipg geht nix, nur ein paar dinge. Ich habe alle rechte vor der installation auf 777 gesetzt und das habe ich auch nicht geändert.
Ich kann mich einloggen. Wenn ich dann seitenlayout mache, kann ich die farbe ändern usw. Wenn ich nen Artikel eingeben will kommt das:
Warning: Cannot modify header information - headers already sent by (output started at /home/****/public_html/config/phpwcms/conf.template_default.inc.php:1) in /home/****/public_html/include/inc_tmpl/article.new.tmpl.php on line 108
also im prinzipg geht nix, nur ein paar dinge. Ich habe alle rechte vor der installation auf 777 gesetzt und das habe ich auch nicht geändert.
<?php
// database values
$phpwcms["db_host"] = "mysql......";
$phpwcms["db_user"] = ".....";
$phpwcms["db_pass"] = ".....";
$phpwcms["db_table"] = ".....";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://www....../";
$phpwcms["admin_email"] = "info@mail.com";
// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'] = '/home/web/.../public_html/....';
$phpwcms["root"] = "....."; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$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"] = 1; //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"] = 0; //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
$phpwcms["cache_timeout"] = 14400; //default cache timeout setting in seconds - 0 = caching Off
// 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'] = '/home/web/...../public_html/.....';
?>
// database values
$phpwcms["db_host"] = "mysql......";
$phpwcms["db_user"] = ".....";
$phpwcms["db_pass"] = ".....";
$phpwcms["db_table"] = ".....";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://www....../";
$phpwcms["admin_email"] = "info@mail.com";
// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'] = '/home/web/.../public_html/....';
$phpwcms["root"] = "....."; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$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"] = 1; //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"] = 0; //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
$phpwcms["cache_timeout"] = 14400; //default cache timeout setting in seconds - 0 = caching Off
// 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'] = '/home/web/...../public_html/.....';
?>
hallo
stelle die zeilen wieder so her wie sie waren!!!
ist es in einem unterordner installiert oder im root!?
wenn in einem unterordner dann trage den unterordner hier ein!
stelle die zeilen wieder so her wie sie waren!!!
Code: Select all
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'] = '/home/web/.../public_html/....';
$phpwcms["root"] = "....."; //default:
wenn in einem unterordner dann trage den unterordner hier ein!
Code: Select all
$phpwcms["root"] = ".....";
hm, verstehe ich nicht ganz. Also du meinst, ich soll das wieder so riennehmen:
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = ""; //default: ""
phpwcms ist im public_html-ordner installiert, also eigentlich in keinem Unterverzeichniss. Vielleicht gibt es Probleme, weil das ein FH-Server ist wo noch 100e andere Studenten ihre Seiten haben?
Wenn ich das wie oben beschrieben ändere, dann komme ich nicht mehr ins backend. Dann kommt die meldung phpwcms.php nicht gefunden.
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = ""; //default: ""
phpwcms ist im public_html-ordner installiert, also eigentlich in keinem Unterverzeichniss. Vielleicht gibt es Probleme, weil das ein FH-Server ist wo noch 100e andere Studenten ihre Seiten haben?
Wenn ich das wie oben beschrieben ändere, dann komme ich nicht mehr ins backend. Dann kommt die meldung phpwcms.php nicht gefunden.
danke für das angebot. Ich möchte die Zugangsdaten aber nicht rausgeben, wenn dann irgendwas passiert ist der Ärger groß (ist schliesslich an meiner FH!). Danke trotzdem für die Hilfsversuche.
Ich habe meinen Admin oder wie der heisst jetzt nochmal kontaktiert. Falls er mir ne Lösung geben kann werde ichs hier reinschreiben
THX!
Ich habe meinen Admin oder wie der heisst jetzt nochmal kontaktiert. Falls er mir ne Lösung geben kann werde ichs hier reinschreiben

THX!
Hi
also teil uns doch mal mit, wie du deine Webseite aufrufst und wie das Unterverzeichnis heist. Die Pfadangaben sind wichtig - wenn du den Domainnamen nicht verraten willst, dann verändere ihn - aber nur diesen
z.B. http://www.domain.xxx/~user d.h. das ~ muss erkennbar sein.
also teil uns doch mal mit, wie du deine Webseite aufrufst und wie das Unterverzeichnis heist. Die Pfadangaben sind wichtig - wenn du den Domainnamen nicht verraten willst, dann verändere ihn - aber nur diesen
z.B. http://www.domain.xxx/~user d.h. das ~ muss erkennbar sein.
OKay Leute, ich habe das Problem gelöst.
Wie ihr wißt, lag es nicht an den Rechten. Es lag an der Config.
Und zwar recht simpel, an der Server-Root Zeile. Ich weiß zwar nich wieso und warum, aber die Zeile die das Document-root ausspuckt stimmte auch nicht. Es ist ne ganz andere. Habe die jetzt aber rausbekommen und nun geht echt alles.
Vielen Dank für euren Support, ihr seid TOP!
Wie ihr wißt, lag es nicht an den Rechten. Es lag an der Config.
Und zwar recht simpel, an der Server-Root Zeile. Ich weiß zwar nich wieso und warum, aber die Zeile die das Document-root ausspuckt stimmte auch nicht. Es ist ne ganz andere. Habe die jetzt aber rausbekommen und nun geht echt alles.
Vielen Dank für euren Support, ihr seid TOP!