Hi guys,
I'm trying to get cakephp work on my slackware 12 develop machine !

I've got my cakephp vhost:

<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /var/www/vlt/app/webroot
    ServerName vlt.gabo.local
    ErrorLog /var/log/httpd/vlt-error_log
    CustomLog /var/log/httpd/vlt-access_log common
    AddType application/x-httpd-php .php
    DirectoryIndex index.html index.htm index.php
    <Directory /var/www/vlt/app/webroot>
        Allow from all
        AllowOverride all
    </Directory>
</VirtualHost>

I think it's working, because when I direct my browser to
http://vlt.gabo.local/info.php I can see my php configuration (I
created /var/www/vlt/app/webroot/info.php ).

When I try to access http://vlt.gabo.local, I get a blank page, and
the only log I can see is in /var/log/httpd/vlt-error_log:

[Sat Apr 05 16:51:27 2008] [error] [client 192.168.0.2] PHP Warning:
implode() [<a href='http://php.net/function.implode'>function.implode</
a>]: Invalid arguments passed in /var/www/vlt/cake/libs/debugger.php
on line 497

I don't know ho to get it working,
please help me!!

--
g4b0, linux user n. 369000
http://gabo.homelinux.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to