| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | 2 days ago | |
| stats | profile views | 43 |
|
Mar 14 |
comment |
Eloquent yelling about Undefined index : username My bad, Sorry! the first array has 'email' key which is the eloquent 'username' so this key has to be 'username' and eloquent will match it with the email column in the database. |
|
Jan 30 |
comment |
No success message when adding/updating/go back to the list in grocery crud I suggest you ask another question for your 'template' problem with the appropriate code like your controller/view code... which template do you use, and how you implement it, stuff like that |
|
Jan 30 |
comment |
No success message when adding/updating/go back to the list in grocery crud I'm pretty sure of that, from your capture I'm quite sure that grocery crud has nothing to do with your error :), just try without the html template. |
|
Jan 30 |
comment |
No success message when adding/updating/go back to the list in grocery crud The {} suggests that you're using some sort of template engine ? |
|
Jan 30 |
comment |
2 Codeigniter Installations on the same server with subfolder Without your Administrator 'code' to do that, I can't tell, I'm using this for my blog and my wiki under /wiki and /blog without problems |
|
Jan 30 |
comment |
2 Codeigniter Installations on the same server with subfolder I believe this was different from the starting ' One App is on another App folder' strategy. Glad you solved it though. |
|
Jan 27 |
comment |
Laravel Single Sign-On Yeah, Composer is promising! Funny, I found a lot of 'packages' symfony ready, and then i noticed the 'relationship' between Laravel4 and Symfony |
|
Jan 27 |
comment |
Laravel Single Sign-On It looks nice, Can HybridAuth act as An OpenID/oAuth provider ? So I can add my CoreApp as an OpenID provider ? |
|
Jan 26 |
comment |
Codeigniter: Redirect to another URL from view page True! what am I thinking ?! I edited my answer, Thanks ! |
|
Jan 20 |
comment |
How to get .htaccess files working with Apache VirtualHosthttpd.conf is meant to add user configuration and it is included in apache2.conf file . It is blank by default. |
|
Jan 20 |
comment |
How to get .htaccess files working with Apache VirtualHost check the logs which are usually in /var/log/apache2/error.log |
|
Jan 19 |
comment |
Codeigniter - Restricting direct access to controller functions from URL call the <a> tag is doing exactly what you want to restrict |
|
Jan 18 |
comment |
Putting /assets folder into /application in CodeIgniter see place-images-css-js-in-views-folder-codeigniter |
|
Jan 18 |
comment |
htaccess rule for wordpress and codeigniter The OP wants a htaccess solution, I didn't pay attention to that |
|
Jan 17 |
comment |
knowing whether a php script is still running Well, the script can check the logfile searching of that 'echo at the end' string to state if the instance before has finished or not. BTW I upvoted your answer, I find it more 'organized ^^' |
|
Jan 14 |
comment |
403 Permission Denied after setting permissions to 777 Did you check permissions on the files ? |
|
Jan 14 |
comment |
Bash variables concatenation Have you read bash-script-variable-inside-variable ? |
|
Jan 8 |
comment |
CodeIgniter session behind proxy I'm also interested on that |
|
Jan 3 |
comment |
ACL implementation with Codeigniter / Ion Auth I'm interested too, does Ion Auth V2 support ACL out of the box ? |
|
Jan 2 |
comment |
OpenID for CodeIgniter Apps As seen on github repo This is only to authenticate onto OAuth2 providers and not to build an OAuth2 service. I need my coreApp to be an OpenID Provider and the OtherApps As OpenID Consumers . I'll go with your proposition as the Consumer and CI-2-OAuth-2-Server as the Provider |