Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sf1318

Pages: [1]
1
It's working now. I guess I did a mistake when updating, SORRY!

Thank you for your support!

2

Yes I upgraded 0.8 to 0.9 to 0.10

To day I'll put the site on another server, meanwhile I'll roll back to the 3.0.8 and do the upgrade again. I'll keep you posted.

thanks

3

Thank you, this happens when I go to administer comments. No comments are shown.

4
Hello I have joomla 1.5.22 and 1.5.23, I tried the latest versions and the fix! not luck
 

Quote
_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); ?>

Quote
Notice: Undefined variable: commentTip in D:\Server\www\joomla\administrator\components\com_simple_review\addons\modules\Comment_Module\Comment_Module_Admin.php on line 599
Call Stack
#   Time   Memory   Function   Location
1   0.0016   701440   {main}( )   ..\index.php:0
2   0.1302   5553136   JAdministrator->dispatch( )   ..\index.php:67
3   0.1391   6250936   JComponentHelper->renderComponent( )   ..\application.php:136
4   0.1413   6341936   require_once( 'D:\Server\www\joomla\administrator\components\com_simple_review\admin.simple_review.php' )   ..\helper.php:162
5   0.1914   10652000   Comment_Module_Admin->Display( )   ..\admin.simple_review.php:131
6   0.1921   10652304   Comment_Module_Admin->_List( )   ..\Comment_Module_Admin.php:230

Quote
Notice: Undefined variable: values in D:\Server\www\joomla\administrator\components\com_simple_review\addons\modules\Comment_Module\Comment_Module_Admin.php on line 602
Call Stack
#   Time   Memory   Function   Location
1   0.0016   701440   {main}( )   ..\index.php:0
2   0.1302   5553136   JAdministrator->dispatch( )   ..\index.php:67
3   0.1391   6250936   JComponentHelper->renderComponent( )   ..\application.php:136
4   0.1413   6341936   require_once( 'D:\Server\www\joomla\administrator\components\com_simple_review\admin.simple_review.php' )   ..\helper.php:162
5   0.1914   10652000   Comment_Module_Admin->Display( )   ..\admin.simple_review.php:131
6   0.1921   10652304   Comment_Module_Admin->_List( )   ..\Comment_Module_Admin.php:230

Pages: [1]