Jump to content

Eliza0406

Approved members
  • Posts

    182
  • Joined

  • Last visited

Posts posted by Eliza0406

  1. Hi ibrahim,

     

    Kindly check this directory in your adserver

     

    Step : 1

     

    make sure the default.conf.php file under http://youradserver.com/revive/var directory contains similar data

     

    ;<?php exit; ?>

    ;*** DO NOT REMOVE THE LINE ABOVE ***

    realConfig="localhost"

     

    Replace the localhost with your domain name.

     

    Step 2

     

    Next,check whether the file localhost.conf.php(Note : file name must be same as the domain name configured in Step 1) exist under http://youradserver.com/revive/var directory.

  2. Hi,

    Try the following, it might help you.

    Go to Banners-->Delivery Options--> choose "Time-Date" option from "Add Delivery Limitation" and click on "Add" button. Do it twice, then follow the below :

     

    In first Time-Date field, choose "Is later than or equal to" option and set date as "01 October 2014".

    In second Time-Date field, choose "Is earlier than or equal to" option and set date as "31 October 2014".

     

    Do the above and save changes.

  3. Hi,

    chmod -R a+w /opt/lampp/htdocs/ur openx/var
    chmod -R a+w /opt/lampp/htdocs/ur openx/var/cache
    chmod -R a+w /opt/lampp/htdocs/ur openx/var/plugins
    chmod -R a+w /opt/lampp/htdocs/ur openx/var/templates_compiled
    chmod -R a+w /opt/lampp/htdocs/ur openx/plugins
    chmod -R a+w /opt/lampp/htdocs/ur openx/www/admin/plugins
    chmod -R a+w /opt/lampp/htdocs/ur openx/www/images


    Check above permissions and all file should be "644" and folder should be "755".
     

  4. Hi,

    Please give the following permission to your revive version and all files should be 644 and folders should be 755 except following folders.

     

    chmod -R a+w /opt/lampp/htdocs/test/var
    chmod -R a+w /opt/lampp/htdocs/test/var/cache
    chmod -R a+w /opt/lampp/htdocs/test/var/plugins
    chmod -R a+w /opt/lampp/htdocs/test/var/templates_compiled
    chmod -R a+w /opt/lampp/htdocs/test/plugins
    chmod -R a+w /opt/lampp/htdocs/test/www/admin/plugins
    chmod -R a+w /opt/lampp/htdocs/test/www/images

×
×
  • Create New...