Jump to content

Talk:Activity Library/Devel/Installing: Difference between revisions

From Sugar Labs
comment
 
mNo edit summary
Line 1: Line 1:
hi everyone, just I want to say that I had to change the variable CORE_PATH in the file app/webroot/index.php to ROOT.DS
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);

Revision as of 15:28, 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);