Re: cakephp on XAMPP for windows

2013-01-31 Thread roundrightfarm
Since the files the errors refers to are in the cake directory, can I 
assume that cake 1.3 has strict standard errors coded into it, and my only 
choice for a remedy is to upgrade cake or explicitly remove strict stand 
error reporting?



On Thursday, January 31, 2013 4:55:48 AM UTC-5, euromark wrote:
>
> since PHP5.4 E_STRICT is included in E_ALL (you would need to explicitly 
> remove it).
> That is why your PHP5.2 env does not report any strict errors (there you 
> need to explicitly activate it).
>
>
> Am Donnerstag, 31. Januar 2013 09:35:26 UTC+1 schrieb roundrightfarm:
>>
>> So, I've discovered that setting short tags to "on" in ini.php has fixed 
>> another problem I was having, but I'm still getting the Strict Standards 
>> errors. The local server is running php 5.4, but my cake-app runs live on a 
>> server with 5.2 and without generating any Strict Standard errors.   Is it 
>> possible that the use of short tags in the code is causing these errors 
>> with 5.4?
>>
>> On Wednesday, January 30, 2013 10:41:36 AM UTC-5, roundrightfarm wrote:
>>>
>>> I have a completed app written in 1.3 that I'm trying to make changes 
>>> to 
>>>
>>> On Jan 29, 7:16 pm, benfarhat  wrote: 
>>> > Try using the  latest version of Cake 
>>> > <https://github.com/cakephp/cakephp/zipball/2.3.0>  . 
>>> > 
>>> > -- 
>>> > View this message in context:
>>> http://cakephp.1045679.n5.nabble.com/cakephp-on-XAMPP-for-windows-tp5... 
>>>
>>> > Sent from the CakePHP mailing list archive at Nabble.com. 
>>>
>>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cakephp on XAMPP for windows

2013-01-31 Thread euromark
since PHP5.4 E_STRICT is included in E_ALL (you would need to explicitly 
remove it).
That is why your PHP5.2 env does not report any strict errors (there you 
need to explicitly activate it).


Am Donnerstag, 31. Januar 2013 09:35:26 UTC+1 schrieb roundrightfarm:
>
> So, I've discovered that setting short tags to "on" in ini.php has fixed 
> another problem I was having, but I'm still getting the Strict Standards 
> errors. The local server is running php 5.4, but my cake-app runs live on a 
> server with 5.2 and without generating any Strict Standard errors.   Is it 
> possible that the use of short tags in the code is causing these errors 
> with 5.4?
>
> On Wednesday, January 30, 2013 10:41:36 AM UTC-5, roundrightfarm wrote:
>>
>> I have a completed app written in 1.3 that I'm trying to make changes 
>> to 
>>
>> On Jan 29, 7:16 pm, benfarhat  wrote: 
>> > Try using the  latest version of Cake 
>> > <https://github.com/cakephp/cakephp/zipball/2.3.0>  . 
>> > 
>> > -- 
>> > View this message in context:
>> http://cakephp.1045679.n5.nabble.com/cakephp-on-XAMPP-for-windows-tp5... 
>> > Sent from the CakePHP mailing list archive at Nabble.com. 
>>
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cakephp on XAMPP for windows

2013-01-31 Thread roundrightfarm
So, I've discovered that setting short tags to "on" in ini.php has fixed 
another problem I was having, but I'm still getting the Strict Standards 
errors. The local server is running php 5.4, but my cake-app runs live on a 
server with 5.2 and without generating any Strict Standard errors.   Is it 
possible that the use of short tags in the code is causing these errors 
with 5.4?

