[closed] Install process generates small config.php file on

The members of the Dev team will place issues here that they consider to be solved.
Post Reply
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

[closed] Install process generates small config.php file on

Post by seensite »

After install process with 1.10-beta1 package on SSL hosting, login returns to login page. I edited config.php file:

Code: Select all

<?php
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = 'myusername';
$config['db_password'] = 'mypassword';
$config['db_name'] = 'mydbname';
$config['db_prefix'] = 'cms_';
$config['db_port'] = 0;
$config['root_url'] = 'http://www.mydomain';
$config['timezone'] = 'Europe/Zurich';
$config['default_encoding'] = 'utf-8';
?>
I added an s to http and all the other entries of 1.9.4.2 config.php and have been able to enter the admin interface.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Install process generates small config.php file on SSL h

Post by calguy1000 »

The installation DOES generate a small config.php file now.
In subsequent versions, when we get rid of deprecated variables, and automate a bit more it will get even smaller.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: Install process generates small config.php file on SSL h

Post by seensite »

Interesting, thanks for pointing this out - I already read
- Rewrite the config classes
- config.php is now sparse, most variables are defaulted.
- adds the admin_url setting and support for admin via SSL
from changelog in /doc but didn't saw the CMSMS_config_reference.pdf in same folder which contains the config variable explanations.

Best regards
Post Reply

Return to “Closed Issues”