Error installing Rating mod?

Discussion in 'Modules / Plugins / Modifications' started by island1, Dec 18, 2008.

  1. island1 Customer

    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?
  2. Lhotch curmudgeon

    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.
  3. island1 Customer

    eated a php.ini file in the .../public_html/modules/rating folder and it seems to be working now. Thanks Larry!
  4. Lhotch curmudgeon

    Ahh, you have one of those silly hosts that requires a php.ini in every folder
  5. SecondShoe Customer

    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.

Share This Page