Good morning, first of all, thanks to everyone for trying to help me in cakephp, I am totally new.
I was asked to migrate from server a web made in cakephp 1.2.1.8004 version.
The web is installed in a windows 2003 server and I have moved it to an apache server in 1and1.
The web works perfectly for me, minus the links
/ posts
/ news
/ admin
The original website is wwww.cosnor.com
I have moved it to my server in 1and1 and with apache, not internet information services of windows, in the url cosnor2.idsoft.es
I created the .htaccess in / app / webroot
RewriteEngine On
RewriteBase /
RewriteCond% {REQUEST_FILENAME}! -d
RewriteCond% {REQUEST_FILENAME}! -f
RewriteRule ^ (. *) Index.php? Url = 1 [QSA, L]
</ IfModule>
If I put debug in core.php i see these errors:
eprecated: Assigning the return value of new by reference is deprecated in /homepages/18/d302240380/htdocs/websclientes/cosnorwebantigua/cake/libs/debugger.php on line 99
Deprecated: Assigning the return value of new by reference is deprecated in /homepages/18/d302240380/htdocs/websclientes/cosnorwebantigua/cake/libs/debugger.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in /homepages/18/d302240380/htdocs/websclientes/cosnorwebantigua/cake/libs/file.php on line 96
Strict Standards: Non-static method Debugger::invoke() should not be called statically, assuming $this from incompatible context in /homepages/18/d302240380/htdocs/websclientes/cosnorwebantigua/cake/libs/debugger.php on line 574
Strict Standards: Non-static method Debugger::getInstance() should not be called statically, assuming $this from incompatible context in /homepages/18/d302240380/htdocs/websclientes/cosnorwebantigua/cake/libs/debugger.php on line 574
Missing Component File
Error: The component file was not found.
Error: Create the class SessionComponent in file: app/controllers/components/session.php
<?php
class SessionComponent extends Object {
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_component_file.ctp
Everything works OK minus the links to news, posts and admin
I hope someone can help me, I do not give with the problem.
Thank you