I have the default directory structure, so the fields will look like
this but I still get an error.

"Fatal error: Class 'Configure' not found in /var/www/ingmar/trumpf.ro/
app/config/core.php on line 43"


define('ROOT', '/var/www/ingmar/trumpf.ro');
define('APP_DIR', 'app');
define('CAKE_CORE_INCLUDE_PATH', '');

Thank you so much!
Silviu



On May 10, 7:27 pm, Mathew Nik Foscarini <[EMAIL PROTECTED]> wrote:
> Did you define your absolute paths using your /home/username account for your 
> web server?
>
> Mine are setup something like this.
>
> define('ROOT','/home/username/public_html');
> define('APP_DIR','../../folder/cake_1_2.app');
> define('CAKE_CORE_INCLUDE_PATH', '/home/username/folder/cake_1.2.0');
>
> When you log into your account web host providers will often map your folder 
> to a linked folder. Something like ~/ as the root for your account. So it 
> looks like your local path is "/www" but it isn't. It's really 
> "/home/username/www"
>
> ----- Original Message ----
> From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> To: CakePHP <cake-php@googlegroups.com>
> Sent: Saturday, May 10, 2008 9:38:55 AM
> Subject: Problems with open_basedir
>
> Hi!
>
> I've put a fresh install of cakephp on this serverhttp://trumpf.ro
> and it doesn't work(visit the address and you can guess why). What can
> I do to maek it work besides modifying open_basedir?
>
> I've busting my head for several hours now and why I got it to show
> only the first page by modifying app/webroot/index.php under the "do
> not edit line" :p But it borke everything else.
>
> Thanks!
>
>       
> ___________________________________________________________________________ 
> _________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.  
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

--~--~---------~--~----~------------~-------~--~----~
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, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to