I’m hoping someone can help me - I’ve recently moved servers and did an upgrade to 2.9.2 from 2.7.3.
I had some initial trouble getting the config.php file right but now the site is up, but I can’t login. Tried a reinstall, getting rid of .htaccess, checking paths, etc.
Here’s the config file as is stands right now - we tried switching over to the old config file and that at least got the site up.
The other thing I noticed is that the login goes from http://www.saintaloysiusonline.org/admin.php?S=0&D=cp&C=login
to http://www.saintaloysiusonline.org/admin.php?/cp/login when you click on the login button.
Maybe this is a simple fix, but I don’t know enough to know that yet.
See code below -
Peace,
Ken
config['admin_session_type'] = "c";
$config['app_version'] = "292";
$config['install_lock'] = '1';
$config['license_number'] = '[license]';
$config['debug'] = '1';
$config['cp_url'] = 'http://saintaloysiusonline.org/system/index.php';
$config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
$config['is_system_on'] = 'y';
$config['allow_extensions'] = 'y';
$config['ignore_templates'] = 'y';
$config['cookie_prefix'] = '';
$config['multiple_sites_enabled'] = 'n';
$config['enable_db_caching'] = 'n';
$config['enable_sql_caching'] = 'n';
$config['disable_tag_caching'] = 'y';