Hi all,
I'm very new to this forum. First of all my excuses because I'm using
cakePHP 1.2 due to the lack of good web tutorials. So i have finished
reading a PDF book I just downloaded from the Internet. I'm stuck on how
to integrate Twitter Bootstrap in my exercise applicatio
Hi all,
I am quite new to cakephp.
So ...things which are easy for you are quite difficult for me now.
Plz help me to get it soon.
my problem is i am not able get the edit field id and cant edit it as click
on edit button which i made.evrry time i have to get my search done.then,my
search disa
I have requirement like this, I currently have a www and www2 folder in
which i have example.com n corp.example.com app respectively. I want to
make it a single www folder so that i can use only one core. I was able to
do this in 2.3 but i am not able to do it in cakephp 1.2.
What path should
Found the error there was a file BOM encoded
--
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 post to this group, send email to cake-php@google
Hello Marco,
Do you can to put of source code of your Layout?
;)
Em quarta-feira, 2 de janeiro de 2013 03h39min30s UTC-3, marco metal
escreveu:
>
> Hi,
>
> I made a custom layout for admin panel. The problem is when i validated my
> HTML i am getting an error
>
> *"* *Non-space characters fou
My guess is that one of your files contains a byte-order mark (BOM)
which you should remove. What editor are you using?
Be sure to check not only your layout template, but any view or
element templates as well.
On Wed, Jan 2, 2013 at 1:39 AM, Marcus James wrote:
> Hi,
>
> I made a custom layout
Hi,
I made a custom layout for admin panel. The problem is when i validated my
HTML i am getting an error
*"* *Non-space characters found without seeing a doctype first. Expected
.*"
On Firefox the layout renders perfectly when i inspect it but on google
chrome its showing an empty space inside
1.
http://book.cakephp.org/2.0/en/appendices/migrating-from-cakephp-1-2-to-1-3.html
2. http://book.cakephp.org/2.0/en/appendices/2-0-migration-guide.html
I would definitely run through #1 just to make sure there are no deprecated
items still in use.
On Thursday, November 1, 2012 8:07:46 AM UT
is it necessary to migrate to 1.3 first from 1.2 and than to 2.x...? kindly
provide links or ways to help me out.
--
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
Error and your code please
On Tue, Jun 26, 2012 at 12:02 PM, Mr. Manager wrote:
> Dear All,
>
> I want to update file to server and save file name into table with cakephp
> 1.2. And I try to use many tutorials but it doesn't work.
>
> Thanks in advance!
>
> S
This happend because you don't have the _findPost() on your model... where
you defined it?
Tried $this->_findPost()?
Cya,
--
***Thiago Belem*
Desenvolvedor
Rio de Janeiro - RJ - Brasil
+55 (21) 8865.9250
thiagobelem.net
cont...@thiagobelem.net
*Skype / gTalk **»* thiago.belem.web
*LinkedIn* *»*
thanks.
i already do both of the solution.
and it comes out with another error which is this
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error
in your SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near '_findPost' at l
The Post (Model) object inside the *PostsController* is accessible by: *
$this->Post*, so your line should be:
$post = $this->Post->_findPost($id);
But if the *_findPost()* method is defined inside your controller, you
should use:
$post = $this->_findPost($id);
Because *$this->Post* is the Post
Hye, you can help me to cater this problem.
I have this problem. I'm using version 2.0.4 (the latest version).
I'm trying to solve this problem, but it didn't works.
Fatal error: Call to a member function _findPost() on a non-object in
C:\xampp\htdocs\cakecms\Controller\PostsController.php on lin
Hi all,
I created an application and all the db tables have 'created,modified'
fields that filled automatically by Cakephp's Default Functionality.
And i put the Field Type is
created datetime NULL,
modified datetime NULL,
like.
But it doesn't work. The data where shows -00-00 00:00:00 Form
Hi all,
I created an application and all the db tables have 'created,modified'
fields that filled automatically by Cakephp's Default Functionality.
And i put the Field Type is
created datetime NULL,
modified datetime NULL,
like.
But it doesn't work. The data where shows -00-00 00:00:00 Forma
Hi all,
I created an application and all the db tables have 'created,modified'
fields that filled automatically by Cakephp's Default Functionality.
And i put the Field Type is
created datetime NULL,
modified datetime NULL,
like.
But it doesn't work. The data where shows -00-00 00:00:00 Forma
-Biz: http://www.sanisoft.com
On Wed, Jan 12, 2011 at 11:37 PM, n4thancake wrote:
> Hello to all, I have been trying to write a dynamic district and city
> select in cakephp 1.2 using Ajax Helper.
> These are the code I wrote, but it isn't work.
> I have two db tables, cities
Hello to all, I have been trying to write a dynamic district and city
select in cakephp 1.2 using Ajax Helper.
These are the code I wrote, but it isn't work.
I have two db tables, cities and districts in which I have insert all
the Italian district and cities.
Then I have a contr
66 in our application.
> Any pointers/help to the below questions will be very helpful.
>
> * Getting the facebook class to work in CakePHP 1.2
> * Is it disruptive to migrate to CakePHP 1.3?
>
> Thanks in advance.
Check out the new CakePHP Questions site http://cakeqs.org and help
Hi ,
We are using cakePHP version 1.2.3.8166 in our application.
Any pointers/help to the below questions will be very helpful.
* Getting the facebook class to work in CakePHP 1.2
* Is it disruptive to migrate to CakePHP 1.3?
Thanks in advance.
Check out the new CakePHP Questions site http
if you need you can get it here;
http://www.ibonette.com/cakephp-1-2-manual-for-print-out/
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
I compiled cakephp 1.2 manual for print out from online book.
if you need, you can get it here;
http://www.ibonette.com/cakephp-1-2-manual-for-print-out/
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message
Hello,
I created an dynamic drop down menu with prototype and scriptaculous.
It's working fine but there is a little problem. If an topcategory
doesn't have an subcategory (subcategories) the topcategory-link has
to link to an /controller/action and I don't need an -Element.
Topcategory with subc
hii all,
how to get a parent group of user. in cake 1.1.x I use
$someone = $aro->getParent($userId);
how do it in cake 1.2 ?
thx.. :)
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are sub
www.scratch.mit.edu
==> ranked 1,153 worldwide by Alexa.
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email
well, i was in a hurry.. im sorry
this happens only if the browser has some invalid cookie/browserinfo
setting
check it out with
anonymouse.org
its a service to hide your identity - but it also destroys the cookie
information
and cake suddenly behaves weird.
anyway - even if its a bug it was just
Then that should be filed as a bug, not hacked to work correctly.
I have yet to see any translation problems on error pages, ill test it
out.
On Feb 4, 10:13 am, euromark wrote:
> thats not quite correct
> if its anything that is needed even on error pages and beforeRender()
> is called too late
thats not quite correct
if its anything that is needed even on error pages and beforeRender()
is called too late
you'd need to override the constructor
e.g:
# bug fix for i18n
if (!isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
Configure::write('
He shouldn't need to create his own __construct() no matter what. Any
custom code can be placed in beforeFilter(), since its called right
after construct anyways.
On Feb 4, 2:12 am, euromark wrote:
> you have to distinguish between php5 code itself and framework related
> callbacks
> they have no
you have to distinguish between php5 code itself and framework related
callbacks
they have nothing to do with each other
if you need to override any of the above you should always call the
parent
parent::__construct()
and
parent::beforeFilter();
etc
On 4 Feb., 08:46, Miles J wrote:
> before
beforeFilter() isn't a constructor. Its just a normal method, which is
used as a callback.
You should never overwrite the constructor as it has important code.
That's what the callbacks are for, to define custom code to not
conflict.
Also, this has nothing really to do with PHP 4 or 5, its a
arch
Can I refere to a complete documentation how can I work with strict
PHP5 on CakePHP?
For example : Can I remove beforeFilter() and use __construct() instead ?
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this messa
the index view work's fine, the problem is
> only the $paginator->counter " ; ?>; ?>; ?>; ?>; ?>; ?>; ?>; ?>; ?>"
> string.
>
> Any idea?
>
> OS: Windows XP PRO sp3.
> Web Server: Wamp
> Cakephp 1.2
> Database: MySql
Check
for this unwanted chars in the helper's files but I haven´t
found the bug.
The table information in the index view work's fine, the problem is
only the $paginator->counter " ; ?>; ?>; ?>; ?>; ?>; ?>; ?>; ?>; ?>"
string.
Any idea?
OS: Windows XP
We are running a CakePHP frontend with 3-4 Million page views a month
at www.good.is. We combined using memcached and some custom page
caching to increase performance.
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received thi
just trust cake... because it deserves
On Jan 17, 7:38 am, keymaster wrote:
> So far, the short list of cake's absolutely largest known sites, is:
>
> addons.mozilla.com
> ==> ranked 308 worldwide by
> alexa:http://www.alexa.com/siteinfo/mozilla.org#trafficstats
> (rumored to be changing to a py
So far, the short list of cake's absolutely largest known sites, is:
addons.mozilla.com
==> ranked 308 worldwide by alexa:
http://www.alexa.com/siteinfo/mozilla.org#trafficstats
(rumored to be changing to a python based platform).
hotscripts.com
==> ranked 2,022 worldwide by alexa:
http://www.a
Oh I also forgot, Hotscripts runs Cake.
http://hotscripts.com
On Jan 14, 12:19 am, Matt Bianco wrote:
> It's a German car pooling / ride sharing platform:www.mitfahrgelegenheit.de
> Thanks to cake we can easily do our roll outs to other countries
> (e.g.www.pamemazi.grwhere we are already live)
It's a German car pooling / ride sharing platform: www.mitfahrgelegenheit.de
Thanks to cake we can easily do our roll outs to other countries (e.g.
www.pamemazi.gr where we are already live), others will follow in the
next weeks.
On 13 Jan., 13:41, Jon Bennett wrote:
> > We serve >35M PVs (>2M vi
hen one doesn't feel like working :-)
By chance, does anyone have a feel for which sites (other than
addons.mozilla.org which is cakePHP1.1 anyways) might be among the
highest traffic'ed cakePHP 1.2 sites ?
Check
> We serve >35M PVs (>2M visits) per month.
Who/what is 'we'?
j
--
jon bennett - www.jben.net - blog.jben.net
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Gr
We serve >35M PVs (>2M visits) per month.
Alexa isn't really relevant here in Germany, so I assume we have quite
a bad rank.
M
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to
> By chance, does anyone have a feel for which sites (other than
> addons.mozilla.org which is cakePHP1.1 anyways) might be among the
> highest traffic'ed cakePHP 1.2 sites ?
www.totalfilm.com
J
Check out the new CakePHP Questions site http://cakeqs.org and help others with
I'm lead contributing dev on a large content managed site, all done in
1.2. We've had our fair share of performance issues - we get large
runs of promotional traffic which we've had to handle by creating and
serving some content independent of cake during these high traffic
periods.
http://www.ale
These sites don't have the enviable alexa traffic rank of 312 that
mozilla.org has, but are still relatively high.
Anyone know a cake site with higher rankings?
cyclingnews.com (alexa traffic rank: 10,400 worldwide)
totalfilm.com(alexa traffic rank: 19,795 worldwide)
Check out the new CakeP
ity question. The kind of thing one
> thinks about when one doesn't feel like working :-)
>
> By chance, does anyone have a feel for which sites (other than
> addons.mozilla.org which is cakePHP1.1 anyways) might be among the
> highest traffic'ed cakePHP 1.2 sites ?
Check out
e cake 1.2's various features for
> > > > performance optimization to the fullest, there are very few issues of
> > > > performance remaining even for the busiest apps.
>
> > > > So, this is really just a curiosity question. The kind of thing one
> >
n to the fullest, there are very few issues of
> > > performance remaining even for the busiest apps.
> >
> > > So, this is really just a curiosity question. The kind of thing one
> > > thinks about when one doesn't feel like working :-)
> >
> > > By chance
e cake 1.2's various features for
> > performance optimization to the fullest, there are very few issues of
> > performance remaining even for the busiest apps.
>
> > So, this is really just a curiosity question. The kind of thing one
> > thinks about when one doesn&
performance remaining even for the busiest apps.
>
> So, this is really just a curiosity question. The kind of thing one
> thinks about when one doesn't feel like working :-)
>
> By chance, does anyone have a feel for which sites (other than
> addons.mozilla.org which is cake
e remaining even for the busiest apps.
So, this is really just a curiosity question. The kind of thing one
thinks about when one doesn't feel like working :-)
By chance, does anyone have a feel for which sites (other than
addons.mozilla.org which is cakePHP1.1 anyways) might be among the
h
Hi Dave,
I use 1&1 for hosting using one of their shared hosting accounts, if you're
using the same sort of thing you should specify the host name for the database
server in the 'host' param, not a socket file path, as the database is on a
separate server to the web server. You'll need to check
Try to specify the port independently as:
...
'host' => 'localhost',
'port' => '/tmp/mysql5.sock',
...
I can't say based on the documentation, whether or not using a socket
replaces using a port number, but try it and tell us what happens :)
Enjoy,
John
On Jan 6, 5:34 pm, Dave wrote:
>
I've been working on a website for a client on 1&1 server, and we are
having an issue where cake won't connect to the database server. my
database configuration is as follows:
class DATABASE_CONFIG {
var $default = array(
'driver' => 'mysql',
> I would like to put in the view a link like the following:
>
> Show 20 50 100 Records
>
> And change the limit parameter if the user clicks on 20 50 100.
Yep, use the paginator helper:
link('20', array('limit' => 20));
echo $paginator->link('50', array('limit' => 50));
echo $paginator->link('10
I would like to put in the view a link like the following:
Show 20 50 100 Records
And change the limit parameter if the user clicks on 20 50 100.
There is an easy way to do it?
Thanks
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questio
Thank Kani -- that worked! For some reason, I think it was the capitalized
Regions that was causing me grief.
See, I knew it was something silly
On Fri, Dec 4, 2009 at 8:15 PM, kani wrote:
> Maybe shoud remove plural 's' suffix from model class name
> like this
>
> class Ajiltan extends A
Maybe shoud remove plural 's' suffix from model class name
like this
array( // It was
BankSalbrs
'className' => 'BankSalbr',// It was BankSalbrs
'foreignKey' => 'bank_salbrs_id',
'condition
I know I'm just doing something silly, but I can't figure out what.
These are my tables, which are in PostgreSQL
\d regions;
+---
+--
id | integer | not null default nextval
('regions_id_s
How to controller access hasMany relation in CakePHP 1.2
On Nov 18, 2:00 am, habib wrote:
> Thank you
> _
> HABIB
--
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-...@g
Hi Habib.
CakePHP has a wonderful source of information on their site,
http://book.cakephp.org/view/78/Associations-Linking-Models-Together
On Nov 18, 11:00 am, habib wrote:
> Thank you
> _
> HABIB
--
You received this message because you are subscribed to the Google Groups
"CakePHP
Thank you
_
HABIB
--
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-...@googlegroups.com.
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com.
For more options, visit
Try this
$this->set('users', $this->Donor->find('all', array
('conditions'=>array('
Organization.org_name'=>"%habib%"),'fields'=>array('Donor.*','Organization.*','DonorDetail')));
--
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group
Does your find work without the condition?
Mike Karthauser
Brightstorm limited
Tel: 07939252144
On 17 Nov 2009, at 08:12, habib wrote:
> class Donor extends AppModel
> {
>var $name = 'Donor';
>
> var $hasOne = array(
>'DonorDetail'=>array(
> 'className'=>'DonorDetail',
>
class Donor extends AppModel
{
var $name = 'Donor';
var $hasOne = array(
'DonorDetail'=>array(
'className'=>'DonorDetail',
'foreignKey'=>'donor_id',
'dependent'=> true
)
);
var $hasMany = array(
'Organization'=>array(
'clas
, what is the best method
> > to simply update a div with ajax, using cake 1.2?
> > I wish to have a link that call a search function and update a div
> > with the results.
>
> > Thank you
>
> --
> View this message in
> context:http://www.nabble.com/Ajax-update
have a link that call a search function and update a div
> with the results.
>
> Thank you
>
>
> >
>
>
--
View this message in context:
http://www.nabble.com/Ajax-update-div%2C-cakephp-1.2-tp11687387p25899148.html
Sent f
Hi,
I have my web app using cake 1.2.5 (but problem have been starting
from 1.2.x, after switching from 1.1.3) and I have some problems with
Session.
Cakephp lost Session, with or without Ajax calls, during user
navigation. Whithout any logic, Session got timeout and I'm redirect
to the login pa
Hi,
I'm trying to setup cakephp and smarty. I've gotten it to run without
errors apart from the views are not understanding the {} tags and so
just displaying them as is. I'm assuming this is due to it not finding
the helpers?
My app_controller.php is like so
With all the helper files in /apps
Oh boy, what a difference a night of sleep makes. I went to grab the
model for my missing database table and the problem jumped right at
me:
var $useDbConfig = 'local';
was found at the top of the work.php model, I switched it to 'default'
and voila, it worked. So *this* is another solution for
Are your database connection settings different on your production and
development servers? Do you have other models that work?
On Sep 5, 1:55 am, mikeottinger wrote:
> Hi All,
>
> I just deployed the beginnings of a new site onto a little
> development space up on my host server. Everything
please post your model and database structure for us to envistigate; )
On Sep 4, 11:55 pm, mikeottinger wrote:
> Hi All,
>
> I just deployed the beginnings of a new site onto a little
> development space up on my host server. Everything works great in my
> local environment. But upon deploy, I
Hi All,
I just deployed the beginnings of a new site onto a little
development space up on my host server. Everything works great in my
local environment. But upon deploy, I see this:
Missing Database Table
Error: Database table works for model Work was not found.
I've searched google, and a
Hi,
take a look here:
http://groups.google.ch/group/cake-php/browse_thread/thread/73bcf80a3d626c75
For me I have to set the webroot correct to the cake-webroot-dir in
project-properties.
Greetz
On 20 Jul., 20:16, MarcS wrote:
> have you (or anyone else) figured this out?
>
> On Jun 15, 2:26 a
have you (or anyone else) figured this out?
On Jun 15, 2:26 am, kdubya wrote:
> I have recently switched from a plain text development style to using
> NetBeans 6.5. I figured I might like some of the niceties of a real
> IDE (I have used them before) but my main motivation was to get
> debuggin
Hello I have problem with remote debugging on Zend Debugger or XDebug.
I attemped debug CakePHP 1.2 in Zend Studio (PDT) with Zend Debugger
on linux and XDebug in Windows. Debuggers work. But when I started
debugging first lines passed but in result I got:
Fatal error: Cannot redeclare config
You can use my file upload plugin, it comes bundled with validation
rules.
http://www.milesj.me/resources/script/uploader-plugin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group,
I do in this way:
http://trac.chipotle-software.com/karamelo/browser/trunk/app/controllers/users_controller.php
line 236:
public function avatar()
{
I check if fil was uploaded and if is a valid file, in this case an
image:
if ( $type != 'image/jpeg' && $type != 'image/pjpeg' && $type !=
'ima
Hi All,
I have done with file uploading functionality in cakephp. But i want
to apply validation (i.e. Please upload file.. ) . How to actieve
this. I have created $validate array in model.
waiting for reply. Please guide me.
--~--~-~--~~~---~--~~
You received th
hey man
thanks for the heads up... tried searching through there again.. still no
luck...
It's a weird problem.. swfupload appears to be working 99%... I get the file
upload box, I can upload a file and it displayed the progress etc as the
file gets uploaded... but theres just no data appearing at
I'm sure you can find something on this group:
http://groups.google.com/group/cake-php/search?group=cake-php&q=swfupload&qt_g=Search+this+group
or at swfupload website: http://swfupload.org/search/node/cakeph
I've been using a similar one, Uploadify: www.uploadify.com
On Jun 18, 1:38 pm, Bryan P
Hey guys,
I've been sitting with this swfupload module for days and just cant seem to
get it right.
In my js to create the uploader i have this setting:
upload_url: "/properties/uploadvideo",
and I have my function uploadvideo() in my properties controller
I've done some simple debugging like s
I have recently switched from a plain text development style to using
NetBeans 6.5. I figured I might like some of the niceties of a real
IDE (I have used them before) but my main motivation was to get
debugging with breakpoints, watches etc.
So, I have gotten Xdebug (verision 2.0.4) to work with
been discontinued for a very long time
>> now.
>>
>> > On Wed, May 13, 2009 at 9:49 PM, genobee wrote:
>>
>> >>> > Notice: Undefined offset: 0 in /var/www/vhosts/ideal-weddings.com/
>> >>> > httpdocs/cakephp/cake/libs/configu
l-weddings.com/
> >>> > httpdocs/cakephp/cake/libs/configure.php on line 1185
>
> >>> > Line 1185: "unset($this->__paths[rtrim($core[0], DS)]);" part of
> >>> > destructor method
>
> --
> View this message in
> context:http:/
ee wrote:
>
>>> > Notice: Undefined offset: 0 in /var/www/vhosts/ideal-weddings.com/
>>> > httpdocs/cakephp/cake/libs/configure.php on line 1185
>>>
>>> > Line 1185: "unset($this->__paths[rtrim($core[0], DS)]);" part of
>>> &g
for a very long time now.
On Wed, May 13, 2009 at 9:49 PM, genobee wrote:
>
> Thanks for the replay. You just cleared my doubt since cakephp 1.2 web
> documentation never mentioned which PHP 4 version supported.
>
> On May 14, 8:52 am, andy wrote:
>> Cake requires PHP 4.3.2 or g
Thanks for the replay. You just cleared my doubt since cakephp 1.2 web
documentation never mentioned which PHP 4 version supported.
On May 14, 8:52 am, andy wrote:
> Cake requires PHP 4.3.2 or greater
>
> On May 13, 12:22 am, genobee wrote:
>
> > Hi CakePHP Group,
>
&g
Cake requires PHP 4.3.2 or greater
On May 13, 12:22 am, genobee wrote:
> Hi CakePHP Group,
>
> I'm new to this and using CakePHP 1.2 framework. I've trouble for my
> production installation and would like to ask for help from
> CakePHPGroup. The content uploaded from
Hi CakePHP Group,
I'm new to this and using CakePHP 1.2 framework. I've trouble for my
production installation and would like to ask for help from
CakePHPGroup. The content uploaded from my local which is running ok.
I've done and checked these:
1. Clear model and persistent cac
This is the full validation block, but I did test the function with
only the username validation. It does the same thing. Strange how it
works at home and not on live.
Could it be related to charsets of the database?
--~--~-~--~~~---~--~~
You received this message
Thanks for your reply. I have just tested that, it returns
an array
'username' => 'alphaNumeric',
'passwd' => 'alphaPass',
Does that mean cakephp treated the two as invalid fields?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
What does $userModel->invalidFields(); return?
Enjoy,
John
On May 11, 10:56 am, FANFAN wrote:
> Hello,
>
> I have encountered a strange problem with validation where it works
> when I am testing on my localhost machine but does not work on my live
> server.
>
> The following is what I am tryi
Hello,
I have encountered a strange problem with validation where it works
when I am testing on my localhost machine but does not work on my live
server.
The following is what I am trying to do.
$params['User']['email'] = $email;
$params['User']['username'] = trim($username);
$params['User']['p
Hi Everyone,
I did migrate to CakePHP 1.2 and with the older version, I could init
the AdminAuth this way in the app_controller file :
//init the admin component...
$this->AdminAuth->msgError = "Erro ao efetuar seu
login. Tent
That should work fine. Do you have a file at webroot/js/util.js? Have
you viewed the source to be sure the link is there? If you have
Firebug or webdeveloper extension, can you see the JS?
On Wed, Apr 29, 2009 at 4:22 PM, simon...@gmail.com wrote:
>
> Hi,
>
> When I was using the older version o
link(array('prototype')); ?>
Works for me.
On Apr 29, 4:22 pm, "simon...@gmail.com" wrote:
> Hi,
>
> When I was using the older version of cakephp, I was using javascript
> in a view this way:
>
> link('util'); ?>
>
> In the version 1.2, it doesn't work. What is the sintax I ha
Hi,
When I was using the older version of cakephp, I was using javascript
in a view this way:
link('util'); ?>
In the version 1.2, it doesn't work. What is the sintax I have to use?
Regards,
--~--~-~--~~~---~--~~
You received this message becau
Well the js could by dynamically generated and/or could contain i18n
strings.
--~--~-~--~~~---~--~~
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 unsubscr
1 - 100 of 696 matches
Mail list logo