-
I am working on this cms tutorials. and i also have that tutsplus video tutorials. I must say that you are great in all this.
I still have a problem with redirection from the validation form, so whe…
-
Hi everyone,
Should there be limit set to one on all DB queries, from
SELECT *
FROM (`wf_session`)
WHERE `session_id` = '4e42167a634b223d56e99f21b35e231a'
to
SELECT *
FROM (`wf_session`)
WHERE `s…
pert updated
11 years ago
-
I realize a number of these are in 3rd-party libraries you are using and not really your problem directly, but I thought you might still be interested:
```
--------------------------------
File …
-
Ran the install as outlined.
There is no logging of errors/debug info even though the file log file is web-writable.
any call to the controller hauth results in a 404.
And just a general question....…
-
When inserting data into the database, mysql functions get escaped as strings.
during insert or update when i want to use "NOW()" as a value.
example:
``` php
$this->db->insert('table',array(
…
-
When I try to create a new user, although the user is created in the DB I am faced with these three errors:
"A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object…
-
hi i used your code for my contact form but why is it always return incorrect captcha?
-
## Overview
Laravel is incorrectly handling HTTP request header field names that are lowercase, which causes the Session handler to improperly issue a new session cookie on every request.
I encount…
-
Hi try to load the library in my project and get this error (just set in autoload.php nothing else):
*\* Subquery library cannot run. Missing get_compiled_select. Please use the dev version of CodeIg…
reypm updated
11 years ago
-
Could we work on passing event result `xml` through to pages that an event redirects to?
When a page loads, we could look in the session for an `entry-xml` key, which is an array of strings from `XML…