MilkZoft / ZanPHP

ZanPHP is an agile Web application development framework written in PHP5 that uses different design patterns and best practices to create applications more quickly with good quality code.
http://www.zanphp.com
Other
90 stars 42 forks source link

Error en www/config/config.php #46

Closed hasdman closed 12 years ago

hasdman commented 12 years ago

Hay un error en las constantes: _cacheTime _cacheHost _cachePort

Estas se definen dos veces: ... define("_cacheTime", 3600); ... define("_cacheTime", 3600); define("_cacheHost", "www/lib/cache"); define("_cachePort", ".cache"); define("_cacheHost", "localhost"); define("_cachePort", "11211");

Saludos ;)

MilkZoft commented 12 years ago

Solucionado.