config.ini na hostingu
Upozornění: Tohle vlákno je hodně staré a informace nemusí být platné pro současné Nette.
- libja
- Člen | 8
Mám config.ini. Na produkčním serveru vše běží v pořádku. Na
hostingu mi laděnka pořád hlásí
„Object of class Config could not be converted to string“
Vůbec netuším kde mám chybu hledat.
[common]
; PHP configuration
php.date.timezone = "Europe/Prague"
php.iconv.internal_encoding = "%encoding%"
php.mbstring.internal_encoding = "%encoding%"
; services
service.Nette-Security-IAuthenticator = Model\Users
service.Nette-Loaders-RobotLoader.option.directory[] = %appDir%
service.Nette-Loaders-RobotLoader.option.directory[] = %libsDir%
service.Nette-Loaders-RobotLoader.run = TRUE
[production < common]
databasePripojeni.driver = mysql
databasePripojeni.host = localhost
databasePripojeni.username = root
databasePripojeni.password = NULL
databasePripojeni.database = xxx
databasePripojeni.charset = utf8
[development < production]
databasePripojeni.driver = mysql
databasePripojeni.host = xxx
databasePripojeni.username = xxx
databasePripojeni.password = NULL
databasePripojeni.database = xxx
databasePripojeni.charset = utf8
Děkuji za jakýkoliv směr.
Na hostingu jsou vypnuté:
Magic quotes,
Reflection phpDoc,
Memcache extension
Editoval libja (19. 1. 2010 13:53)