Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have this code in a file called iconbasic which is supposed to run my profile image uploader but it's not working. Anyone have any idea why?

I am new at this, BUT, the agentform folder in the component fron-end has an edit.php file which has this line in it:

<?php echo $this->form->getInput('icon'); ?>

Then in the models folder, we have agent.xml file which basically points this at the iconbasic.php using this line:

    <field name="icon" type="iconbasic" label="COM_IPROPERTY_IMAGE" readonly="true" folder="agents" />

Then in the administrator files of the component, I have a file called iconbasic.php in the models folder inside a subfolder called fields. On the front end, the site is allowing me to upload files and then i find them stored in the correct directory but they are not displaying on the site. I am trying to find out the reason why and will really appreciate a bit of help. Have no coding experience and have just more or less figured this out myself today using notepad ++ :)

This is the iconbasic.php file:

<?php
/**
 * @version 2.0 2012-01-20
 * @package Joomla
 * @subpackage Intellectual Property
 * @copyright (C) 2012 the Thinkery
 * @license GNU/GPL see LICENSE.php
 */

defined('JPATH_BASE') or die;

jimport('joomla.html.html');
jimport('joomla.form.formfield');

class JFormFieldIconBasic extends JFormField
{
protected $type = 'Iconbasic';

protected function getInput()
{
    $user       = JFactory::getUser();
    $document   = JFactory::getDocument();
    $folder     = $this->element['folder']; // agents or companies
    $id         = JRequest::getInt('id');
    $settings   = ipropertyAdmin::config();
    $database   = JFactory::getDBO();

    switch ($folder){
        case 'agents':
            $width = $settings->agent_photo_width;
            $table = '#__iproperty_agents';
        break;
        case 'companies':
            $width = $settings->company_photo_width;
            $table = '#__iproperty_companies';
        break;
        default:
            $width = $settings->agent_photo_width;
            $table = '#__iproperty_agents';
        break;
    }

    $sql = "SELECT icon FROM ".$table." WHERE id = ".$id;
    $database->setQuery($sql);
    $icon = $database->loadResult();

    if (!$icon) $icon = 'nopic.png';


    $document->addScript( "http://bp.yahooapis.com/2.4.21/browserplus-min.js" );
    $document->addScript( "https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" );
    $document->addScript( JURI::root()."components/com_iproperty/assets/js/plupload/js/plupload.full.js" );

    $script = 
"jQuery.noConflict();
jQuery(document).ready(function($) {
var uploader = new plupload.Uploader({
    runtimes : 'html5,flash,silverlight,browserplus',
    browse_button : 'pickfiles',
    container : 'container',
    max_file_size : '2mb',
    unique_names : true,
    multipart: true,
    urlstream_upload: true,
    url : '".JURI::root()."index.php?option=com_iproperty&task=ajax.ajaxIconUpload&format=raw&".JUtility::getToken()."=1&target=".$folder."&id=".$id."',
    flash_swf_url : '".JURI::root()."components/com_iproperty/assets/js/plupload/js/plupload.flash.swf',
    silverlight_xap_url : '".JURI::root()."components/com_iproperty/assets/js/plupload/js/plupload.silverlight.xap',
    filters : [
        {title : 'Image files', extensions : 'jpg,gif,png'}
        //{title : '".JText::_('COM_IPROPERTY_IMAGE_TYPES')."', extensions : '".JText::_('COM_IPROPERTY_IMAGE_EXTENSIONS')."'}
    ],
    resize : {width : ".$width.", height : ".$width.", quality : 90} // we use the same value for width/height so it scales proportionally
});

$('#uploadfiles').click(function(e) {
    uploader.start();
    e.preventDefault();
});

uploader.init();

uploader.bind('FilesAdded', function(up, files) {
    $.each(files, function(i, file) {
        $('#filelist').append(
            '<div id=\"' + file.id + '\">' +
            file.name + ' (' + plupload.formatSize(file.size) + ') <b></b>' +
        '</div>');
    });

    uploader.start(); // auto start when file added

    up.refresh(); // Reposition Flash/Silverlight
});

uploader.bind('UploadProgress', function(up, file) {
    $('#' + file.id + \" b\").html(file.percent + \"%\");
});

uploader.bind('Error', function(up, err) {
console.log(err);
    $('#filelist').append(\"<div>Error: \" + err.code +
        \", Message: \" + err.message +
        (err.file ? \", File: \" + err.file.name : \"\") +
        \"</div>\"
    );
    up.refresh(); // Reposition Flash/Silverlight
});

uploader.bind('FileUploaded', function(up, file, info) {
    var finfo = jQuery.parseJSON(info.response);
    if (finfo[0].status){ // successful image upload
        var path = '".JURI::root()."media/com_iproperty/".$folder."/'+finfo[0].result;
        $('#ip_photo_holder').attr('src', path);
    }
});
});"."\n";   

    $document->addScriptDeclaration($script);
    // Build image select js and load the view
    $img_path   = JURI::root(true).'/media/com_iproperty/'.$folder.'/';     
    ?>
    <div style="padding: 4px;" id="container">
        <div id="filelist"></div><br />
        <a id="pickfiles" href="javascript:void(0);">[Select files]</a>
        <a id="uploadfiles" href="javascript:void(0);">[Upload files]</a>
    </div>
    <div><img id="ip_photo_holder" src="<?php echo JURI::root(); ?>/media/com_iproperty/<?php echo $folder.'/'.$icon; ?>"></div>
    <?php
}
}
share|improve this question

closed as not a real question by Jack, edorian, Adam Wagner, SingerOfTheFall, AVD Sep 24 '12 at 5:37

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Class 'ipropertyController' means that it isn't finding the controller that it is expecting. Have you created a com_component.php to call the view specific controller? It normally has the specific code

// Require specific controller if requested
if($controller = JRequest::getWord('controller')) {
    $path = JPATH_COMPONENT.DS.'controllers'.DS.$controller.'.php';
    if (file_exists($path)) {
        require_once $path;
    } else {
        $controller = '';
    }
}

// Create the controller
$classname  = 'ComponentController'.$controller;  //change Component to actual component name here
$controller = new $classname( );

There is then a controller expected for the entire class ComponentController. Found in admin/controller.php - or presumably in your case components/com_component/controller.php . Here is where class ComponentController extends JController is found. This of course makes the assumption that iproperty is the name of your component!! If it is it may well be just a simple case of adding in the extra controller.php into the root of your components ROOT/component/com_component/ directory.

share|improve this answer
thanks George, I had to slightly alter the question, don't really know what's happening - it seems to upload the image but doesn't change the one being displayed. – Stephen O'connor Sep 24 '12 at 14:12

Not the answer you're looking for? Browse other questions tagged or ask your own question.