-
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
-
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…
-
Hi,
I've found your CMS and it's quite impressive and it's at most what I was searching for (I don't care about plugins and stuff like that). But actually what I'm missing it Twig implementation as a…
-
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 ( …
-
Good day, I know that it has been a while since you have given this course, but I would like to say that it is brilliant. Thank you for your efforts. That being said, I am getting a error 1364 each ti…
ghost updated
10 years ago
-
Given the setup up below "typo3/party" is installed before "flow3/composer-installer" even though the latter is required by the former.
--COMPOSER--
``` json
{
"name": "christianjul/barebone-fl…
-
I'm using Capistrano for deployment and my server grinds to a halt on every deploy.
I have lots of Stash caching going on (full page + fragments), and once the caching was implemented a deploy trigge…
-
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…
-
@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…
-
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…