Hi all
I seem to have a crazy problem with my production server that I dont
see on my development one. Unfortunately the production server is
hosted by a third party and quite out of date (still using php4
etc....) while my new one is based on a fresh WAMP installation, about
4 months ago (php5 etc...)
Before I go trying to download old versions of apache, php and mysql
to replicate the production server, I thought I would ask about my
problem here incase anyone knows a solution
When using functions such as find(), findAll(), even findBy, ive found
that in the fields attribute I have to define the fields attribute as
"*" for default value
Eg: I might have a query
$members = $this->Member->findAll("active = '1'", "*");
If i just do it like the one below, it works on my development server,
but not production:
$members = $this->Member->findAll("active = '1'");
I was hoping this might be an easy fix with some php setting I can
edit? If anyone has a solution or idea I would love to hear it
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---