Hi, I now have two CakePHP installs.
1/ A backend CMS for managing content hosted on a cms.domain.com subdomain. The filepath to the subdomain fields is: some_stuff_in_front/domain.com/subdomains/subdomain_name/httpdocs/ 2/ A frontend installation for presenting the data. The filepath to the main hosting is: some_stuff_in_front/domain.com/httpdocs/ The problem is that I had uploaded all the image to the webroot (/img) of my 1/ system, being unable to access this with relative linking from 2/. So I thought, wouldnt it be great if my file uploadscripts of 1/ would drop the images and stuff directly in the webroot of 2/.... but this gives me a basedir restriction error. Thing is, Im unable to change any httpd.conf and stuff like that, so I tried setting up my cake configuration as is shown in the manual under advanced installation (seperating cake core from app and webroot folders). But this does not seem to work, since I keep receiving the error: Fatal error: require() [function.require]: Failed opening required 'cake/bootstrap.php' (include_path=':/var/www/vhosts/domain.com/cgi- bin/app/:.:/usr/share/pear:/usr/share/php') in /var/www/vhosts/ domain.com/subdomains/cms/httpdocs/app/webroot/index.php on line 78 (i've put the files in cgi_bin, because that was the only alternative writable directory on this toplevel, besides httpdocs) Any thoughts? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
