Re: Advanced Install

2010-02-03 Thread Massimiliano Bertinetti
I think the best solution is to have app1 app2 and so on in the root
(same level of cake...) instead.

Max-B

Il giorno mar, 02/02/2010 alle 18.37 -0330, Dave ha scritto:
> I am trying to set up multiple apps using 1 cake so i have currently:
> public_html/
>   dev/
>   libs/
>   cake1.2.6/
>   site1/
>   /app
>   site2/
>   /app
> 
> Webroot index.php (site1)
> 
> if (!defined('ROOT')) { 
>   define('ROOT', DS.'dev'.DS.'site1'); 
>   }
> 
> if (!defined('APP_DIR')) { 
>   define('APP_DIR', 'app'); 
>   }
> 
> if (!defined('CAKE_CORE_INCLUDE_PATH')) { 
>   
> define('CAKE_CORE_INCLUDE_PATH',DS.'dev'.DS.'lib'.DS.'cake1.2.6'); 
>   }
> 
> 
> Results in 
> Warning: include(cake/bootstrap.php) [function.include]: failed to open
> stream: No such file or directory in
> /home/duee8441/public_html/dev/site1/app/webroot/index.php on line 93
> 
> Fatal error: CakePHP core could not be found. Check the value of
> CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the
> directory containing your /cake core directory and your /vendors root
> directory. in /home/duee8441/public_html/dev/site1/app/webroot/index.php on
> line 94
> 
> Ideas where I went wrong? 
>   
> Thanks,
>  
> Dave
> 
> Check out the new CakePHP Questions site http://cakeqs.org and help others 
> with their CakePHP related questions.
> 
> You received this message because you are subscribed to the Google Groups 
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
> http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


CakePHP taking data from Zimbra

2009-09-17 Thread Massimiliano Bertinetti

Sorry guys I have a question without answer.. I need to write an
application that take adressbook and appointent/calendar from zimbra and
manipulate them and relate on table in a cakephp application.

For example writing invoice for the contact I have on zimbra.

I find just very old doc on the zimbra-side, is out-there someone that
do already something similar?

Thanks in advance.

Max



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---