3 answers
0 votes
How do you configure a cake app to run in a Subdir?
I just created a new cake app in a subdir in our company's web server.
My problem is I don't know how to configure the web app to run on a Subdir.
Can you please tell me how to do it?
1 answer
3 votes
What is the best way to handle subdomains
I would like to have multiple subdomains pointed to my project. For instance, site1.web.com, site2.web.com, site3.web.com. What is the best way to accomplish this? Potentially, there will be 10,000 subdomains pointing to this project.
2 answers
0 votes
Cakephp project configure in hosting machine
Dear All
I create one cakephp project, it's working in my local after complitation of this project i have host this site in rimuhosting, but it's not working, when i create on
simple php page(index.php) it's working,please guid me how to configure...
1 answer
0 votes
Automatically carry-over/set Named Parameters Unto Created Links
Hi,
Let's say I have the following links and redirects for the first landing pages of my site:
// for a link:
echo $html->link('Some Link', array('controller' => 'home', 'action' => 'index', 'country' => 'uk'));
// example for a... 1 answer
0 votes
Using on IIS with no url rewrite
Hi, I've been evaluating CakePHP for a couple of days and have done the two tutorials. I ran them on IIS with the Helicon ISAPI_rewrite Lite module and everything work well. As part of my learning process I would like to get Cake running on IIS...
1 answer
0 votes
How do I setup CakePHP to work with EclipsePHP
How do I setup CakePHP so that it could work in accordance with EclipsePHP?
1 answer
0 votes
Having issues with custom route
I am attempting to build a catch all route for the non defined controllers and pass the action through to the new controller. I have the following:
Router::connect ('(?!accounts|pages|users)(.*)', array('controller'='sites'));
which will pass any...
0 answers
0 votes
Classes not being loaded
The working site exists online, which I copied to my localhost server in order to make edits to the images and stylesheets.
Im using XAMPP.
BUT, I am not seeing the JS slideshow images or the navigation?
Looks like the Classes aren't being...
2 answers
0 votes
SQL debug message not appearing
I'm using Cake 1.3-RC1, in my config/core.php, I'm still using debug level 2 :
Configure::write('debug', 2);
But as soon as I created a new layout, I don't see the SQL debug message again, do I need to include something in my layout for it to be...
3 answers
0 votes
Integrating smarty with CakePHP
Hi,
I am trying to integrate smarty 2.6.26 and Cake 1.3.
I am getting the following error:
Fatal Error (256):
Smarty error: [in /var/www/html/pms/cake/libs/view/errors/missing_controller.ctp line 45]:
syntax error: unrecognized tag 'var'...