Archive for the 'Bug Tracking' Category

Joomla RubberDoc 0.9.4 simple bug patches

July 9th 2008: The html list of links generated by the RubberDoc plugin does not close properly . To fix this issue:

  1. go to plugins/content/rubberdoc.php line 111
  2. replace <ul> with </ul>

July 8th 2008: there is a bug which results into downloaded files with corrupted data. To fix this issue:

  1. go to the components/com_rubberdoc/views/doc/view.raw.php
  2. replace the line 57 to 59 with the following code

$doc =& JFactory::getDocument();
$doc->setMimeEncoding( $mime );
$doc->setModifiedDate( $data->get(’modified’) );
$doc->render();

header(’Content-Disposition: attachment; filename=”‘.$fileName.’” ‘);
header(’Content-Length: ‘. $fileSize);

July 3rd 2008: There is a bug which prevents {docs}doc-alias{/docs} tags to work properly within a Joomla article. This only happens when there is only one alias within the tags.

To fix this bug:

  1. go to the plugins/content/rubberdoc.php
  2. on line 149 replace all the instances of $doc[0]->id with $docs[0]->id and $doc[0]->title with $docs[0]->title
  3. save the file

Technorati Tags: , , , , , ,

Popularity: 15% [?]

[Resolved] - MySql Bug when viewing categories

I’ve just found out about the WordPress database error that I am getting when clicking on one of the categories on the right column. It is not a deal breaker, but looks darn ugly. It has probably been as a result of my recent upgrade to WordPress Version 2.1 .

Just wanted to let you know that I know about the bug, and I will fix it right away once I get the chance.

Popularity: 36% [?]


View Rastin Mehr's profile on LinkedIn
rmd Studio Inc.
Rastin Mehr's Facebook profile
www.flickr.com
This is a Flickr badge showing public photos from Aristocrat. Make your own badge here.

Close
E-mail It