Re: Cakephp 2.6.4 - On IIS localhost works fine, after uplocal to Hostgator don't

2015-05-06 Thread McBuck DGAF
> At our local server we developed an application (it is a Win 7 environment > with IIS 7 and php 5.5) .. > > So we upload to a Linux (on hostgator and php 5.5) and the application > crush on a blank screen (and really nothing appears) ... > Linux paths are case sensitive,

Re: Cakephp 2.6.4 - On IIS localhost works fine, after uplocal to Hostgator don't

2015-05-05 Thread Leandro Machado Pereira
Try to enable the display_errors options in your php.ini or in .htaccess. You shouldn't had use the session with the native Em ter, 5 de mai de 2015 11:18, CLÁUDIO BAIMA escreveu: > Hi all, > > At our local server we developed an application (it is a Win 7 environment > with

Cakephp 2.6.4 - On IIS localhost works fine, after uplocal to Hostgator don't

2015-05-05 Thread CLÁUDIO BAIMA
Hi all, At our local server we developed an application (it is a Win 7 environment with IIS 7 and php 5.5) .. So we upload to a Linux (on hostgator and php 5.5) and the application crush on a blank screen (and really nothing appears) ... Both of them has php-session under the same conditions

Cakephp Url rewrite issue in IIS server

2014-09-10 Thread anoop vt
Hi Guys, I am stuck with Cakephp Url rewrite issue in IIS Server,it is not working as it should with .htaccess on appache server,i got the web.config code for iis server from Cakephp site,this one

CakePHP v2.4.3 / PHP 5.5.3 Crashing on IIS 8.5 Windows 2008 R2

2013-12-10 Thread Matt Grofsky
Having an issue where I'm using PHP 5.5.3 Crashing on IIS 8.5 Windows 2008 R2 using the php_pdo_sqlsrv_55_nts.dll and cakePHP v2.4.3 This problem does not occur outside of CakePHP Driving me crazy and can't figure out whats going on. There is no specific error generated fro this

Re: CakePHP 2.2.2 and IIS 8

2012-12-21 Thread Nathaniel Sumaya
For cakephp running on IIS7 refer here <http://jquerydate.blogspot.com> On Fri, Dec 21, 2012 at 6:15 PM, FlorianK wrote: > Hi, > after I spend serveral hours getting CakePHP to Work on IIS 8, I thought I > could publish my web.conifg file. Maybe it works also on IIS 7 and

CakePHP 2.2.2 and IIS 8

2012-12-21 Thread FlorianK
Hi, after I spend serveral hours getting CakePHP to Work on IIS 8, I thought I could publish my web.conifg file. Maybe it works also on IIS 7 and so on. Merry Christmas. Florian

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-12-11 Thread Jorick de Lange
osts/index' without a problem. >> >> Thank you anyway! >> >> Jorick. >> >> Op zaterdag 1 december 2012 01:20:30 UTC+1 schreef nutty het volgende: >>> >>> I had my cakephp running in IIS and it works perfectly for me. see >>> http://jq

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-12-07 Thread Nathaniel Sumaya
27;t working. URL Rewriting is, > though, 'cause I could acces '/posts/index' without a problem. > > Thank you anyway! > > Jorick. > > Op zaterdag 1 december 2012 01:20:30 UTC+1 schreef nutty het volgende: >> >> I had my cakephp running in IIS and

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-30 Thread Jorick de Lange
2012 01:20:30 UTC+1 schreef nutty het volgende: > > I had my cakephp running in IIS and it works perfectly for me. see > http://jquerydate.blogspot.com > > On Sat, Dec 1, 2012 at 5:50 AM, Jorick de Lange > > > wrote: > >> Well, it makes sense to me... So, if I'm

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-30 Thread Nathaniel Sumaya
I had my cakephp running in IIS and it works perfectly for me. see http://jquerydate.blogspot.com On Sat, Dec 1, 2012 at 5:50 AM, Jorick de Lange wrote: > Well, it makes sense to me... So, if I'm not mistaken, the system runs 'as > it should be', right? Then I can stop b

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-30 Thread Jorick de Lange
Well, it makes sense to me... So, if I'm not mistaken, the system runs 'as it should be', right? Then I can stop bug-fixing things that aren't bugs... ;-) Thanks, Jorick. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received th

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-30 Thread lowpass
On Fri, Nov 30, 2012 at 8:51 AM, Jorick de Lange wrote: > OK... So, what I've got now: > > Working > - dev.ov-ervaringen.nl/ > - dev.ov-ervaringen.nl/posts/index > > Not working: > - dev.ov-ervaringen.nl/index.php You shouldn't add "index.php" to the URL. The Rewrite Rules work by passing the arg

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-30 Thread Jorick de Lange
OK... So, what I've got now: Working - dev.ov-ervaringen.nl/ - dev.ov-ervaringen.nl/posts/index Not working: - dev.ov-ervaringen.nl/index.php The error (Notice (8): Undefined index: post) in /posts/index was a typo. I removed all the web.config files in /app/ and /app/webroot/, and created o

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-30 Thread Jorick de Lange
Oh, what I've forgot to mention: in app/Config/core.php debug is set to 2. Jorick. Op vrijdag 30 november 2012 01:04:24 UTC+1 schreef cricket het volgende: > > Please define "Nothing" for us. > > Also, do you have debug set to 2? > > On Thu, Nov 29, 2012 at 7:44 AM, Jorick de Lange > > wrote:

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-30 Thread Jorick de Lange
Hi Reuben and Cricket, At least, something is working. While I've posted this issue here in the groups I started to backtrace the problem. What I've done now, is import the .htacces in /root/ to my web.config in /root/ AND copy the recommended web.config from the CakePHP book into the web.confi

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-29 Thread Reuben
My guess is there is a problem with the web.config and URL rewrites. The web.config files you have, don't quite look like the recommended web.config at http://book.cakephp.org/2.0/en/installation/advanced-installation.html Unfortunately, I've not played with CakePHP on IIS7 using this method of

