Har uden held brugt en formiddag på at prøve at få cakePHP til at køre på localhost.
Ubuntu opsætning af "cake" - i tilfælde af: "Could not open input file: /usr/share/php/cake/console/cake.php"
# cd /usr/share/php/cake
# ln -s /var/www/cake/cake/console console
Standardopsætningen linker til en forkert mappe.
Husk at ændre:
Please change the value of 'Security.salt' in app/config/core.php 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 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
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
Please change the value of 'Security.cipherSeed' in app/config/core.php
Cake bager; men man kan ikke se siderne: "The requested URL /cake/posts was not found on this server."
Hold k... hvor er det besværligt. Bump!
Ja, når CakePHP kører er det så nemt. Når det ikke kører, så kører det ikke. Nu lader jeg det ligge en tid. Hvorfor skal det være så besværligt at lave noget der skulle gøre det let??
No comments:
Post a Comment