how to install Bakery source in My host

2010-12-12 Thread DANNY
I'd like install  Bakery source in order to Learn the cakephp,
from the http://cakeforge.org/scm/?group_id=64 , To download the
source
I want to install 2.0.x.x version , Because it's have not cake core
I just copy cakephp 1.3.5 core to the 2.0.x.x Folder
And I browser the page
I get the follow errer message :

Notice (8): Undefined variable: url [APP\webroot\index.php, line 85]
Notice (8): Undefined property: PagesController::$Session [APP
\app_controller.php, line 79]

I search the error Line , and I find the
if (isset($_GET['url'])  $_GET['url'] === 'favicon.ico') {
return;
} else {
 $Dispatcher = new Dispatcher();
 $Dispatcher-dispatch($url);
}
then I commend this lines , but it's only have white page , It's not
thing
Do everybody had installed the barkery version 2.0.x.x  and it's work?

Anyone have any ideas , thanks :)

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


Re: Merging CakeBook and Bakery Source Code

2009-11-11 Thread AD7six


On 10 nov, 15:52, WebbedIT p...@webbedit.co.uk wrote:
 Firstly, forgive me for my limited knowledge of GIT and SVN.

 I am trying to create an online manual (cookbook) for a CakePHP
 application I am developing.  After checking out the source code and
 configuring my dbase I realised that I could also do with the bakery
 source code too.

The bakery and cakebook are not functionally equivalent.

 So I have checked out the bakery code but now have a GIT repository
 (CakeBook) and an SVN repository (Bakery).  How do I go about merging
 these two repositories and adding them to 1.2.5 without overwriting
 any code?

When you say merge what do you mean? Use both?

Regards,

AD

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@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=.




Merging CakeBook and Bakery Source Code

2009-11-10 Thread WebbedIT
Firstly, forgive me for my limited knowledge of GIT and SVN.

I am trying to create an online manual (cookbook) for a CakePHP
application I am developing.  After checking out the source code and
configuring my dbase I realised that I could also do with the bakery
source code too.

So I have checked out the bakery code but now have a GIT repository
(CakeBook) and an SVN repository (Bakery).  How do I go about merging
these two repositories and adding them to 1.2.5 without overwriting
any code?

Regards,

Paul

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@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=.




Re: Is the bakery source code broken?

2007-06-21 Thread Dr. Tarique Sani
On 6/21/07, Sebastian Macias [EMAIL PROTECTED] wrote:


 Guys lets not let this thread die unsolved!


Why not :P

And since  Bakery itself is  running  I would presume that the code runs


T

-- 
=
Cheesecake-Photoblog: http://cheesecake-photoblog.org
PHP for E-Biz: http://sanisoft.com
=

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Is the bakery source code broken?

2007-06-20 Thread Sebastian Macias

Guys lets not let this thread die unsolved! Has anyone been able to
install the bakery and get it working properly?

Sebastian Macias
Senior Web Software Engineer
digital-telepathy inc
http://www.dtelepathy.com

On Jun 18, 7:02 pm, Sebastian Macias [EMAIL PROTECTED]
wrote:
 Sorry for posting the same message twice.. it was google groups
 caching fault :)

 On Jun 18, 7:01 pm, Sebastian Macias [EMAIL PROTECTED]
 wrote:

  I just tried it out with the latest 1.2.x nightly build and got the
  same errors; then I tried it with an old 1.2x copy I had and this time
  I got less error but new ones appeared like user record no being
  created after user signup even thought confirmation message does
  appear.

  is there anyway we can know what when was the last time thebakery
  cake folder was updated so we can try to download a revision that
  matches that date?

  Thanks,

  Sebastian Macias

  -- Forwarded message --
  From: Jonathan Langevin [EMAIL PROTECTED]
  Date: Jun 17, 7:15 pm
  Subject: Is thebakerysource codebroken?
  To: Cake PHP

  ha, that might explain thebrokenfeatures :-)

  On 6/17/07, Larry E. Masters aka PhpNut [EMAIL PROTECTED] wrote:

   Thebakeryuses the 1.2 branch of the code.
   All of out sites are running on the latest svn co of the 1.2 branch. Do
   not confuse it with the trunk code, which is merged after the branches 
   have
   been tested.

   The nightly builds of 1.2.x.x are also from the same branch that the
  bakeryis using.

   --
   /**
   * @author Larry E. Masters
   * @var string $userName
   * @param string $realName
   * @returns string aka PhpNut
   * @access  public
   */


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Is the bakery source code broken?

2007-06-18 Thread Sebastian Macias

I just downloaded the cakephp nightly build 1.2.x.x_17.06.2007.zip and
the latest bakery revision to give it a try and I still got the same
errors. Registration goes to a blank page, etc.. then I decided to try
with an old cakephp 1.2.x copy that I had and this time I got less
errors but some new errors appeared like user record not being created
when user signs up even thought account creation message is
displayed.