Re: IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-29 Thread lowpass
Please define "Nothing" for us. Also, do you have debug set to 2? On Thu, Nov 29, 2012 at 7:44 AM, Jorick de Lange wrote: > Hi everyone, > > So, I (we, actually) decided to create a website. Because of the need to > extend later on, we decided to use a framework. CakePHP looked very well to > fi

IIS 7, CakePHP 2.2.3 and the Blog Tutorial

2012-11-29 Thread Jorick de Lange
Hi everyone, So, I (we, actually) decided to create a website. Because of the need to extend later on, we decided to use a framework. CakePHP looked very well to fit our needs. Installed it, configured it, and after some .htacces import to web.config files, it was functional! See http://dev.ov-

Url rewrite not working, CakePHP 2.1.2 IIS 6 Helicon ISAPI_rewrite 3

2012-06-04 Thread Matt
Hi, It's me, back again for help on url rewrite! It seems there has been a change from 2.0 to 2.1 and ISAPI_rewrite no longer works correctly. This is my current setup Windows Server 2003 IIS 6 PHP 5.4.3 ISAPI_rewrite 3.1.0.88 My app is in a virtual directory 'report_monit

Re: David Persson Media Plugin on IIS 7

2012-02-06 Thread John Emmanuel
Hi Jeremy, Nothing in the app debug logs. However I looked at the IIS server logs. All requests to the uploaded images are being routed through index.php. I have used the rewrite rules from here - http://book.cakephp.org/1.3/view/1636/URL-Rewrites-on-IIS7-Windows-hosts I am not sure if I

Re: David Persson Media Plugin on IIS 7

2012-02-06 Thread jeremyharris
If the 404 isn't being sent by the server, it's probably being sent by Cake. Turn on debug to see what errors cake generates, or look at the debug log (/tmp/logs/debug.log). Any clues in there? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the n

Re: David Persson Media Plugin on IIS 7