On Wednesday, January 30, 2013 10:41:36 AM UTC-5, roundrightfarm wrote:
>
> I have a completed app written in 1.3 that I'm trying to make changes 
> to 
>
> On Jan 29, 7:16 pm, benfarhat  wrote: 
> > Try using the  latest version of Cake 
> > <https://github.com/cakephp/cakephp/zipball/2.3.0>  . 
> > 
> > -- 
> > View this message in context:
> http://cakephp.1045679.n5.nabble.com/cakephp-on-XAMPP-for-windows-tp5... 
> > Sent from the CakePHP mailing list archive at Nabble.com. 
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cakephp on XAMPP for windows

2013-01-30 Thread roundrightfarm
I have a completed app written in 1.3 that I'm trying to make changes
to

On Jan 29, 7:16 pm, benfarhat  wrote:
> Try using the  latest version of Cake
> <https://github.com/cakephp/cakephp/zipball/2.3.0>  .
>
> --
> View this message in 
> context:http://cakephp.1045679.n5.nabble.com/cakephp-on-XAMPP-for-windows-tp5...
> Sent from the CakePHP mailing list archive at Nabble.com.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cakephp on XAMPP for windows

2013-01-30 Thread benfarhat
Try using the  latest version of Cake
<https://github.com/cakephp/cakephp/zipball/2.3.0>  . 



--
View this message in context: 
http://cakephp.1045679.n5.nabble.com/cakephp-on-XAMPP-for-windows-tp5713475p5713479.html
Sent from the CakePHP mailing list archive at Nabble.com.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cakephp on XAMPP for windows

2013-01-30 Thread Luciano Bargmann
May I ask why did you pick cake 1.3? It seems that you want to explore CakePHP, 
so why not use the latest version? 

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cakephp on XAMPP for windows

2013-01-30 Thread Luciano Bargmann
May I ask why did you pick cake 1.3? It seems that you want to explore CakePHP, 
so why not use the latest version? 

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: cakephp on XAMPP for windows

2013-01-29 Thread roundrightfarm
I am running cake 1.3.  Is it possible that there is something in 1.3
that is incompatible with XAMPP 1.8.1 and I need to upgrade cake (or
downgrade XAMPP)?

On Jan 29, 4:26 pm, roundrightfarm  wrote:
> Greetings Everyone,
> Just installed XAMPP 1.8.1 for Windows which I plan to use to test a
> cakephp web-app.  The basic install worked fine, but once I copied all
> the cake files to htdocs, I started getting errors I don't
> understand.  Even with debug set to 0, I get this message:
>
> Strict Standards: Redefining already defined constructor for class
> Object in C:\xampp\htdocs\cake\libs\object.php on line 54
>
> Strict Standards: Non-static method Configure::getInstance() should
> not be called statically in C:\xampp\htdocs\cake\bootstrap.php on line
> 38
>
> Under this, my layout background eventually loads but the server can't
> find the content files.  With debug set to 2, I get a much longer list
> of Strict Standards errors.
>
> Does anybody understand these errors.  It my understanding that I
> shouldn't alter files in the cake folder, so I'm assuming the problem
> must lie elsewhere in my setup and not in the files mentioned by the
> errors.
>
> Thanks for your help!

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




cakephp on XAMPP for windows

2013-01-29 Thread roundrightfarm
Greetings Everyone,
Just installed XAMPP 1.8.1 for Windows which I plan to use to test a
cakephp web-app.  The basic install worked fine, but once I copied all
the cake files to htdocs, I started getting errors I don't
understand.  Even with debug set to 0, I get this message:

Strict Standards: Redefining already defined constructor for class
Object in C:\xampp\htdocs\cake\libs\object.php on line 54

Strict Standards: Non-static method Configure::getInstance() should
not be called statically in C:\xampp\htdocs\cake\bootstrap.php on line
38

Under this, my layout background eventually loads but the server can't
find the content files.  With debug set to 2, I get a much longer list
of Strict Standards errors.

Does anybody understand these errors.  It my understanding that I
shouldn't alter files in the cake folder, so I'm assuming the problem
must lie elsewhere in my setup and not in the files mentioned by the
errors.

Thanks for your help!

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.