Jump to content

karel

Approved members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by karel

  1. Benwinton suggestion fixed my new install also. I only edited RV.php and corrected the path with the fully_qualified_server_path.

    For me no need to chmod anything.

     

    :)

    I resolved mine by doing the following:

     

    1. Locate the RV.php file. It should be at /lib directory of your revive installation.

    2. Edit line 13 as follows: Change the line from this -- "require_once RV_PATH . '/lib/pear/PEAR.php';" to this, instead: require_once 'fully_qualified_server_path/adservername/lib/pear/PEAR.php'; ("fully_qualified_server_path" would be your host or webserver path. "adservername" is the name of your directory where revive 3.0.3. is installed, typically something like "revive.")

     

    Also check that your maintenance scripts are chmod'd to at least 755. I set mine to 777 for now, but am experimenting with lowering them back to 755.

     

×
×
  • Create New...