Man, you need to run composer for install dependencies of cake.
See this post with the same problem of you:
http://stackoverflow.com/questions/30412844/installing-cakephp-3-manually-without-composer
[]'s
Em ter, 24 de nov de 2015 às 20:42, sebastian Oldani <
sebastianold...@gmail.com> escreveu:
Hello friends, i am new in this list and i have a problem with my cakephp3
configuration.
I installed a server with apache2, php5, mysql, (php5-intl), etc..
I downloaded the cake from the site, and unzip in my server.
When i try to open the page i have an error (Fatal Error) like this
Error: C
Does this still error if you remove "
wrote:
> class DATABASE_CONFIG {
>
> public $default = array(
> 'datasource' => 'Database/Mysql',
> 'persistent' => false,
> 'host' => 'localhost',
> 'port' => '',
> 'login' => 'root',
> 'password' => '',
> 'database' => 'ca
class DATABASE_CONFIG {
'Database/Mysql',
'persistent' => false,
'host' => 'localhost',
'port' => '',
'login' => 'root',
'password' => '',
'database' => 'cake_db',
'schema' => '',
'prefix' => '',
'encoding' => ''
);
Parse error: parse error, expectin
That usually means that you didn't close out one of your brackets or
something. Can you post the code (sensitive details omitted)?
On Tue, Mar 27, 2012 at 9:27 AM, AKinwunmi Damilare wrote:
> Yes it helped. Thanks. But its giving an error saying expecting
> T_function in one of the lines. Pls, h
Hi,
could you please be a bit more specific - such as posting the full error
message!?
Nobody can help you if you keep all the important details by yourself...
Am Dienstag, 27. März 2012 15:27:48 UTC+2 schrieb AKinwunmi Damilare:
>
> Yes it helped. Thanks. But its giving an error saying expecti
Yes it helped. Thanks. But its giving an error saying expecting
T_function in one of the lines. Pls, help. Thanks
On Mar 27, 12:57 pm, vaughany wrote:
> This may be of some use:
>
> http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html#...
>
>
>
>
>
>
>
> On Tuesday, 27 March 2012
This may be of some use:
http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html#cake-database-configuration
On Tuesday, 27 March 2012 12:11:03 UTC+1, AKinwunmi Damilare wrote:
>
> Please, i need help in the cakephp database configuration. Thanks
--
Our newest site for the communi
Please, i need help in the cakephp database configuration. Thanks
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this
i bet u used a / at the beginning of the css declaration
or mod rewrite is not working/enabled
is that the default cake template?
besides:
I can only encourage you to use virtual hosts on your local computer
http://www.dereuromark.de/2011/05/29/working-with-domains-locally/
makes your life so mu
Hi
I am new to cakephp. I installed it in my local machine,
its not showing any errors. But css is missing. When I check the path,
it shows like this
/cakephp/css/cake.generic.css
This is actual path:
\wamp\www\cakephp\app\webroot\css
I have the same problem for js also. I checked c
On 3/28/07, droops <[EMAIL PROTECTED]> wrote:
>
> Thanks you both for help, it's working
Glad to help, now get to work and make something cool, then give me
partial credit and let me bask in the glory ;)
Sam D
>
> It was a problem with permission for tmp subdirectories (as Samuel
> DeVore w
Thanks you both for help, it's working
It was a problem with permission for tmp subdirectories (as Samuel
DeVore wrote in subsection 3. ). Hopefully I wouldn't have any more
configuration problems and could concentrate on application.
On Mar 28, 1:35 am, "Samuel DeVore" <[EMAIL PROTECTED]>
Other things to check
1. make sure that all three .htaccess files were copied to the server,
some ftp clients to not copy 'hidden' files to the server, there is
often an option or preference to change this undesired behavior.
2. make sure that the tmp folder was copies/ created on the server
alon
Check in your httpd.conf that you have mod_rewrite enabled, and
AllowOverride All set for your cake folder (or document root if that's
what you are using).
droops wrote:
> Hi,
>
> I am newbie in cake PHP and since couple of days I am struggling with
> proper cake PHP configuration. I am getting t
Hi,
I am newbie in cake PHP and since couple of days I am struggling with
proper cake PHP configuration. I am getting the homepage, but any time
I am trying to get views from outside the homepage I get 404 server
error: "The requested URL /url_path/ was not found on this server." (I
would expect
16 matches
Mail list logo