Help > Bugs

Administrator site : Comment-Management problem

(1/1)

kevinlai:
I just install simple-review 3.0.12 run under joomla 1.7.3 on XAMPP. I can't see any comments in back end but it give me the error as below :

_AddonManager->Bridge->AdminPage; $columnNames = Array(); //change this to match db.php $columnNames[] = "Comment ID"; $columnNames[] = "IP Address"; $columnNames[] = "Rating"; $columnNames[] = "Comment"; $columnNames[] = "Published"; $propertyNames = Array(); $propertyNames[] = "commentID"; $propertyNames[] = "userIP"; $propertyNames[] = "userRating"; $propertyNames[] = Array('comment'); $propertyNames[] = "published"; SRControls::ItemListing($formName, $formAction, $columnNames, $propertyNames, $rows, 'list', $this, $pageNav); } function _PrintFormTable($values=NULL) { $option = $this->_AddonManager->Bridge->Option; //change this to match db.php $tip = $this->GetString('FormCommentsContentTip'); $commentTip = Simple_Review_Common::CreateToolTip($this->GetString('FormCommentsContent'), $tip); ?>

Any ideas how to make them work in back end too?

row1:
Hi,

Is this a fresh install or did you make some changes to any files?

Navigation

[0] Message Index

Go to full version