Bixie Forum

This is the forum for the free Bixie extensions and general questions.
Bixie customers can use the Support Center for their support questions.

You can visit the old forum here.

Video Tutorials

Bixie now provides video tutorials to help you setting up the Bixie VM-Chrono module.

Check out the video tutorials here for a step-by-step installation help!

Welcome, Guest
Please Login or Register.    Lost Password?

I am new to VirtueUpload, but so far; zero success
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: I am new to VirtueUpload, but so far; zero success
#197
I am new to VirtueUpload, but so far; zero success 1 Year, 8 Months ago  
my site is brand new and i have joomla 1.5 and virtueMart.
i decided to try the VirtueUpload and on initial test after installation i got the following error:

Fatal error: Class 'JView' not found in /home/tigerbea/public_html/components/com_virtueupload/views/form/view.html.php on line 24

i am not sure why this would happen. i haven't had the chance to do anything with any of the settings or anything.

can anyone help?
jaydub
jaydub
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#227
Re: I am new to VirtueUpload, but so far; zero success 1 Year, 7 Months ago  
You are trying to approach VirtueUpload via a view. That is not possible.

Please read the manual and use VirtueUpload in you VirtueMart product.
malles
malles
Admin
Posts: 206
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Bixie customers can use the Support Center for their support questions.
 
#721
Re: I am new to VirtueUpload, but so far; zero success 10 Months, 1 Week ago  
Check the called task in the script components/com_component/virtueupload.php

Code:


defined( '_JEXEC' ) or die( 'Restricted access' );

require_once('controller.php');
$controller = new VirtueUploadController();

$task = JRequest::getVar('task');

foreach ($controller->_taskMap as $key => $value) {
$allowedTask = ($task == $key);
if ($allowedTask) break;
}

  if (!$allowedTask) {
echo '"'.$task.'" is not in the list of allowed tasks: <pre>';
print_r($controller->_taskMap);
echo "</pre>Program aborted.";
} else {
$controller->execute($task);
}

$controller->redirect();


jooomlaaa
jooomlaaa
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/04/06 14:53 By jooomlaaa.
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: baf