Talk:Activity Library/Devel/Installing: Difference between revisions
Appearance
JorgeCortes (talk | contribs) mNo edit summary |
JorgeCortes (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
I have installed cake 1.2 so I had to change the variable CORE_PATH in the file app/webroot/index.php to ROOT.DS to make it work well | I have installed cake 1.2 so I had to change the variable CORE_PATH in the file app/webroot/index.php to ROOT.DS to make it work well | ||
define('CORE_PATH', ROOT.DS); | define('CORE_PATH', ROOT.DS); | ||
[[User:JorgeCortes|JorgeCortes]] 21:40, 22 January 2009 (UTC) | |||
Revision as of 16:40, 22 January 2009
I have installed cake 1.2 so I had to change the variable CORE_PATH in the file app/webroot/index.php to ROOT.DS to make it work well
define('CORE_PATH', ROOT.DS);
JorgeCortes 21:40, 22 January 2009 (UTC)