"advanced installation" on subdomain of shared host possible?

2011-04-04 Thread tadpole
I have been trying to set up cake 1.3.8 with an "advanced installation" configuration on a subdomain of a shared host, without success. I got very close, with everything working except that some pages would not open when clicking the link. This was especially the case when switching

missing controller in wamp advanced installation

2010-08-29 Thread rogwei
Apologies if this has already been discussed in the group, but I could not find it. I have an advanced installation on Windows running wamp, which I tested first with the app folder containing webroot at the document root and the cake libraries above the document root. The initial test setup

Re: Problems with webroot folder - using advanced installation

2010-06-17 Thread Felix
"under the surface" > only /home/app[0|1]/webroot is public > > therefore no changes have to be made to any index.php or .htaccess > files > and you could use several domains or subdomains. > > On 17 Jun., 16:59, Felix wrote: > > > > > Hi, > > > I

Re: Problems with webroot folder - using advanced installation

2010-06-17 Thread euromark
fore no changes have to be made to any index.php or .htaccess files and you could use several domains or subdomains. On 17 Jun., 16:59, Felix wrote: > Hi, > > I new to cake and trying to install it using the advanced installation > so only have one copy of the 'cake' d

Problems with webroot folder - using advanced installation

2010-06-17 Thread Felix
Hi, I new to cake and trying to install it using the advanced installation so only have one copy of the 'cake' directory to use for all my projects. The directory structure I use is: /home /protected (- location of '/cake' directory) /public (- where all

Re: Advanced Installation

2010-02-01 Thread Miles J
ng to install cake on my server using the advanced > installation instructions. When I do a normal install everything > appears to work correctly. However, when I attempt to move the cake > folder all I get is a blank screen. > > Here is the configuration I am trying to achieve: &g

Re: Advanced Installation

2010-02-01 Thread Graham Weldon
0, at 9:15 AM, Raydon wrote: > Hi, > > I'm attempting to install cake on my server using the advanced > installation instructions. When I do a normal install everything > appears to work correctly. However, when I attempt to move the cake > folder all I get is a blank screen.

Advanced Installation

2010-02-01 Thread Raydon
Hi, I'm attempting to install cake on my server using the advanced installation instructions. When I do a normal install everything appears to work correctly. However, when I attempt to move the cake folder all I get is a blank screen. Here is the configuration I am trying to achieve:

Help with advanced installation (paths/server setup)

2009-09-26 Thread number9
folder). I have read the following: http://book.cakephp.org/view/35/Advanced-Installation but I cannot seem to get it to work. I have modified the index.php file (webroot) and know I will need to modify the core "paths.php" file. If anybody has done anything similar and could post th

Re: Help with advanced installation (paths/server setup)

2009-09-26 Thread brian
sed, so the tmp folder needs to be moved to the webroot (as > well as the config folder). > > I have read the following: > http://book.cakephp.org/view/35/Advanced-Installation > but I cannot seem to get it to work. > > I have modified the index.php file (webroot) and know I will

Re: Problems with advanced installation

2009-04-07 Thread John Andersen
Yes, having CakePHP and the applications on the same level works! Enjoy, John On Apr 7, 10:34 am, Ernesto wrote: > Hello. > > i have the following situation > > www (where apache points to) >         some_stuff >         cakephp >                 apps >                         cake_app_one >

Problems with advanced installation

2009-04-07 Thread Ernesto
Hello. i have the following situation www (where apache points to) some_stuff cakephp apps cake_app_one cake_app_two cake_app_three other_stuff i tried to modify the app/webroot/index

Re: Help with Advanced Installation

2007-08-10 Thread takabanana
Cool - got it working (at least locally). here's my setup: AppServ\www\cake\ AppServ\www\cake\cake\ AppServ\www\cake\docs\ AppServ\www\cake\vendors\ AppServ\www\cake\index.php AppServ\www\acakesite\app\config\ AppServ\www\acakesite\app\controllers\ AppServ\www\acakesite\app\models\ AppServ\www\

Re: Help with Advanced Installation

2007-08-07 Thread Jon Bennett
> Once the local testing is done, how would the actual production site > be configured? > can the cakephp libs/core be hidden one directory above the www on the > production servers? yes, this I think would be considered best practice. Just move the cakephp dir to the same level as www (not insid

Re: Help with Advanced Installation

2007-08-07 Thread takabanana
Once the local testing is done, how would the actual production site be configured? can the cakephp libs/core be hidden one directory above the www on the production servers? on a related note, are there any disadvantages of the cakephp libs/ core being placed one directory above the public_html

Re: Help with Advanced Installation

2007-08-06 Thread Jon Bennett
> D:\AppServ\www <-- http docs root (localhost) > D:\AppServ\www\onesiteroot <-- one web project > D:\AppServ\www\anothersiteroot <-- another web project > D:\AppServ\www\heresanothersite <-- yet another web project this is very easy, place cakephp dir (inc app, webroot etc) in the root of yo

Re: Help with Advanced Installation

2007-08-06 Thread takabanana
Thanks for the reply, guys... Well, I use AppServ at home (much smaller and 'simpler' than Xampp... www.appservnetwork.com ). Been using that for the past 4 years (all PHP stuff)... Since a lot of my projects are becoming quite large and complicated, instead of myself building my own framework, I

Re: Help with Advanced Installation

2007-08-05 Thread housebolt
I'm with kabturek on this one. I'd stick with the initial download setup until you learn the ins and outs of cake and its structure. It's simple, just drop the whole download into a folder accessible by your browser, make sure mod_rewrite is on, set up your database.php file in /app/config/ and yo

Re: Help with Advanced Installation

2007-08-04 Thread kabturek
>From what you've written you seem to want to develop an app - woudn't it be wiser to use the *developement* setup ? ;) probably on your home machine ? You want a production setup for dev ... imo you should stick with the basic setup for now - and when you actually learn cake - there is no proble

Re: Help with Advanced Installation

2007-08-03 Thread takabanana
What if I did NOT want the webroot files to be at the actual webroot (at least during develpment/testing, where there are multiple websites on a shared server?) i.e. How can I move the /cake_install/app/webroot files into / public_html/app/webroot WITHOUT having to set the actual www webroot to b

Re: Help with Advanced Installation

2007-08-03 Thread takabanana
This is the structure that I was thinking of... /cake/cake/ /cake/cake/config/ /cake/cake/docs/ /cake/cake/libs/ /cake/cake/scripts/ /cake/cake/app_controller.php /cake/cake/app_model.php /cake/cake/basics.php /cake/cake/bootstrap.php /cake/cake/dispatcher.php /cake/vendors/ /public_html/app/ <-

Help with Advanced Installation

2007-08-03 Thread takabanana
I'm new to CakePHP - ready to learn it - so I'm trying to set it up on a shared hosting account. currently, when I log into my account via FTP, i get into one level above the public_html (webroot). I'd like to put the CakePHP libraries/framework there... and all of the site's stuff (i.e. "apps/v

Re: Advanced Installation

2007-05-11 Thread MrTufty
hey work fine, no problems at all. > > My personal site is installed slightly differently, with htdocs being > alongside the other folders (I originally followed the advanced > installation tutorials on the Wiki, and wanted to keep the application > files out of public access). &g

Advanced Installation

2007-05-10 Thread MrTufty
docs. They work fine, no problems at all. My personal site is installed slightly differently, with htdocs being alongside the other folders (I originally followed the advanced installation tutorials on the Wiki, and wanted to keep the application files out of public access). Now though, I want