Re: [users@httpd] Running Lua Script using mod_lua

2018-05-18 Thread Hemant Chaudhary
Hi, Thanks issue is solved. Actually I was using Lua-5.3. I migrated to Lua-5.1 and it works for me. Hemant On Thu, May 17, 2018 at 11:53 AM, Daniel Gruno wrote: > On 05/17/2018 08:21 AM, Luca Toscano wrote: > >> Hi, >> >> 2018-05-16 12:22 GMT+02:00 Hemant Chaudhary < >> hemantdude.chaudh...@g

Re: [users@httpd] Running Lua Script using mod_lua

2018-05-16 Thread Daniel Gruno
On 05/17/2018 08:21 AM, Luca Toscano wrote: Hi, 2018-05-16 12:22 GMT+02:00 Hemant Chaudhary mailto:hemantdude.chaudh...@gmail.com>>: Hi, While running lua_script using mod_lua, I am getting this error in error_log. What does it mean "PANIC: unprotected error in call to Lua AP

Re: [users@httpd] Running Lua Script using mod_lua

2018-05-16 Thread Luca Toscano
Hi, 2018-05-16 12:22 GMT+02:00 Hemant Chaudhary : > Hi, > > While running lua_script using mod_lua, I am getting this error in > error_log. What does it mean > "PANIC: unprotected error in call to Lua API (core and library have > incompatible numeric types)" > > What version of Lua are you using

[users@httpd] Running Lua Script using mod_lua

2018-05-16 Thread Hemant Chaudhary
Hi, While running lua_script using mod_lua, I am getting this error in error_log. What does it mean "PANIC: unprotected error in call to Lua API (core and library have incompatible numeric types)" Thanks Hemant