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.
0
votes
2answers
71 views
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 ...
2
votes
1answer
538 views
Nginx, memcached and cakephp: memcached module always misses cache
I've got a simple nginx configuration;
server{
servername localhost;
root /var/www/webroot;
location / {
set_md5 $memcached_key $uri;
index index.php index.html;
try_files $uri ...
1
vote
1answer
216 views
Configuring CakePHP on Hostgator
I have absolutely no idea what I am doing wrong here. I have followed just about every guide there is with installing cakephp on shared hosting and I am still having problems. I have also started over ...
0
votes
1answer
133 views
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 ...
0
votes
1answer
308 views
PHP CGI on IIS7 crash
I see an application error message in Windows Events Manager by PHP CGI every alternate hour. The message details are:
Faulting application name: php-cgi.exe, version: 5.3.6.0, time stamp: 0x4d81eb28
...
0
votes
1answer
594 views
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 ...
2
votes
0answers
410 views
Content Encoding Error on new IIS 7 server with PHP
I recently moved a PHP (Cake framework) development site from an IIS 6 (x86) server to an IIS 7 server (x64). The content is all the same and the URL rewriting works, but on the attempt to display the ...
1
vote
0answers
172 views
mysql error on xampp 1.7.7 for windows
All of a sudden my XAMPP installation is playing silly buggers when I try to Cake bake.
I get a recurring error:
SQLSTATE[HY000]: General error: 6 Error on delete of 'C:\xampp\tmp\#sql...MYD' ...
1
vote
0answers
220 views
Cakephp CSS file not loading
I have a website working on one server. I am changing hosting, so I created a website on another server for testing.
Everything seems to be working, except CSS. It is not loading at all. I have 777 ...
0
votes
0answers
53 views
Can I merge my htaccess rewrite requests into something more efficient?
I'm afraid my knowledge of .htaccess files is really sketchy and my understanding of regular expressions, and the like, is even worse. I was hoping I might find some guidance here.
I'm running a ...
0
votes
0answers
138 views
Cake Php After Php GD library installation comes error as appending 'index.php' in urls
I am using using Cake PHP with nginx server, inorder to enable captcha support , I installed the PHP GD library to server
After the installation , All the urls in cake php is appended with ...
0
votes
0answers
356 views
nginx virtual host not found
I'm trying to setup a cakephp development enviroment with nginx. The nginx + php was successful instaled since I get the right response from phpinfo(); But when I try to setup a virtual host located ...
0
votes
0answers
537 views
Cakephp:: Error: The requested address '/' was not found on this server?
My site was working perfectly this afternoon. But now, all of sudden, it gives me this error:
Error: The requested address '/' was not found on this server.
Any idea whats this error? Its the ...