-
I have issues with the SMTP settings.
It doesn't connect to the Google Apps SMTP.
``` php
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already s…
nsina updated
9 years ago
-
I've added a new branch called `feature/eu-cookie-law` (https://github.com/EllisLab/CodeIgniter/tree/feature/eu-cookie-law).
This branch makes the CI session library compliant with the EU "cookie law…
-
Hi,
I would like to install twig but i think it needs some modifications.
Any help is hightly appreciate.
Have a good day
-
Hello,
I found a little problem in 'cake bake controller' regarding the new validation mechanism.
In add() method, It creates the following line of code:
```
$myEntity = $this->myEntities->newEntity…
-
Hello i am running xampp on my lan server and after i have add alias virutalhost and put database info. i get this error
A PHP Error was encountered
Severity: Notice
Message: Trying to get property…
-
The install does not complete. If you go to your site ie localhost/mysite You get an error message that the default groups are missing from the sql.
https://drive.google.com/file/d/0B5elaUk7GlRoVXJ6…
-
Hi!
When I create a new user, I get this error:
Message: Trying to get property of non-object
Filename: models/ion_auth_model.php
Line Number: 840
and it refers to: $default_group->id
Thanks!
ghost updated
10 years ago
-
Hi, if i upload the same file more than 100 times codeigniter fail to rename it and raise an error.
The problem is in this loop
{{{
# !php
$new_filename = '';
for ($i = 1; $i < 100; $i++)
{
if ( …
-
Given #956, #979, #993, #1018, and possibly other issues (and one or two of those issues may not be directly related, but I can't be sure), and the addition of the repo for https://github.com/ci-bonfi…
-
@philsturgeon @codeguy As already discussed, here is a draft version of my proposed new _Templating_ section. My goal here was threefold:
1. Explain what templating is
2. Explain the benefits of templ…