Joomla tags

a real free joomla tag system

  • Increase font size
  • Default font size
  • Decrease font size
 Joomla Tags Support Forum :: General Question
Welcome Guest   
 Subject :Term manager issue.. 2009-07-23 06:05:39 
bata
Apprentice
Joined: 2009-07-23 11:59:38
Posts: 2
Location
<p>I am getting</p>
<p><strong><br /> <b>Notice</b>:  Undefined variable: lists in <b>D:\projects\JOOMLA\Eviware website\trunk\administrator\components\com_tag\views\term\tmpl\default.php</b> on line <b>11</b><br /></strong></p>
<p>error inside filter input field. I saw you had similar problem with some other page,</p>
<p>and as I am using also windows, I guess it is because of the same reason.</p>
<p> </p>
<p>Also, on the same page, I am getting <strong>Notice</strong>: Undefined property: stdClass::$checked_out in <strong>D:\projects\JOOMLA\Eviware website\trunk\libraries\joomla\html\html\grid.php</strong> on line <strong>102.</strong></p>
<p> </p>
<p><strong>Thanks<br /></strong></p>
IP Logged
 Subject :Re:Term manager issue.. 2009-07-24 07:08:34 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location
<p>It seems that you are using windows.<br />I will build up an windows server and try to fix them.<br />Thanks.</p>
IP Logged
 Subject :Re:Term manager issue.. 2009-07-25 01:39:13 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location
<p>I have fixed the first warning.</p>
<p>The second warning seems work with your own joomla.</p>
<p>What is your Joomla version?</p>
IP Logged
 Subject :Re:Term manager issue.. 2009-12-04 08:53:50 
maximba
Apprentice
Joined: 2009-12-04 15:46:39
Posts: 4
Location
<p>Having the same issue on Mac OS Snow Leopard, MAMP, Joomla! 1.5.15 while trying to change tag name in Term Manager. I get "Term successfully created!" but the tag name doesn't change and I have 12 (equal to the number of my tags) messages in logs:</p>
<p>[04-Dec-2009 15:42:06] PHP Notice:  Undefined property: stdClass::$checked_out in /Applications/MAMP/htdocs/itilabs/libraries/joomla/html/html/grid.php on line 102</p>
<p>I can delete all tags in the Term Manager and this will delete all tags in articles as expected (so at least delete works).</p>
<p>It might be a permission issue. Does the plugin change any files when changing tag name?</p>
<p>Help!</p>
<p>Max</p>
IP Logged
 Subject :Re:Term manager issue.. 2009-12-08 08:24:45 
maximba
Apprentice
Joined: 2009-12-04 15:46:39
Posts: 4
Location
<p>To make Term Manager correctly update all information on a tag, replace function update with:</p>
<p>
<p><span style="white-space: pre;"> </span>function update($id,$name,$description,$weight){</p>
<p><span style="white-space: pre;"> </span>$updateQuery='update #__tag_term set name="'.$name.'", weight="'.$weight.'", description="'.$description.'" where id='.$id;</p>
<p><span style="white-space: pre;"> </span>$this->_db->setQuery($updateQuery);</p>
<p><span style="white-space: pre;"> </span>return $this->_db->query();</p>
<p><span style="white-space: pre;"> </span>}</p>
<p>in this file:</p>
</p>
<p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;">administrator/components/com_tag/models/term.php</p>
</p>
IP Logged
 Subject :Re:Term manager issue.. 2009-12-09 03:23:22 
maximba
Apprentice
Joined: 2009-12-04 15:46:39
Posts: 4
Location
<p>Get rid of line 102 bug (by <span style="font-family: Arial, Helvetica, sans-serif; line-height: 18px; border-collapse: collapse; font-weight: bold;">Severins</span> from bugs thread):</p>
<p><span style="font-family: Arial, Helvetica, sans-serif; line-height: 18px;"> </span></p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">You need to open the file \administrator\components\com_tag\views\term\tmpl\default.php</p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">and change the string:</p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;"><em>$checked    = JHTML::_('grid.checkedout',   $row, $i );</em></p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">on</p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;"><em>$checked = JHTML::_('grid.id', $i, $row->id );</em></p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;"> </p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;">Still looking into the tags with dash issue, not sure what's going on there. Aha! The problem occurs only when "Search Engine Friendly URLs" is set to "Yes"</p>
<p> </p>
IP Logged
Last Edited On: 2009-12-09 03:23:22 By maximba for the Reason
 Subject :Re:Term manager issue.. 2009-12-10 20:20:24 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location
<p>The two bugs are fixed in version 1.3.0.</p>
<p>Please update and verify.</p>
IP Logged
 Subject :Re:Term manager issue.. 2010-02-07 02:17:17 
kpax
Intern
Joined: 2009-11-27 09:32:09
Posts: 9
Location
<p>Hm, on my live system (@hoster) the dash/hyphen bug still occours. But I can confirm that this bug dissapears when I turn "SE friendly URLs" off.</p>
<p> </p>
<p>Grml... that makes me sadly because I have a lot of terms with a dash/hyphen and also want to keep the "SE friendly URLs" option on. Are there any solutions?</p>
<p>Regards</p>
<p>kpax</p>
IP Logged
 Subject :Re:Term manager issue.. 2010-03-05 02:17:45 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location
<p>Currently, I don't have much time to fix the dash bug(Sorry:).</p>
<p>Perhaps you can use phpmyadmin to execute a sql to remove the dash.</p>
<p>Please refer the following article:</p>
<p>http://www.eboga.org/cms/joomla/batch-update-or-replace-in-joomla.html</p>
<p>Plus, please do some test on you local machine.</p>
IP Logged
Page # 


Powered by ccBoard


Newsletter

Please subscribe to our newsletter to stay up-to-date with the latest news and release notifications delivered to your inbox.
Tags for Joomla



Joomla Plugin:ReadMoreExt