Is there anyway we can know the exact revision the bakery is running
on? or the date it was last updated so we can try to download a
revision that matches the date from SVN.

Thanks,

Sebastian Macias

On Jun 17, 5:58 pm, Larry E. Masters aka PhpNut [EMAIL PROTECTED]
wrote:
 The bakery uses the 1.2 branch of the code.
 All of out sites are running on the latest svn co of the 1.2 branch. Do not
 confuse it with the trunk code, which is merged after the branches have been
 tested.

 The nightly builds of 1.2.x.x are also from the same branch that the bakery
 is using.

 --
 /**
 * @author Larry E. Masters
 * @var string $userName
 * @param string $realName
 * @returns string aka PhpNut
 * @access  public
 */


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Is the bakery source code broken?

2007-06-18 Thread Sebastian Macias

I just tried it out with the latest 1.2.x nightly build and got the
same errors; then I tried it with an old 1.2x copy I had and this time
I got less error but new ones appeared like user record no being
created after user signup even thought confirmation message does
appear.

is there anyway we can know what when was the last time the bakery
cake folder was updated so we can try to download a revision that
matches that date?

Thanks,

Sebastian Macias


-- Forwarded message --
From: Jonathan Langevin [EMAIL PROTECTED]
Date: Jun 17, 7:15 pm
Subject: Is the bakery source code broken?
To: Cake PHP


ha, that might explain the broken features :-)

On 6/17/07, Larry E. Masters aka PhpNut [EMAIL PROTECTED] wrote:



 The bakery uses the 1.2 branch of the code.
 All of out sites are running on the latest svn co of the 1.2 branch. Do
 not confuse it with the trunk code, which is merged after the branches have
 been tested.

 The nightly builds of 1.2.x.x are also from the same branch that the
 bakery is using.

 --
 /**
 * @author Larry E. Masters
 * @var string $userName
 * @param string $realName
 * @returns string aka PhpNut
 * @access  public
 */


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Is the bakery source code broken?

2007-06-18 Thread Sebastian Macias

Sorry for posting the same message twice.. it was google groups
caching fault :)

On Jun 18, 7:01 pm, Sebastian Macias [EMAIL PROTECTED]
wrote:
 I just tried it out with the latest 1.2.x nightly build and got the
 same errors; then I tried it with an old 1.2x copy I had and this time
 I got less error but new ones appeared like user record no being
 created after user signup even thought confirmation message does
 appear.

 is there anyway we can know what when was the last time thebakery
 cake folder was updated so we can try to download a revision that
 matches that date?

 Thanks,

 Sebastian Macias

 -- Forwarded message --
 From: Jonathan Langevin [EMAIL PROTECTED]
 Date: Jun 17, 7:15 pm
 Subject: Is thebakerysource codebroken?
 To: Cake PHP

 ha, that might explain thebrokenfeatures :-)

 On 6/17/07, Larry E. Masters aka PhpNut [EMAIL PROTECTED] wrote:

  Thebakeryuses the 1.2 branch of the code.
  All of out sites are running on the latest svn co of the 1.2 branch. Do
  not confuse it with the trunk code, which is merged after the branches have
  been tested.

  The nightly builds of 1.2.x.x are also from the same branch that the
 bakeryis using.

  --
  /**
  * @author Larry E. Masters
  * @var string $userName
  * @param string $realName
  * @returns string aka PhpNut
  * @access  public
  */


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Is the bakery source code broken?

2007-06-17 Thread Sebastian Macias

Hello,

I just downloaded the bakery source code (revision 606) and cakePHP
1.2.0.5146alpha. I setup the database; Imported bakery.sql, db_acl.sql
and sessions.sql.

The first thing I noticed when I went to my bakery installation were
the following Notices in the homepage:

Notice (8): Undefined index:  0 [CORE/app/views/elements/
featured_articles.ctp, line 6]
Notice (8): Undefined index:  0 [CORE/app/views/elements/
featured_articles.ctp, line 8]
Notice (8): Undefined index:  0 [CORE/app/views/elements/
featured_articles.ctp, line 9]
Notice (8): Undefined index:  0 [CORE/app/views/elements/
featured_articles.ctp, line 10]
Notice (8): Undefined index:  0 [CORE/app/views/elements/
featured_articles.ctp, line 12]
Notice (8): Undefined index:  0 [CORE/app/views/elements/
featured_articles.ctp, line 13]

I assumed it's because no articles are in the database yet however the
homepage layout does look different that the current http://bakery.cakephp.org
does. It's missing several boxes, calls to actions, etc.

The next step for me was to try to register an account so I filled up
the form and when I submit it I got a blank page, no error, no info or
any kind displayed.

I think the code in the repository is outdated.

Is there anyway any of the persons involved in the development of the
bakery can take a look at it?

I think the bakery is an excellent application that has the potential
to help many people learn best cakephp/ mvc practices.

Thanks,

Sebastian Macias


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Is the bakery source code broken?

2007-06-17 Thread Mech7

