Quote:
Originally Posted by AWS
I fixed the problem with it not working with vbseo 3.5. It was an easy fix.
in includes/twitterposter/functions_twitterposter.php
change this line in function initialize_vbseo()
PHP Code:
require_once(DIR . '/includes/functions_vbseo.php');
to:
PHP Code:
require_once(DIR . '/vbseo/includes/functions_vbseo.php');
vbSEO changed the structure of where the files are in 3.5. This hack couldn't find the file it needed. Once you change that line it will work.
See http://twitter.com/macminiforums
|
thats help and should be in the first thread created

thanks.