Help:Lua debugging: Difference between revisions

Content deleted Content added
Andyrom75 (talk | contribs)
Line 8:
 
== Causes of Script error ==
There can be many reasons why a Lua module triggers the message "<span style="color:maroon">'''{{Script error'''</span>}}" when run in another page. Clicking the error text displays a popup that includes the actual error message generated by Lua, which can be used in a search engine to find a thorough description of what the message means and common remedies, as well as a stack trace to help determine the part of the code that actually triggered the error.
 
However, some errors are more common than others: