svetoslav80 Active member Licensed customer Sep 9, 2011 #1 I want to move the file which contains my listener class to another folder but when I move it it doesn't work anymore. What should I do ?
I want to move the file which contains my listener class to another folder but when I move it it doesn't work anymore. What should I do ?
J James Well-known member Licensed customer Sep 9, 2011 #2 Update the path to the listener in the admin cp.
svetoslav80 Active member Licensed customer Sep 9, 2011 #3 Where is that, I only see that it requires class name and method, and no file name ?
J James Well-known member Licensed customer Sep 9, 2011 #4 Class name is the file path, replacing / with _.
svetoslav80 Active member Licensed customer Sep 9, 2011 #5 Oh, I didn't realize that, it works now, thanks.