Bonjour je suis sous ubuntu lucide , j'ai des soucis d'installation cake php ,
normalement lorsque je vais sur locahost/index.php j'ai plien d'erreur, de plus
il n'y pas de couleur , normalement on doit voir des font rouge ou orange
voici ce qu j'ai pour le début de l'écrant:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
 
 
CakePHP: the rapid development php framework
Release Notes for CakePHP 1.3.2.
Read the changelog
 
Notice (1024): Please change the value of 'Security.salt' in app/config/core.php to a salt value specific to your application [CORE/cake/libs/debugger.php, line 684]
Code
 
    function checkSecurityKeys() {
        if (Configure::read('Security.salt') == 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi') {
            trigger_error(__('Please change the value of \'Security.salt\' in app/config/core.php to a salt value specific to your application', true), E_USER_NOTICE);
 
Debugger::checkSecurityKeys() - CORE/cake/libs/debugger.php, line 684
include - CORE/cake/libs/view/pages/home.ctp, line 27
View::_render() - CORE/cake/libs/view/view.php, line 723
View::render() - CORE/cake/libs/view/view.php, line 419
Controller::render() - CORE/cake/libs/controller/controller.php, line 911
PagesController::display() - CORE/cake/libs/controller/pages_controller.php, line 83
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
require - APP/webroot/index.php, line 83
[main] - CORE/index.php, line 55
 
Notice (1024): Please change the value of 'Security.cipherSeed' in app/config/core.php to a numeric (digits only) seed value specific to your application [CORE/cake/libs/debugger.php, line 688]
Code
 
 
        if (Configure::read('Security.cipherSeed') === '76859309657453542496749683645') {
            trigger_error(__('Please change the value of \'Security.cipherSeed\' in app/config/core.php to a numeric (digits only) seed value specific to your application', true), E_USER_NOTICE);
 
Debugger::checkSecurityKeys() - CORE/cake/libs/debugger.php, line 688
include - CORE/cake/libs/view/pages/home.ctp, line 27
View::_render() - CORE/cake/libs/view/view.php, line 723
View::render() - CORE/cake/libs/view/view.php, line 419
Controller::render() - CORE/cake/libs/controller/controller.php, line 911
PagesController::display() - CORE/cake/libs/controller/pages_controller.php, line 83
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
require - APP/webroot/index.php, line 83
[main] - CORE/index.php, line 55
 
Your tmp directory is writable.
 
The FileEngine is being used for caching. To change the config edit APP/config/core.php
 
Your database configuration file is NOT present.
Rename config/database.php.default to config/database.php
Editing this Page
 
To change the content of this page, create: APP/views/pages/home.ctp.
To change its layout, create: APP/views/layouts/default.ctp.
You can also add some CSS styles for your pages at: APP/webroot/css.
Getting Started
 
newCakePHP 1.3 Docs
 
The 15 min Blog Tutorial
j'ai fait un
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
sudo chmod -R 777 www
mai rien a faire ca ne fonctionne pas

je vous remercie de la réponse si vous avez une idée