In my template, I created a valitaion for my email field, where if you have another email it shows that it is not possible to register, but this validation is not working.
public $validate = array(
'nome' => array(
'notempty' =...
I'm with CakePHP in version 1.3.15 installed on a CentOS server and the same project that works on the internet, the local server only loads text and nothing else.
As I enabled the developer mode, if it had any errors, it would load.
I believe t...
Hello, I'm working with two types of connections on databases with different settings. I want to know how I can get the current connection that the page is running dynamically.
I currently use this:
use Cake\Datasource\ConnectionManager;...
First, let me clarify that I know the documentation is private.
I have the documentation in hand, I followed everything right, but amadeus still gives this error:
17 | Session | No agreement on destination
My method in Client.php is as...
I'm not very knowledgeable about database and have never worked with large systems ... I'm creating an application with CakePHP that will serve as a webservice for two types of distinct clients, a client is simple and will only have a table rela...
I'm trying to put an adsense banner in CakePHP and I'm not getting it, the banner just does not show up. How to do this?
footer.ctp
<footer>
<?php echo $this->fetch('script');?>
<script async src="//pagead2.googlesy...
Hello, I'm trying to populate a select with the options that are returned, according to what the user selects in a particular select.
The problem is that I'm a layman with jquery and I do not know if I'm doing it properly.
In my select I call...
I have some questions about how I can improve this "action" in my "controller":
Question discussed in: Post functional code in stackoverflow for refactoring?
My template has a navigation bar with dynamic content (if the user is "...
I am performing maintenance on a system made with cakephp however when trying to log in the browser returns the following error.
This webpage has a redirect loop
I looked at stack em ingles and found a "solution" that said to in...