-
liedekef committed revision 1142 to the phpESP - php Easy Survey Package SVN repository, changing 1 files.
2009-12-09 23:19:32 UTC by liedekef
-
liedekef committed revision 1141 to the phpESP - php Easy Survey Package SVN repository, changing 1 files.
2009-12-09 23:10:12 UTC by liedekef
-
liedekef committed revision 1140 to the phpESP - php Easy Survey Package SVN repository, changing 1 files.
2009-12-08 20:56:45 UTC by liedekef
-
Agreed, note added in a new readme.txt file in the examples subdir.
2009-11-21 14:01:03 UTC by liedekef
-
liedekef committed revision 1139 to the phpESP - php Easy Survey Package SVN repository, changing 1 files.
2009-11-21 14:00:15 UTC by liedekef
-
liedekef committed revision 1138 to the phpESP - php Easy Survey Package SVN repository, changing 3 files.
2009-11-21 13:54:08 UTC by liedekef
-
The latest development code contains the fix, please update to the development code or wait for an official release.
2009-11-21 13:44:56 UTC by liedekef
-
liedekef committed revision 1137 to the phpESP - php Easy Survey Package SVN repository, changing 1 files.
2009-11-21 13:44:18 UTC by liedekef
-
I found three non-localized error messages in espauth-default.inc:
line 101
$error_message = "Incorrect User ID or Password, or your account has been disabled/expired.";
should read
$error_message = _('Incorrect User ID or Password, or your account has been disabled/expired.');
line 138
$error_message = "Your account has been disabled or...
2009-11-21 11:26:20 UTC by bochoven
-
Solved: when I declare the following inside the function:
global $ESPCONFIG;
all is fine, my previous hacking of the config files is unnecessary.
Maybe update documentation to state that when the include is done inside a function, you have to declare the $ESPCONFIG array as global.
I am including phpESP in a CMS based on CodeIgniter, a MVC framework. In CI, views (templates) don't...
2009-11-21 11:11:52 UTC by bochoven