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 [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