Can't get page to load

Discussion in 'Installation' started by damajkd, Feb 15, 2010.

  1. damajkd

    damajkd New Member

    Joined:
    Feb 11, 2010
    Messages:
    1
    Warning: require_once(/Hosting/5458906/html/members/common.inc.php) [function.require-once]: failed to open stream: No such file or directory in D:\Hosting\5458906\html\members\rconfig.inc.php(19) : eval()'d code(1) : eval()'d code on line 396

    I get this error message after step 4 of the set up when I click over the admin.
    Any ideas?
    Thanks in advance,
    Raf
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You get this because there is no /amember/common.inc.php

    Try to download aMember package again and reupload all files from it.
  3. hanzoarts

    hanzoarts New Member

    Joined:
    Feb 12, 2010
    Messages:
    2
    I get a similar error and did check for the common.inc.php file: WARNING: require_once(/smarty/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in line 177 of file common.inc.php

    Fatal error: Call to a member function log_error() on a non-object in /home/rmsflc/public_html/video/rconfig.inc.php(19) : eval()'d code(1) : eval()'d code on line 389


    I've added the protect code to the index.php cause I'd like to pretect the /amember/index.php file...

    Added this: <?php
    $_product_id = array('ONLY_LOGIN');
    include("plugins/protect/php_include/check.inc.php");
    ?>

Share This Page