I don't know but there seems to be quite some errors in the bakery :
( ajax comment do not work, tags don't work.. search only works with
me on frontpage. Can't use any other characters except letters in the
comment title's simple things like ' do not work. And some other
errors.. would hope this will be fixed as the bakery could become
quite nice to use :)


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Is the bakery source code broken?

2007-06-17 Thread Sebastian Macias

does anyone know what version of cakephp is the bakery's production
server using?

are there any differences in the code of the live bakery compared with
the source in SVN?

Thanks,

Sebastian Macias

On Jun 17, 2:32 pm, Mech7 [EMAIL PROTECTED] wrote:
 I don't know but there seems to be quite some errors in the bakery :
 ( ajax comment do not work, tags don't work.. search only works with
 me on frontpage. Can't use any other characters except letters in the
 comment title's simple things like ' do not work. And some other
 errors.. would hope this will be fixed as the bakery could become
 quite nice to use :)


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Is the bakery source code broken?

2007-06-17 Thread Larry E. Masters aka PhpNut
The bakery uses the 1.2 branch of the code.
All of out sites are running on the latest svn co of the 1.2 branch. Do not
confuse it with the trunk code, which is merged after the branches have been
tested.

The nightly builds of 1.2.x.x are also from the same branch that the bakery
is using.

-- 
/**
* @author Larry E. Masters
* @var string $userName
* @param string $realName
* @returns string aka PhpNut
* @access  public
*/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Bakery Source

2007-02-19 Thread Ethan

Hi,

I had this problem as well.  Here is the way around it:

go to File-export-SQL Create Script ...

In the Export SQL Script dialog, make sure that Order Tables by
Foreign Keys is not checked.

The circular relation error should now go away when you create the
script.

Ethan

On Jan 7, 3:26 pm, Cadu [EMAIL PROTECTED] wrote:
 Hi,

 I downloaded the bakery.xml schema from the svn repository, but I
 couldn't manage to export the SQL create script inDBDesigner(I'm
 using version 4.0.5.6 Beta).
 It says: That arecircular relations.

 Which version are you using?

 Thanks!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Bakery Source

2007-01-08 Thread joel


Is there a username and password to check it out?  I couldn't get
through without one.

Felix Geisendörfer wrote:

No downloads but you can check it out from the SVN and install
https://svn.cakeforge.org/svn/bakery/trunk/bakery is where you can
download it ; ).



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Bakery Source

2007-01-08 Thread [EMAIL PROTECTED]


iirc it is your cakeforge account


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Bakery Source

2007-01-07 Thread Preloader


Hello bakers,

I'm wondering if there's a possibility to download the bakery source,
for learning purposes. I didn't find any bakery downloads in cakeforge.

Greets, Christoph :-)


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Bakery Source

2007-01-07 Thread Dr. Tarique Sani


On 1/7/07, Preloader [EMAIL PROTECTED] wrote:


Hello bakers,

I'm wondering if there's a possibility to download the bakery source,
for learning purposes. I didn't find any bakery downloads in cakeforge.


No downloads but you can check it out from the SVN and install

HTH
Tarique

--
=
PHP Applications for E-Biz: http://www.sanisoft.com
Cheesecake-Photoblog: http://cheesecake-photoblog.org
=

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Bakery Source

2007-01-07 Thread Felix Geisendörfer
No downloads but you can check it out from the SVN and install 
https://svn.cakeforge.org/svn/bakery/trunk/bakery is where you can 
download it ; ).


-- Felix Geisendörfer aka the_undefined
--
http://www.thinkingphp.org
http://www.fg-webdesign.de


Dr. Tarique Sani wrote:


On 1/7/07, Preloader [EMAIL PROTECTED] wrote:


Hello bakers,

I'm wondering if there's a possibility to download the bakery source,
for learning purposes. I didn't find any bakery downloads in cakeforge.


No downloads but you can check it out from the SVN and install

HTH
Tarique



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Bakery Source

2007-01-07 Thread Preloader


Ahh, OK :-) I overlooked this, thank you very much!

Christoph


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Bakery Source

2007-01-07 Thread Ryan Snowden (Beijing)

SQL is in app\config\bakery.sql


On Jan 8, 2007, at 4:26 AM, Cadu wrote:



Hi,

I downloaded the bakery.xml schema from the svn repository, but I
couldn't manage to export the SQL create script in DBDesigner (I'm
using version 4.0.5.6 Beta).
It says: That are circular relations.

Which version are you using?

Thanks!






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Bakery Source

2007-01-07 Thread Cadu


The file is on app\config\sql\bakery.sql

Thank you Ryan!

Ryan Snowden (Beijing) escreveu:


SQL is in app\config\bakery.sql


On Jan 8, 2007, at 4:26 AM, Cadu wrote:


 Hi,

 I downloaded the bakery.xml schema from the svn repository, but I
 couldn't manage to export the SQL create script in DBDesigner (I'm
 using version 4.0.5.6 Beta).
 It says: That are circular relations.

 Which version are you using?

 Thanks!


 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---