I have looked at the existing thread at http://www.ecwid.com/forums/showthread.php?t=19820. I get the same error message. I attempted the workaround noted.
Here's the thing. I located and downloaded rokecwid.php.
But this line is not in the file: $controller->execute(JRequest::getCmd('task'));
This is the entire file:
// no direct access
defined('_JEXEC') or die('Restricted access');
// Require the base controller
require_once JPATH_COMPONENT . DIRECTORY_SEPARATOR . 'controller.php';
// Initialize the controller
$controller = new RokEcwidController();
$controller->execute( null );
// Redirect if set by the controller
$controller->redirect();
?>
Help?
Website: http://willendorfsoap.com/treats
|