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

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);
Return to "Activity Library/Devel/Installing" page.