Hi Roland! I have reconfigured nginx, tested with "phpinfo". PHP is working fine now, however i get the same error.

Yes my nginx is a single server and I don't use any in-memory session saving.

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?

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?

looks like the session data is somehow corrupted. Do you use any special
settings for session handling, e.g. in-memory session saving?
Is your nginx a single server or some clustered environment?


Best regards

Roland


------------------------------------------------------------------------------
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