The fix:
systemctl kill httpd
systemctl start httpd
The problem:
systemctl restart httpd
### wait for 90 seconds... too long
The fix:
systemctl kill httpd
systemctl start httpd
The problem:
systemctl restart httpd
### wait for 90 seconds... too long
Ever wondered what extensions you have installed and want to keep a list? This actually is a good way to audit your...
<?php $options = [ 'rootNode' => 'response' ]; // array_merge // the same key appearing later will overwrite echo...
In your view somewhere enter <?php dd($this->Form->getTemplates()); ?> Reload the page and then you can view the...
0 Comments