Nevermind, I figured it out. I just edited the $app to point to '/ home/domains/www.domain.com' and it worked.
On Feb 16, 3:03 pm, "nateklaiber" <[EMAIL PROTECTED]> wrote: > My setup is a little different from the default setup for cake (1.2 > nightly). > > I have the core cake library shared among several other domains. The > structure looks like: > > /home/core/cake > /home/domains/www.domain1.com/webroot > /home/domains/www.domain2.com/webroot > > The core holds files/aliases I need for stats/dbadmin/scripts - along > with the Cake core folder. > > Now, I would like to implement ACL, but running 'php acl.php initdb' > will throw errors because it can't find the proper files with the > changed directory structure. Should I backup the original and then > edit the script to fit my needs per domain, or should I just use the > SQL and create the tables/permissions myself? > > When running acl.php I get the following error: > > Warning: require(/home/domains/core//app/config/core.php): failed to > open stream...on line 94 > > Any thoughts or ideas? Anyone done this in any other projects? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
