CMS MADE SIMPLE FORGE

MultiDomains

 

[#8304] Website Blank page after I applied config.php auto-update from your tab "System check"

avatar
Created By: Hector Hernandez @HectorFHdez (soportepro)
Date Submitted: Fri Aug 24 12:01:39 -0400 2012

Assigned To: Andi Petzoldt (andiministrator)
Version: MultiDomains 2.1.1
CMSMS Version: 1.11.1
Severity: Critical
Resolution: Accepted
State: Open
Summary:
Website Blank page after I applied config.php auto-update from your tab "System check"
Detailed Description:
Te file say that is for 1.11.1 but something inside it stop all.

When I leave only some part of it (see bottom), the site works but Multidomains
not:

Wich part can be stoping my site? and Wich part can put in it in order to
Multidomains work?

See bottom...

---------------------------------------------
<?php

// CMS made simple Config File
// Version 2.1 (from CMSms 1.11.x)
// English, improved Version
// Modified by: Andi Petzoldt, https://plus.google.com/113580733838250075244

// Hinweis: bot-sleep und bot-command sind Anweisungen für Scripte - bitte nicht
löschen oder verändern
/* bot-command: version='2.1' */

// Settings for Live-Server
$config['dbms'] = 'mysqli'; // mysql oder mysqli
$config['db_hostname'] = '******************************'; // MySQL Hostname
$config['db_username'] = '*******'; // MySQL Username
$config['db_password'] = '********************'; // MySQL Password
$config['db_name'] = '*************'; // MySQL Database-Name
$config['db_port'] = '0'; // MySQL Port, mostly 3306, some Provider are using
3307 for MySQL 5 Databases
$config['db_prefix'] = 'axxe_'; // Default value is cms_ - change it if you use
more than one CMSms installations within one database
$config['subdir'] = ''; // Default is no subdirectory (leave empty)
$config['server_prefix'] = ''; // If you want to use a prefix (e.g. www.)
$config['http_port'] = ''; // If your Webserver uses a different port than 80,
enter it here (e.g. 8080)
$config['ssl_url'] = ''; // If you use a different URL for SSL (e.g. for a
SSL-Proxy), enter this URL here
$config['ssl_port'] = ''; // If you use a Non-Standard-Port for SSL, you can
enter the port number here
$config['dev'] = false; // This parameter can be used from developers

// Settings for local development server - remove the comments (#) and fill in
your data
#if ($_SERVER['SERVER_ADDR']=='127.0.0.1') {
#	$config['dbms'] = 'mysqli'; // mysql oder mysqli
#	$config['db_hostname'] = 'localhost'; // MySQL Hostname
#	$config['db_username'] = 'mysql_username'; // MySQL Username
#	$config['db_password'] = 'mysql_passwort'; // MySQL Password
#	$config['db_name'] = 'mysql_db_name'; // MySQL Database-Name
#	$config['db_port'] = '3306'; // MySQL Port, mostly 3306, some Provider are
using 3307 for MySQL 5 Databases
#	$config['db_prefix'] = 'cms_'; // Default value is cms_ - change it if you use
more than one CMSms installations within one database
#	$config['subdir'] = ''; // Default is no subdirectory (leave empty)
#	$config['server_prefix'] = ''; // If you want to use a prefix (e.g. www.)
#	$config['http_port'] = ''; // If your Webserver uses a different port than 80,
enter it here (e.g. 8080)
#	$config['ssl_url'] = ''; // If you use a different URL for SSL (e.g. for a
SSL-Proxy), enter this URL here
#	$config['ssl_port'] = ''; // If you use a Non-Standard-Port for SSL, you can
enter the port number here
#	$config['dev'] = false; // This parameter can be used from developers
#}

// Timezone Setting
// PHP 5.3 expects a timezone setting for the server
// This var can be used to set the timezone
// Find help and possible values here:
// http://www.php.net/manual/en/timezones.php
// Leave this field blank to use no timezone
$config['timezone'] = 'America/Mexico_City';

$config['url_rewriting'] = 'mod_rewrite';

// Show mod_rewrite URLs in the menu? You must enable 'use_hierarchy' for this
to work for modules
$config['assume_mod_rewrite'] = true;

// EOF
?>


History

Comments
avatar
Date: 2012-08-27 04:56
Posted By: M4rc3L-XCN (M4rc3L-XCN)

Fatal error: Class 'ContentOperations' not found in
/var/www/web617/html/cmsms/lib/autoloader.php on line 82

:on Version 1.10.3
      
Updates

Updated: 2012-08-24 12:13
resolution_id: => 6