2012-02-06 Thread John Emmanuel
Hi Jeremy, Thank you very much for you reply. I have not protected the media folders (no htaccess in media folder). Also Godaddy is the hosting provider and I am tied to IIS. I had already removed 'recursive permissions' from parent for the media, transfer and filter folder (and subfo

Re: David Persson Media Plugin on IIS 7

2012-02-06 Thread jeremyharris
If you used the media shell to protect your files, it *could* be why. Check for an .htaccess file under /webroot/media. If not, we'll need more information. Can you get to them locally? Did you check to make sure they are uploaded correctly? Were the permissions you set recursive? -- Our newe

David Persson Media Plugin on IIS 7

2012-02-06 Thread John Emmanuel
I am trying to get the plugin to work on IIS 7. I have set the correct permissions to the media folder under webroot. However I am getting a 404 when i try to access uploaded images. Server logs show a 200 status. I am a newbie to cake and media plugin. Could somebody tell me what the problem

Re: CakePHP v2.0.2 on IIS 5.1 (Win2k) ISAPI_rewrite not functioning

2011-11-08 Thread Yaroslav Govorunov
Hello! It seems like the version of ISAPI_Rewrite you are using is old. This problem should not appear in new version of ISAPI_Rewrite 3. Your code should work with no modifications. Please try to upgrade your ISAPI_Rewrite installation. On Nov 8, 3:58 am, Matt Murphy wrote: > I think you're l

Re: CakePHP v2.0.2 on IIS 5.1 (Win2k) ISAPI_rewrite not functioning

2011-11-07 Thread Matt Murphy
I think you're looking at a Microsoft regex issue. That is the proper rule for apache. Although, I've not found use of ? to be mistaken in, to pick a Microsoft Regex library at random, VBscript Regex 5.5. I don't know what is in use by ISAPI_rewrite. Matt Murphy On Mon, Nov 7, 2011 at 8:46 P

Re: CakePHP v2.0.2 on IIS 5.1 (Win2k) ISAPI_rewrite not functioning

2011-11-07 Thread Matt
Arrg This was the htaccess from my webroot: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,L] The error is the ? after index.php. I removed that and

Re: CakePHP v2.0.2 on IIS 5.1 (Win2k) ISAPI_rewrite not functioning

2011-11-06 Thread euromark
.php?/$1', '/index.php\?url=\$1/', 'index.php?/\\$1' ), ); make sure your htaccess contains the last string On 6 Nov., 17:40, Matt wrote: > I'm trying to get CakePHP 2 to work on an old

CakePHP v2.0.2 on IIS 5.1 (Win2k) ISAPI_rewrite not functioning

2011-11-06 Thread Matt
I'm trying to get CakePHP 2 to work on an older laptop with Win2k/IIS 5.1. Previous versions of CakePHP worked fine, 1.2, 1.3 but 2.0 isn't working. I think I've tried just about every combination (except the correct one, of course!) Here is the htaccess from my webroot folder,

Re: How can I run cakephp in IIS server (windows)

2011-04-16 Thread Yuka Poppe
compatible with mod_rewrite's syntax. Regards, Yuka On Sat, Apr 16, 2011 at 8:50 PM, ShadowCross wrote: > The Cookbook has a section on setting up the URL rewrites on IIS for > CakePHP: > > http://book.cakephp.org/view/1636/URL-Rewrites-on-IIS7-Windows-hosts > > On Apr

Re: How can I run cakephp in IIS server (windows)

2011-04-16 Thread ShadowCross
The Cookbook has a section on setting up the URL rewrites on IIS for CakePHP: http://book.cakephp.org/view/1636/URL-Rewrites-on-IIS7-Windows-hosts On Apr 16, 9:13 am, AD7six wrote: > On Apr 15, 6:03 pm, Brij wrote: > > > Hi All, > > > I just setup my window IIS serve

Re: How can I run cakephp in IIS server (windows)

2011-04-16 Thread AD7six
On Apr 15, 6:03 pm, Brij wrote: > Hi All, > > I just setup my window IIS server and I wanna install cakephp on it. > Currenty it is not running as you > know cake uses mod_wewrite. > > Help me. Sure - did you try turning it on and off? -- Our newest site for the com

How can I run cakephp in IIS server (windows)

2011-04-16 Thread Brij
Hi All, I just setup my window IIS server and I wanna install cakephp on it. Currenty it is not running as you know cake uses mod_wewrite. Help me. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http

IIS Challenge Response Authentication and LDAP

2011-04-08 Thread Deftly-D
I know that there are plenty of posts about authentication using LDAP but I don't see any using IIS's challenge response with CakePHP grabbing the sid, username and email address from LDAP. Does anyone have a solution for this? DD -- Our newest site for the community: CakePHP Video Tutorials h

Re: IIS

