Questions tagged [cakephp]

CakePHP is an open source web application framework for producing web applications. It is written in PHP, modeled after the concepts of Ruby on Rails, and distributed under the MIT License.

CakePHP is an open source web application framework for producing web applications. It is written in PHP, modeled after the concepts of Ruby on Rails, and distributed under the MIT License.

Official website

44 questions
0
votes
3 answers

PDO ODBC error just resets connection

Trying to write an ODBC PDO driver for CakePHP. Seems like I get closer and closer however whenever a PDO function is called that it doesn't like the connection just gets reset immediately and I'm not able to get any error information whatsoever.…
Shawn Welch
  • 531
  • 2
  • 4
  • 18
0
votes
1 answer

CakePHP Issue - site errors up

I have a cakePHP site and I moved the site over to a new server today and for some reason I keep getting errors. It works fine on another server but this new one that has cpanel does not seem to be working right. Not sure what the issue is. Some of…
Tiffany Walker
  • 6,541
  • 13
  • 53
  • 77
0
votes
1 answer

Need help translating this htaccess rewrite rule to Nginx

Hi – I've been struggling with this for days. It seems simple but I just can't get it done. I have a site developed in CakePHP. There's a script that responds to /css/profiles/g/whatever.css ("whatever" being whatever, it is actually a parameter…
luchomolina
  • 129
  • 5
0
votes
1 answer

Critical Virus infection with PHP website. What are the options to remove Virus?

Possible Duplicate: My server's been hacked EMERGENCY I have a critical virus infection to one of my website. There is a additional script found added at footer of few web pages . the pages are html pages. and all his index.php has a curl script…
Saurabh
  • 101
  • 4
0
votes
2 answers

Trying to connect to mysql via php command line through XAMPP (ubuntu/cakephp)

I am trying to run the cake shell through xampp and I am running into some issues. What works I can connect PHP to Mysql while running through apache (in web browser) I can run the PHP CLI in bash by typing php, I set up the bin folder under xampp…
Parris
  • 329
  • 3
  • 16
0
votes
2 answers

why mod_rewrite is not working

I enabled the mod_rewrite in apache by following this article : http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/ but still when i run the cake php folder it say : URL rewriting is not properly configured on your…
Rahul Mehta
  • 919
  • 3
  • 11
  • 13
0
votes
3 answers

Steps to optimize an IIS server for PHP

I've inherited a very slow PHP site running on IIS and I'm trying to maximize it's performance. The issue is all in the Time to First Byte (TTFB), with 1500ms TTFB for an almost empty page and an average of 2500ms TTFB on most pages. The Database…
Ben Brocka
  • 229
  • 1
  • 4
  • 12
0
votes
3 answers

where is cakephp installed ubuntu10.10

I just did apt-get install cakephp and it installed cake php but I have no idea where the root directory is. How can I find that? I'm using ubuntu 10.10
user50946
  • 473
  • 2
  • 7
  • 18
0
votes
1 answer

When I try to access a website without www I get access denied

I have an apache web server on a debian machine. I'm using virtualmin to administer virtual hosts. I have two sites on this server right now, when I try to access one site without the www in the URL I get an access denied. The other site is fine.…
madphp
  • 379
  • 3
  • 12
0
votes
1 answer

How does everyone set up AWS for PHP with a git workflow while worrying about distributing EC2?

I have been looking for something like heroku but for php, and after much frustration (and almost finding what I need, but not quite) we decided to just go with AWS without any other abstraction. We are using PHP 5.3 (and CakePHP 1.3), and are…
Parris
  • 329
  • 3
  • 16
0
votes
3 answers

How to setup multiple subdomains on lampp?

down vote favorite Hi , I need to set up multiple projects on lampp. How can i create sub domains for these multiple projects. My projects are in cakePHP. Can anyone help me?
Dora
  • 11
  • 3
-1
votes
1 answer

Using htaccess change the website default index file from root folder to sub folder, site other pages should still work from root folder

Using htaccess how to change the PHP website default home page ie index.php file from root folder ie "html" to sub folder(say it 'subfolder') but site should still work as before ie the home page will be from 'subfolder' but other pages will still…
Praveen
  • 21
  • 3
-1
votes
1 answer

How to stop Nginx sending static file requests to the CakePHP app controller when running Cake in a subdirectory?

I'm trying to run a CakePHP app from within a subfolder on Nginx, but the static files are not being found and are instead being passed to the app controller. Here's my current config: location /uniquetv { index index.php index.html; …
robotmay
  • 115
  • 1
  • 5
-1
votes
1 answer

how to install cakephp on cpanel?

I tried to install cakephp om cpanel, but it does not work because of directory sturucture as i think if you provide me with guide line
abdul
  • 121
  • 1
  • 6
1 2
3