
01-09-2011, 04:53 AM
|
 |
|
|
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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
|
thanks
|