That was it. T the folder is now .../member_rating.tpl That fixed it. Thanks. Now when I click write a review I get this: Site error: the file /home/projedk3/public_html/includes/init.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. I had gone through the ioncube stuff to install my site originally?
If you have an ioncube issue it should be for all pages not just the review. Also, generally when a site has been working and then all of a suddon stops with an ioncube error the usually culprit is that the web host decided to upgrade their installed version of PHP and the new loader required to work with it needs to be specified.
eated a php.ini file in the .../public_html/modules/rating folder and it seems to be working now. Thanks Larry!
There is an error in readme.php. -Fix- 1. Open readme.php. 2. Find: PHP: <pre>{assign var="rating" value=$smarty.const.FILESYSTEM_PATH}<br />{include file="$rating/modules/rating/templates/rating.tpl"}</pre> 3. Replace with: PHP: <pre>{assign var="rating" value=$smarty.const.FILESYSTEM_PATH}<br />{include file="$rating/modules/rating/templates/member_rating.tpl"}</pre> 4. Save and close readme.php. 5. Follow the instructions in readme.php.