2010-12-18 Thread Daniel Watson
Perhaps, but I don't know why you would want to. On Nov 22, 2010 10:55 AM, "Kevin Davis" wrote: > Hi there, > > Can CakePHP work on IIS?? > > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. > > Y

Re: Issues with URL Rewriting in IIS

2010-12-14 Thread Tobi
... Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this

Issues with URL Rewriting in IIS

2010-12-13 Thread Tobi
Hi together, I used the article from the cookbook ( http://book.cakephp.org/de/view/1636/URL-Rewrites-on-IIS7-Windows-hosts ) to setup the web.config for my IIS to rewrite the URLs, but the access on the files in webroot doesn't work as it should. All requests are handled to the index.php,

Re: IIS

2010-11-23 Thread pave2009
Yes, It works!! here is the link: http://bakery.cakephp.org/articles/filippo.toso/2008/01/29/cakephp-on-iis hope it solves the problem. On Nov 22, 10:28 pm, Kevin Davis wrote: > Hi there, > > Can CakePHP work on IIS?? Check out the new CakePHP Questions site http://cakeqs.org and he

IIS

2010-11-22 Thread Kevin Davis
Hi there, Can CakePHP work on IIS?? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email t

Re: Cake & IIS

2010-05-21 Thread WhyNotSmile
k to get up and running (although I lost pretty urls - if you need those, it may be more complex). Sharon On May 21, 5:09 pm, McFrosty wrote: > Howdy all, > > I have what is probably a stupid question.  I have to run cake in an > IIS environment without redirection.  I am able to get

Cake & IIS

2010-05-21 Thread McFrosty
Howdy all, I have what is probably a stupid question. I have to run cake in an IIS environment without redirection. I am able to get to the apps as needed, but I'm having a tough time with the webroot folder, or more precisely, the information under there. It appears that none of my page

Re: CakePHP on IIS with UrlScan on shared hosting

2010-05-06 Thread rei...@gmail.com
Luckily i resolved it myself. The solution was to add the following to my routes.php: Router::connectNamed(true, array('argSeparator'=>';')); Greetingz, Reijer On 3 mei, 14:35, "rei...@gmail.com" wrote: > Hello, > > i'm trying to setup a CakePHP applicatie on a sharedIIShosting, this > is work

CakePHP on IIS with UrlScan on shared hosting

2010-05-03 Thread rei...@gmail.com
Hello, i'm trying to setup a CakePHP applicatie on a shared IIS hosting, this is working but when i use a colon in the url i get a '400 bad request'. Is there a way to avoid the colon and replace it with something else? Greetings, Reijer Check out the new CakePHP Ques

Re: Strange Behavior on IIS

2010-04-06 Thread Dr. Loboto
You may copied Cake caches when created dev installation. Clear caches in both instances and it will solve problems. On Apr 6, 5:07 am, JivaEric wrote: > Hello everyone- > > I have a weird issue I can't seem to figure out. I have two instances > of the same code on a Windows s

Strange Behavior on IIS

2010-04-05 Thread JivaEric
Hello everyone- I have a weird issue I can't seem to figure out. I have two instances of the same code on a Windows server running IIS. The first code (prod) is running fine. I copied the code and set up a separate domain (dev) for staging and development. As I was working I noticed tha

Re: iis micronovae mod-rewrite

2010-03-23 Thread miryamfv
just fyi, i solved the issue. the problem was I had cakephp on a subfolder, so i just added a RewriteBase /subfolder/ to the .htaccess On Mar 19, 2:07 am, miryamfv wrote: > Hello, > > I'm trying to get mod_rewrite to work on iis, my hosting company is > using themicronovaemodule

iis micronovae mod-rewrite

2010-03-19 Thread miryamfv
Hello, I'm trying to get mod_rewrite to work on iis, my hosting company is using the micronovae module but which allows you use a .htaccess file, but I cant make it work, does anybody know about this? Thank you very much Check out the new CakePHP Questions site http://cakeqs.org and

Re: Cake + IIS + MSSQL? Should I bother?

2009-07-28 Thread JamesF
cake shouldn't need anything special to run on IIS, just make sure your core config is set up for mssql there might be some url routing issues with .htaccess that are specific to IIS of which I cannot comment since i work with apache. On Jul 29, 12:49 am, Menkes wrote: > I am a long

Cake + IIS + MSSQL? Should I bother?

2009-07-28 Thread Menkes
I am a long time PHP advocate living in an IIS + MSSQL world. I have always coded by hand because most everything PHP was *NIX based. I'd like to move to a stable framework. I was checking out symfony and while I liked what they showed, the fact is nearly every single action required res

Re: IIS + CakePHP + ISAPI_Rewrite 3

2009-07-13 Thread deizel.
wrote: > > > Have you you read this: > > >http://bakery.cakephp.org/articles/view/cakephp-on-iis6-with-fastcgi-... > > > I am guessing you are using IIS6 and you missed one step where you > > have to run "Helicon Manager.exe" to 'import' the co

Re: IIS + CakePHP + ISAPI_Rewrite 3

2009-07-13 Thread Stephen Cuppett
articles/view/cakephp-on-iis6-with-fastcgi-sql-server-2005-and-isapi_rewrite > > I am guessing you are using IIS6 and you missed one step where you > have to run "Helicon Manager.exe" to 'import' the content of .htacess > (if you are using IIS 6) > After done th

Re: IIS + CakePHP + ISAPI_Rewrite 3

2009-07-11 Thread zonium
Have you you read this: http://bakery.cakephp.org/articles/view/cakephp-on-iis6-with-fastcgi-sql-server-2005-and-isapi_rewrite I am guessing you are using IIS6 and you missed one step where you have to run "Helicon Manager.exe" to 'import' the content of .htacess (if you ar

Re: IIS + CakePHP + ISAPI_Rewrite 3

2009-06-28 Thread Richard Stroobach
No answer yet. :-( Is there anyone who has IIS + cakePHP + ISAPI_Rewrite working? On Jun 18, 12:36 pm, Richard Stroobach wrote: > Hello, > > For a couple of days I'm trying to get CakePHP working on a Windows > IIS machine with ISAPI_Rewrite 3. I've tried all the poss

IIS + CakePHP + ISAPI_Rewrite 3

2009-06-18 Thread Richard Stroobach
Hello, For a couple of days I'm trying to get CakePHP working on a Windows IIS machine with ISAPI_Rewrite 3. I've tried all the possible options I could find on the net, but can't get it to work. When I uncomment the line: Configure::write('App.encoding', 'UTF

Re: IIS and isapi_rewrite 3

2009-02-07 Thread Jo
thanks, but this solution seems to be outdated. Does anyone have a recent experience with the combination cakephp + iis + isapi_rewrite 3 ? On Feb 7, 1:37 am, Son Dat Giang wrote: > I found it via > googlehttp://markmail.org/message/mjpds44riiet3kvr#query:iis_rewrite%20cake... >

Re: IIS and isapi_rewrite 3

2009-02-06 Thread Son Dat Giang
, giangson...@yahoo.com On Fri, Feb 6, 2009 at 12:36 PM, Joos wrote: > > Hello, > > I'm new at Cake. > > Unfortunately I have to work with IIS. I have installed Isapi_Rewrite > 3 (from Helicon) but I don't know how to get it working. > > Does anybody know the se

IIS and isapi_rewrite 3

2009-02-06 Thread Joos
Hello, I'm new at Cake. Unfortunately I have to work with IIS. I have installed Isapi_Rewrite 3 (from Helicon) but I don't know how to get it working. Does anybody know the settings for the combination cake + iis + isapi_rewrite 3? My app's url is http://serverna

Re: CakePHP on IIS 6 - open_basedir restriction in effect

2008-08-28 Thread RichardAtHome
After more digging, I've managed to get rid of the open base dir error (comment out open_basedir setting in php.ini) Now I have another issue... Under Apache, the following code: produces the following output: /app/webroot/user_muses/foo.jpg Under IIS, it breaks because the outp

Re: IIS 5.1 & Hello World

2008-08-26 Thread Sam Sherlock
http://book.cakephp.org/view/308/installing-cakephp http://www.google.co.uk/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-GB%3Aofficial&hs=u0T&q=cakephp+windows+iis&btnG=Search&meta= 2008/8/26 mjverostek <[EMAIL PROTECTED]> > > Anyone have good ins

IIS 5.1 & Hello World

2008-08-26 Thread mjverostek
Anyone have good instructions for installing/configuring CakePHP on IIS 5.1 and a simple Hello World application to get me started out? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group.

CakePHP on IIS 6 - open_basedir restriction in effect

2008-08-26 Thread RichardAtHome
After a bit of struggling, I've managed to get a CakePHP app running on IIS. I've running it without mod_rewrite so I followed the instructions in core.php and removed .htaccess files and uncommented the line: Configure::write('App.baseUrl', env('SCRIPT_NAME

Re: IIS issue with webroot

2008-07-18 Thread regent
Anyone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options,

IIS issue with webroot

2008-06-27 Thread regent
Hello, I have a problem with the proper webroot when using CakePHP with IIS. For example, images go into app/webroot/img. code: $html->image('img.gif'); should produce: but instead it produces: How can this be fixed? Due to this issue, in my .css files, background images

Re: CakePHP 1.2 RC1 on IIS with ISAPI_Rewrite

2008-06-18 Thread uniacid
hen I have this uncommented > > "Configure::write('App.baseUrl', env('SCRIPT_NAME'));" > > but it is not a solution as it takes away the pretty URL's which I'd > rather keep and that is why I've been trying ISAPI_Rewrite with IIS, > it works bu

CakePHP 1.2 RC1 on IIS with ISAPI_Rewrite

2008-06-17 Thread uniacid
not being pulled, they work when I have this uncommented "Configure::write('App.baseUrl', env('SCRIPT_NAME'));" but it is not a solution as it takes away the pretty URL's which I'd rather keep and that is why I've been trying ISAPI_Rewrite with IIS, it

Re: IIS - sessions disappearing

2008-06-05 Thread James K
Are you running PHP on IIS with fastcgi? If not, I would strongly suggest it: http://bakery.cakephp.org/articles/view/cakephp-on-iis6-with-fastcgi-sql-server-2005-and-isapi_rewrite Next, I would check the session settings in my php.ini file to make sure the timeout isn't super sho

IIS - sessions disappearing

2008-06-05 Thread regent
I'm using IIS. I can write to a session and read from it within the same page, but when I go to a different page the session no longer exists. Any ideas what the issue is? in controller/index $this->Session->write('test', 'this is a test'); $test = $this-&

Setup Cake on Windows IIS server with other non-Cake sites

2008-04-02 Thread joeB
My company has just launched a new Cake website and things worked well (using Helicon ISAPI_rewrite on Windows 2003 server running IIS 6.0). Problem is we have legacy sites that also need to run on this server until I can get them implemented in Cake. I'm having problems setting up thes

CakePHP V1.2.x.x on IIS?

2008-02-18 Thread robdeman
Hi all, I have been trying to get CakePHP V1.2.x.x (1.2.0.6311 beta to be specific) to run under IIS. Setup: IIS 5.1 on WinXP - PHP V4.3.4 When using Cake straight out of the box with only a DB connection configured, it complains that the cache is not working. tmp directory is writable. Any

IIS: Invalid URLs

2007-12-03 Thread Jack
Hi All Just ran through the typical "notes" example on IIS using scaffold to do the CRUD. I called up: http://localhost/php/cake/app/?notes and get the "List Notes" screen. However, clicking on "New Note" leads to the following invalid URL: /php/cake/app/index.php/

Re: Woo Hoo! IIS Problems Solved! Somewhat...

2007-11-21 Thread Christopher E. Franklin, Sr.
Thanks John! I appreciate that! On Nov 20, 1:08 pm, "Jon Bennett" <[EMAIL PROTECTED]> wrote: > > I feel so relieved! > > great news Christopher!! I've been watching this thread hoping to read > something along those lines! > > jb > > -- > > jon bennett > w:http://www.jben.net/ > iChat (AIM): jbe

Re: Woo Hoo! IIS Problems Solved! Somewhat...

2007-11-20 Thread Jon Bennett
> I feel so relieved! great news Christopher!! I've been watching this thread hoping to read something along those lines! jb -- jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett --~--~-~--~~~---~--~~ You received this message becau

Woo Hoo! IIS Problems Solved! Somewhat...

2007-11-20 Thread Christopher E. Franklin, Sr.
> still does not work. In the end I started to write a new framework of > my own. > > Here's the kicker, I started developing in Eclipse and testing on a > Gentoo Linux Apache server. Everything was great. I get home and > load up the files off my thumb drive onto my laptop

Re: CAKEPHP with IIS CGI error

2007-11-20 Thread Christopher E. Franklin, Sr.
e included this in the first > message, but the setup is: Win2K3, Microsoft IIS 6, PHP 4.3.10 w/ > FastCGI. > > Unfortunately I'm on a shared host and modify the system config, and I > receive that CGI error on any page within Cake. > > I'll fool around with the const

Re: CAKEPHP with IIS CGI error

2007-11-20 Thread trooney
Hi Chris, Thanks for the repsonse. Should have included this in the first message, but the setup is: Win2K3, Microsoft IIS 6, PHP 4.3.10 w/ FastCGI. Unfortunately I'm on a shared host and modify the system config, and I receive that CGI error on any page within Cake. I'll fool aroun

Re: CAKEPHP with IIS CGI error

2007-11-19 Thread Christopher E. Franklin, Sr.
What version of IIS? Download the FastCGI Tech preview for your IIS version, download the php 5.2 zip file(not the installer). Unzip fastcgi, browse to that dir in command prompt and type fcgi /install and then type fcgi /add C:\php\php-cgi.exe php and then restart IIS. Your php files should

Re: CAKEPHP with IIS CGI error

2007-11-19 Thread trooney
*Bump* Anyone solved this problem? I am using CakePHP 1.2 pre-beta and not terribly familiar with IIS. In my core.php I've uncommented: -- Configure::write('App.baseUrl', env('SCRIPT_NAME')); And Added -- define('SERVER_IIS', tru

Re: Issue on IIS

2007-11-17 Thread Christopher E. Franklin, Sr.
Same problems here with IIS buddy, cake just was not meant for IIS not matter what anyone else says On Oct 12, 10:21 am, patcoll <[EMAIL PROTECTED]> wrote: > I'm having some problems with simple page dispatching on IIS. After > circumventing the BASE_URL routing, which doesn&#

Re: IIS Rewriting with free rewrite engine

2007-10-16 Thread gearb0x
ith Cake: > > http://www.isapirewrite.com/ > > gearb0xwrote: > > Hey, > > > Has anyone used this for rewriting on IIS: > > >http://cheeso.members.winisp.net/IIRF.aspx > > > If so what rules did you use to make cakephp work > > > Thanks > > Ph

Re: Issue on IIS

2007-10-15 Thread Gwoo
what version of cake are you using? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMA

Re: Issue on IIS

2007-10-15 Thread DouglasPhillips
On Oct 12, 1:21 pm, patcoll <[EMAIL PROTECTED]> wrote: > I'm having some problems with simple page dispatching on IIS. After > circumventing the BASE_URL routing, which doesn't work on this IIS > (the following gives a 404): (snip) > Anyone have similar issues

Issue on IIS

2007-10-12 Thread patcoll
I'm having some problems with simple page dispatching on IIS. After circumventing the BASE_URL routing, which doesn't work on this IIS (the following gives a 404): index.php/controller/action Even the manual url variable pass doesn't work: index.php?url=controller/action And I

Re: CAKEPHP with IIS CGI error

2007-10-11 Thread CakeMan
an <[EMAIL PROTECTED]> wrote: > Hi ALL, > > I am having an trouble running Cakephp with IIS. It is giving me the > error as "CGI Error > The specified CGI application misbehaved by not returning a complete > set of HTTP headers." > > What is the problem ? Pleas

CAKEPHP with IIS CGI error

2007-10-11 Thread CakeMan
Hi ALL, I am having an trouble running Cakephp with IIS. It is giving me the error as "CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers." What is the problem ? Please help me out to run cakephp on IIS as my client only has IIS/Wind

Re: IIS Rewriting with free rewrite engine

2007-10-10 Thread Vivek Narula
Nate , can you please provide me some more info about ISAPI_REWRITE for IIS. I need to implement this on Online server for IIS. My hosting company also referred me this ISAPI_REWRITE settings. I have gone thro this website, there is an paid component and other is free one. Can you please

Re: IIS Rewriting with free rewrite engine

2007-10-10 Thread nate
I don't know anything about that one, but I've successfully implemented this one with Cake: http://www.isapirewrite.com/ gearb0x wrote: > Hey, > > Has anyone used this for rewriting on IIS: > > http://cheeso.members.winisp.net/IIRF.aspx > > If so what rules d

IIS Rewriting with free rewrite engine

2007-10-09 Thread gearb0x
Hey, Has anyone used this for rewriting on IIS: http://cheeso.members.winisp.net/IIRF.aspx If so what rules did you use to make cakephp work Thanks Phill --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: Solved with Hack: IIS issues + cake 1.2 and no mod_rewrite stuff

2007-08-20 Thread Gwoo
this is not the way to set the base in 1.2. If you are using the current nightly, you can set Configure::write('App.base', '/path/to/index'): in your core.php Cake will use this path without doing anything tricky. If you want to make your app more portable, then use Configure::write('App.baseUrl',

Solved with Hack: IIS issues + cake 1.2 and no mod_rewrite stuff

2007-08-20 Thread daschl
Hey guys! After searching through the discussion lists and talking on the irc i was not able to get cake 1.2 and IIS playing nice together.. Then i played around with the index.php and modified it so that is is working for me, maybe you can benefit from it (but, of course its a really dirty hack

Problems with Cake and IIS

2007-07-09 Thread carbonize42
I was wondering if anybody has had routing problems with cake and IIS? on my local IIS, everything has been fine, but when I upload to the client's IIS server, things start going haywire. I tried doing a virtual directory directly to the webroot, but then the css paths and img paths we

Cake 1.1 w/IIS -- should one upgrade to 1.2?

2007-06-29 Thread Cory Preus
Hi all, I'm currently trying to run 1.1 on IIS5 without pretty URLs. I've uncommented "define ('BASE_URL', env('SCRIPT_NAME') );", but when the following Cake generated link goes through: http://www.domain.com/index.php/controller/action It renders the default controller. If I change the post .

Re: Oracle and Cake 1.2 on IIS

2007-06-21 Thread wralph
Answering my own question here, but this problem is due to a bug in cake\libs\model\datasources\dbo\dbo_oracle.php for cake_1.2.0.5146alpha The problem lies in the value function I had to change default: $data2 = str_replace("'", "''", $data); return "'".$data2."'"; break; to defa

Oracle and Cake 1.2 on IIS

2007-06-20 Thread wralph
Hi, Just ported my app to work on IIS, Oracle and cake_1.2.0.5146alpha. After some teething problems everything is pretty much working except one small problem. In my controller I have the following function index() { $data = $this->Sitepage->read(); $this->set('data'

Re: IIS reloaded with 1.2

2007-03-28 Thread nate
commented, right now it seems to sort of run > >> I'm getting php errors about $javascript not being an object which I > >> imagine is due to the includes not finding the right paths, seeing as > >> the IIS server is the server I am going to have to deploy on I do need &

Re: IIS reloaded with 1.2

2007-03-28 Thread Jeremy Pointer
gt;> imagine is due to the includes not finding the right paths, seeing as >> the IIS server is the server I am going to have to deploy on I do need >> to solve this problem, but in the meantime my apache based development >> and demo servers are working fine having deleted a

Re: IIS reloaded with 1.2

2007-03-28 Thread Chambrln
7;m getting php errors about $javascript not being an object which I > imagine is due to the includes not finding the right paths, seeing as > the IIS server is the server I am going to have to deploy on I do need > to solve this problem, but in the meantime my apache based development >

Re: IIS reloaded with 1.2

2007-03-27 Thread Jeremy Pointer
I already had that line uncommented, right now it seems to sort of run I'm getting php errors about $javascript not being an object which I imagine is due to the includes not finding the right paths, seeing as the IIS server is the server I am going to have to deploy on I do need to

Re: IIS reloaded with 1.2

2007-03-27 Thread Chambrln
I am currently using 1.2 with IIS as well. I do not have ISAPI Rewrite configured for use at the moment and was having similar problems. There is a Constant defined in /app/config/core.php that you need to uncomment on line 40 - define ('BASE_URL', env('SCRIPT_NAME'));

IIS reloaded with 1.2

2007-03-26 Thread Jeremy Pointer
Can anyone point me in the right direction to get 1.2 working on an IIS server without url rewriting and over which I have no control other than uploading pages, I've tried searching but either the links point to the discontinued wiki, or to someones blog from early last year on which I

  1   2   >