Hi Oljas,

On 21.06.2016 12:44, Oljas Kuzembaev wrote:
> If I just copy 141_jquery-validationEngine-lang.php in my browser i get:
> 
> (function($){ $.fn.validationEngineLanguage = function(){ };
> $.validationEngineLanguage = { newLang: function(){
> $.validationEngineLanguage.allRules = { "required": { "regex": "none",
> "alertText": "This field is required." }, "numeric": { "regex":
> /^[0-9]+$/, "alertText": "Please enter a number." },
> "numericWithNegative": { "regex": /^[-]?[0-9]+$/, "alertText": "Please
> enter a number." } }; } }; $.validationEngineLanguage.newLang();
> })(jQuery);
> 
> Is it supposed to be that way?

yes, this looks ok.


> Here is my phpinfo
> 
> session.save_handler     files     files
> session.save_path     /no value/     /no value/
> 
> do i have to set session.save_path somehow?

Should not be required. Check if files are created in LAM's "sess"
subdirectory.

Maybe it is easier to try Apache instead of nginx.
Could also be an issue in PHP7 that has still lots of bugs. The first
stable version was not even able to connect to an LDAP server. PHP 5
would be the safer option.


-- 

Best regards

Roland


LDAP Account Manager
http://www.ldap-account-manager.org/

Want more? Get LDAP Account Manager Pro!
https://www.ldap-account-manager.org/lamcms/lamPro

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Lam-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lam-public

Reply via email to