Re: Private Messaging Extended
Are the functions capitalized in the same manner? Windows doesn’t seem to care about capitalization, but Linux does. I’ve had that trouble with WordPress plugins before, where it seems the plugin was developed on Windows and the function was called
function DoThis() {
, so calling dothis()
stops working on Linux where it was fine on Windows.
Could that be a possibility?