PopUp problem in Director 1.3

I get this error:

 /Users/rmiracle/Downloads/Archive/GAME/director.lua:692: ERROR: table expected. If this is a function call, you might have used '.' instead of ':'  
stack traceback:  
 [C]: ?  
 [C]: in function 'insert'  
 /Users/rmiracle/Downloads/Archive/GAME/director.lua:692: in function 'openPopUp'  

when this line of code executes:

 director:openPopUp("webpopup", popUpClosed)  
  

I’ve hand loaded the webpopup,lua file and verified it does not error out.

If I change director from 1.3 to 1.4 this error goes away and my popup’s work as expected, however this is an app that I’m helping someone with and switching to 1.4 breaks other things that I have even less of a clue how to solve (self.parent is nil in a couple of Runtime: enterFrame handlers that works fine 1.3…)

So if someone can help me either getting 1.3 working with popup’s or figure out why 1.4 is different with enterFrame listerners and I can solve those errors, I’ll happily switch to 1.4.

Thanks in advance
Rob [import]uid: 19626 topic_id: 27862 reply_id: 327862[/import]