Nach installation alles auf: FALSE (not existing)

Alle installationsbezogenen Probleme hier posten. Dies sollte die erste Anlaufstelle bei Problemen sein.
Post Reply
kmstario
Posts: 396
Joined: Thu 27. Jul 2006, 11:34
Location: Berlin
Contact:

Nach installation alles auf: FALSE (not existing)

Post by kmstario »

Hallo zusammen,

ich habe phpwcms auf den Server gespielt und installiert. Datenbanktabellen wurden erstellt.
Abschliessend bekomme ich alle roten Balken zu sehen und dahinter FALSE (not existing). :(

Es sind aber alle Files und Ordner vorhanden. In der config scheint auch alles richtig zu sein und den cmod hab ich auch gecheckt.
Wenn ich nun den login Aufrufe, kommt folgende Meldung:
Fatal error: main(): Failed opening required '/usr/local/httpd/htdocs/cms/include/inc_lib/dbcon.inc.php' (include_path='.:')

woran kann das liegen? :?:
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

Vielleicht eine blöde Frage, aber sind die Pfade ok?
Und hast du daran gedacht eine Admin anzulegen?
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
kmstario
Posts: 396
Joined: Thu 27. Jul 2006, 11:34
Location: Berlin
Contact:

Post by kmstario »

Admin habe ich angelegt und der Pfad ist auch richtig.
Hab alles so wie sonst auch gemacht und auf diesem
Server hatte ich das System schon mal getestet und es lief.
Hier mal die config zur info.

Code: Select all

// database values

$phpwcms['db_prepend']        = 'wcms_';
$phpwcms['db_pers']           = 1;
$phpwcms['db_charset']        = 'utf8';
$phpwcms['db_collation']      = 'utf8_general_ci';

// site values
$phpwcms['site']              = 'http://www.musik-vom-planwagen.de/';
$phpwcms['admin_email']       = 'info@mail.com';

// paths
$phpwcms['DOC_ROOT']          = $_SERVER['DOCUMENT_ROOT'];// real DOC_ROOT seems to be: '/raid/domains/de/m/musik-vom-planwagen/htdocs/www'
$phpwcms['root']         		= 'cms';         //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']           = 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']    = 2;  //0 = no wysiwyg editor, 2 = FCKeditor, 4 = spaw
$phpwcms['phpmyadmin']        = 0;  //enable/disable phpMyAdmin in Backend
$phpwcms['default_lang']      = 'de';  //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_enabled']     = 0;        //cache On/Off - 1 = caching On / 0 = caching Off (default)
$phpwcms['cache_timeout']     = 0;  //default cache timeout setting in seconds - 0 = caching Off
$phpwcms['imgext_disabled']   = '';  //comma seperated list of imagetypes which should not be handled 'pdf,ps'
$phpwcms['multimedia_ext']    = 'aif,aiff,mov,movie,mp3,mpeg,mpeg4,mpeg2,wav,swf,swc,ram,ra,wma,wmv,avi,au,midi,moov,rm,rpm,mid,midi'; //comma seperated list of file extensiosn allowed for multimedia
$phpwcms['inline_download']   = 1;  //1 = try to display download documents in new window; 0 = show safe under dialog
$phpwcms['form_tracking']     = 1; //make a db entry for each form
$phpwcms['formmailer_set']    = array('allow_send_copy' => 0, 'global_recipient_email' => 'form@localhost'); //for better security handling
$phpwcms['allow_cntPHP_rt']   = 0; //allow PHP replacement tags and includes in content parts
$phpwcms['GETparameterName']  = 'id'; //must have a minimum of 2 chars
$phpwcms['no_session_start']  = array('googlebot', 'msnbot', 'ia_archiver', 'altavista', 'slurp', 'yahoo', 'jeeves', 'teoma', 'lycos', 'crawler'); //don't start session
$phpwcms['mode_XHTML']        = 1; // Doctype: 1 = XHTML 1.0 Transitional, 0 = HTML 4.01 Transitional
$phpwcms['header_XML']        = 1; // Content Type: 1 = application/xhtml+xml, 0 = text/html
$phpwcms['IE_htc_hover']      = 1; // enables HTC Hover for IE < 7 - has no effect in other browsers
$phpwcms['IE_htc_png']        = 1; // enables HTC pngbehavior for IE < 7 - has no effect in other browsers

// 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
Alles Standart Einstellungen.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi,

probiere bitte einmal folgendes:

Code: Select all

$phpwcms["site"]              = "http://".$_SERVER['SERVER_NAME']."/";
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
kmstario
Posts: 396
Joined: Thu 27. Jul 2006, 11:34
Location: Berlin
Contact:

Post by kmstario »

Probiert, hat sich nix geändert, Fehler bleibt bestehen :cry:

HHMMmm grübel, grübel, grübel....
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

check doch erst mal, ob die Datei wirklich da ist
../cms/include/inc_lib/dbcon.inc.php

EDIT:

und setz mal

Code: Select all

$phpwcms['DOC_ROOT']          = '/raid/domains/de/m/musik-vom-planwagen/htdocs/www';
scheint mal wieder ein unsauber konfigurierter Server zu sein
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
kmstario
Posts: 396
Joined: Thu 27. Jul 2006, 11:34
Location: Berlin
Contact:

Post by kmstario »

Hi pico,

hab ich logischerweise als erstes gemacht, dann einmal ersetzt und danach die Installation 3mal gemacht(inklusive Dateien löschen und neu aufspielen)
kmstario
Posts: 396
Joined: Thu 27. Jul 2006, 11:34
Location: Berlin
Contact:

Post by kmstario »

YEAR, Danke Pico, dein Edit hats gebracht. Das war der Fehler. :P

Danke auch an alle anderen, ich freue mich
und wünsch `nen schönen Tag.
Post Reply