[Resolved] simply including crawlspacelib causes error?

I got CSL to work a long time ago and like the ability to print tables, for one thing. So I tried to include it in another project and am getting the error below. The only reference I have is the line that requires CSL :

[lua]local CSL = require “crawlspaceLib”[/lua]

and the error I get is

crawlspaceLib.lua:460: attempt to call field 'newGroup' (a nil value)  

Anyone know what’s causing this?

Is there another easy way to print tables to the console? [import]uid: 82378 topic_id: 25601 reply_id: 325601[/import]

Nevermind, got it. I had another variable named ‘cache’ in one of my other includes, I’m assuming that was the problem. The other include was a subset of the CSL methods I tried to put into another file. [import]uid: 82378 topic_id: 25601 reply_id: 103424[/import]