Strange, this is the first issue we've had with twitterblock install.
The only thing we accomplish in the postinstall is the creation of the actual block.
path_to_geeklog/plugins/twitter_block/autoinstall.php
Text Formatted Code
function plugin_postinstall_twitter_block($pi_name = 'twitter_block') {
if (!defined('GVERSION')) {
global $LANG_TWITTER_BLOCK_1, $_CONF;
require_once $_CONF['path'].'plugins/twitter_block/functions.inc';
// Add our block
$success = TW_addblock('twitter_block', $LANG_TWITTER_BLOCK_1['block_title'], 'phpblock_twitter_block', 2);
return $success;
}
}
try changing that to:
Text Formatted Code
function plugin_postinstall_twitter_block($pi_name = 'twitter_block') {
global $LANG_TWITTER_BLOCK_1, $_CONF;
require_once $_CONF['path'].'plugins/twitter_block/functions.inc';
// Add our block
$success = TW_addblock('twitter_block', $LANG_TWITTER_BLOCK_1['block_title'], 'phpblock_twitter_block', 2);
return $success;
}
I've tested this plugin to geeklog 1.8.x
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 -
http://www.flashyourweb.com