Please post all install related problems here. Visit this forum first for troubleshooting.
Jweetje
Posts: 1 Joined: Mon 17. May 2004, 13:54
Post
by Jweetje » Mon 17. May 2004, 13:58
Same problem here... trying to login but I can't !
Code: Select all
<?php
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "******";
$phpwcms["db_pass"] = "******";
$phpwcms["db_table"] = "******";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://www.jweetje.nl/";
$phpwcms["admin_email"] = "jweetje@jweetje.nl";
// paths
$phpwcms["root"] = "cms"; //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 convert
$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"] = 3; //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'
// 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'] = 'jweetje@jweetje.nl'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'webmaster'; // reply/from name
$phpwcms['SMTP_HOST'] = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT'] = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER'] = 'smtp'; // 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
?>
Please help me out... I'm also availible on MSN !
Jérôme
Posts: 481 Joined: Tue 16. Mar 2004, 10:33
Location: Cologne, Germany
Contact:
Post
by Jérôme » Mon 17. May 2004, 14:51
After having helped Sweetje on MSN:
- Please remember to check "Create admin account" during setup.
- If you have forgotten to do so, re-run setup without creating the database tables again and check the appropriate checkbox.
pSouper
Posts: 1552 Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:
Post
by pSouper » Mon 17. May 2004, 14:59
DOH!
still, we all have had noobie headaches
bolef2k
Posts: 9 Joined: Wed 26. May 2004, 13:54
Contact:
Post
by bolef2k » Wed 26. May 2004, 13:58
Ok i read all the replys, but all the things haven't help!
I have an admin account, but when login i get a error page,404!
Here is my config:
Code: Select all
<?php
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "****";
$phpwcms["db_pass"] = "*****";
$phpwcms["db_table"] = "bunen_alfahosting_org_-_pcm";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
// site values
$phpwcms["site"] = "http://www.pcmasters.de";
$phpwcms["admin_email"] = "bolef2k@pcmasters.de";
// paths
$phpwcms["root"] = "projv3"; //default: ""
$phpwcms["file_path"] = "filestorage"; //default: "phpwcms_filestorage"
$phpwcms["file_tmp"] = "tmp"; //default: "phpwcms_tmp"
$phpwcms["templates"] = "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"] = "ftp"; //default: "phpwcms_ftp"
// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 660; //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"] = 3; //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'
// 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@pcmasters.de'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'pcmasters'; // 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/virtual/site252/fst/var/www/html';
?>
could ya blease help!?
Regards,
Bolef2k
Pappnase
Post
by Pappnase » Wed 26. May 2004, 13:59
hello!
Code: Select all
// site values
$phpwcms["site"] = "http://www.pcmasters.de[b]/[/b]";
$phpwcms["admin_email"] = "bolef2k@pcmasters.de";
DeXXus
Posts: 2168 Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida
Post
by DeXXus » Wed 26. May 2004, 14:03
Pappnase wrote: hello!
Code: Select all
// site values
$phpwcms["site"] = "http://www.pcmasters.de[b]/[/b]";
$phpwcms["admin_email"] = "bolef2k@pcmasters.de";
// site values
$phpwcms["site"] = "http://www.pcmasters.de
/ ";
$phpwcms["admin_email"] = "
bolef2k@pcmasters.de ";
Pappnase
Post
by Pappnase » Wed 26. May 2004, 14:07
DeXXus wrote: Pappnase wrote: hello!
Code: Select all
// site values
$phpwcms["site"] = "http://www.pcmasters.de[b]/[/b]";
$phpwcms["admin_email"] = "bolef2k@pcmasters.de";
// site values
$phpwcms["site"] = "http://www.pcmasters.de
/ ";
$phpwcms["admin_email"] = "
bolef2k@pcmasters.de ";
Thanks!!! dexxus
bolef2k
Posts: 9 Joined: Wed 26. May 2004, 13:54
Contact:
Post
by bolef2k » Wed 26. May 2004, 14:14
man guys, i thought the slash would be normaly there, ok thanks a lot, im in it now
ah one question: I read the terms, BUT!:
May i change everything what i want, even change so i'm the curret changer and with this the "owner" of the site?
shurly the gpl things will be originally
but may i change it to my OWN page?
Regards,
Bolef2k
Oliver Georgi
Site Admin
Posts: 9907 Joined: Fri 3. Oct 2003, 22:22
Contact:
Post
by Oliver Georgi » Wed 26. May 2004, 14:22
You can change everything - but you are not allowed to remove copyright infos. You will NEVER be the owner of my copyrights
and you will never get my copyrights.
Check the copyright section of this forum.
Oliver