Thursday, 11 March 2010
Baticore
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Warnings and Errors in Mass Import Component (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
  • Page:
  • << Start < Prev 1 2 Next > End >>
TOPIC: Re:Warnings and Errors in Mass Import Component
#150
georgvs (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Warnings and Errors in Mass Import Component 1 Year, 1 Month ago  
Hi, I just installed Mass Import and noticed a few things that may be normal, but I didn't want to continue (maybe I mis-installed somehow). Joomla 1.5.9:

Click Components->"Mass import"->"Import mass content"



QUOTE:
Notice: Undefined variable: my in C:\wamp\www\administrator\components\com_massimport\models\import.php on line 157

Notice: Trying to get property of non-object in C:\wamp\www\administrator\components\com_massimport\models\import.php on line 157


Code:

// build list of users $lists['created_by'] = JHTML::_('list.users', 'created_by', [b]$my[/b]->id );
QUOTE:
Notice: Undefined variable: formats in C:\wamp\www\administrator\components\com_massimport\models\import.php on line 206
Code:

$lists['formatname'] = JHTML::_('select.genericlist', $formats , 'formatname', 'class="inputbox"', 'value', 'text', null );
QUOTE:
Warning: Invalid argument supplied for foreach() in C:\wamp\www\libraries\joomla\html\html\select.php on line 68
Code:

/** * Generates just the option tags for an HTML select list * * @param array An array of objects * @param string The name of the object variable for the option value * @param string The name of the object variable for the option text * @param mixed The key that is selected (accepts an array or a string) * @returns string HTML for the select list */ function options( $arr, $key = 'value', $text = 'text', $selected = null, $translate = false ) { $html = ''; foreach ($arr as $i => $option) {
I'm guessing that comes from \www\administrator\components\com_massimport\models\import.php line 202:
Code:

$format_lists = $database->loadObjectList(); foreach ( $format_lists as $format_list ) { $formats[] = JHTML::_('select.option', $format_list->formatname, $format_list->formatname ); }
Then, click "Parameters" and "Save". I'm guessing that this is totally harmless, as there are no configurations to be saved with this component. This warning also occurs with Mass Content component
QUOTE:
Notice: Undefined index: params in C:\wamp\www\libraries\joomla\database\table\component.php on line 105
Code:

/** * Overloaded bind function * * @access public * @param array $hash named array * @return null|string null is operation was satisfactory, otherwise returns an error * @see JTable:bind * @since 1.5 */ function bind($array, $ignore = '') { [b] if (is_array( $array['params'] ))[/b] { $registry = new JRegistry(); $registry->loadArray($array['params']); $array['params'] = $registry->toString(); } return parent::bind($array, $ignore); }
Thanks for looking.
 
Report to moderator   Logged Logged  
 
Last Edit: 2009/02/07 18:59 By georgvs.
  The administrator has disabled public write access.
#153
johann (Admin)
Admin
Posts: 84
graph
User Offline Click here to see the profile of this user
Re:Warnings and Errors in Mass Import Component 1 Year ago  
Hi,
It seems that I'm missing initialization of some variables, I will look into it.
Thanks for reporting it!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#178
hagahaga (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:Warnings and Errors in Mass Import Component 12 Months ago  
hi

I'm getting the same error message after a fresh installation of Joomla 1.5.9 and Mass Content 1.3.2.

Components->"Mass import"->"Create mass content"

Warning: Invalid argument supplied for foreach() in xxxxx/libraries/joomla/html/html/select.php on line 68

Any news about this issue?

Thanks for your work!

Greetings
h.
 
Report to moderator   Logged Logged  
 
Last Edit: 2009/03/14 11:34 By hagahaga.
  The administrator has disabled public write access.
#190
johann (Admin)
Admin
Posts: 84
graph
User Offline Click here to see the profile of this user
Re:Warnings and Errors in Mass Import Component 11 Months, 2 Weeks ago  
hi,

I haven't progressed on this component so far :'(
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#211
getpat (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:Warnings and Errors in Mass Import Component 9 Months ago  
I have a project I would like to have some paid assistance with if you have time.

Thanks,

Pat
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#249
inverter (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:Warnings and Errors in Mass Import Component 3 Months, 1 Week ago  
johann wrote:
QUOTE:
hi,

I haven't progressed on this component so far :'(


This component is totally worth paying for when it's completed.

I tried to send you an email but the email failed from your contact link.

If you're interested I would like to give you a template. I think your product will be super popular when done.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
  • Page:
  • << Start < Prev 1 2 Next > End >>
Powered by FireBoardget the latest posts directly to your desktop

How to help me?

Use the component
Propose new features
Reports bugs
Help others in the forum
Talk about the component
Vote for me