我无法使 Config_Database 工作。
我以这种方式启用新的配置源:
Kohana::$config->attach(new Config_Database, FALSE);
我在加载模块后加载该源 - 在 bootstrap.php 文件的底部。
尝试启用此配置源时出现此错误
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261900 bytes) in /var/www/moje/modules/database/classes/kohana/config/database/writer.php on line 124
文件 (.../)database/writer.php 中的第 124 行不存在 - 它只有 111 行。
怎么了?
编辑:Kohana 3.2