bridge to Gallery2 - Joomla! Forum - community, help and support
i using joomla 2.5
i trying bridge gallery2.3 joomla , having trouble. receive following error when open component in administrative panel of jooma.
fatal error: call member function redirect() on non-object in /home/*****/public_html/admin/components/com_joomg2/admin.joomg2.php on line 7.
this website: http://www.tillitomas.com
this admin.joomg2.php
<?php
// ensure file being included parent file
// no direct access
defined('_jexec') or die('restricted access');
$msg = "no configuration required " . $option;
$mainframe->redirect( 'index.php', $msg);
?>
i not sure how progress. tia tom
i trying bridge gallery2.3 joomla , having trouble. receive following error when open component in administrative panel of jooma.
fatal error: call member function redirect() on non-object in /home/*****/public_html/admin/components/com_joomg2/admin.joomg2.php on line 7.
this website: http://www.tillitomas.com
this admin.joomg2.php
<?php
// ensure file being included parent file
// no direct access
defined('_jexec') or die('restricted access');
$msg = "no configuration required " . $option;
$mainframe->redirect( 'index.php', $msg);
?>
i not sure how progress. tia tom
Comments
Post a Comment