I found that after upgrading to vBET 3.3.2 tweet poster stopped automatically updating. I was getting an error on the line that is added to functions_vbseo_createurl.php when manually running the tweet poster task.
Here's what you need to edit to get things working again... (or any mod that uses vbseo url's)
in functions_twitterposter.php AFTER
Code:
require_once(DIR . '/includes/functions_vbseo.php');
add
Code:
require_once(DIR . '/includes/vbenterprisetranslator_functions_vbseo.php');
re-upload the file