Jump to content

mrh666

Approved members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by mrh666

  1. Same issue here. Upgrading from 3.0.2 to 3.0.5 and no stats... But they definitely collecting.

     

    No issues with plugins, no issues with maintenance. On stats pages I can see all campaigns names, websites and zones names, but no stats. I can see the data in ox_data_bkt_m and ox_data_bkt_c tables, I can see the data in Global History Data plugin.

     

    This is not an issue with lib/RV.php, I already try full path to PEAR.php, relative path, RV_PATH . '/lib/pear/PEAR.php', not helping at all.

     

    This is not an plugins issue – reinstalled them all from scratch again, no luck.

     

    Any ideas/suggestions?

  2. There is an issue - possibility of infringement the rules of Adsese using iFrame invocation code.
    Google Adsese usually detects keywords on pages with Adsense code. If there is some keywords on page which is not appropriate with any Google advertisers (catastrophy, death, 18/21+ etc) Google will not deliver any ads. It's good actually. If my editor (I am running news website) will write news about plane crash, it's really not ok to show some air tickets ads on that page.

    So, if iFrame invocation code will call Adsense banner on this sort of page – this is should be infringement of Adsense rules. Google can not autodetect content of page containing iframe.

     

    Just use Javascript invocation as I do last few years.

  3. Sorry, I totally disiform you! I uploaded new conf file with debug option is off. But when I turned it on, those warnings (is_readable(): open_basedir restriction in effect. File(/usr/local/php54/lib/pear/MDB2/Driver/Extended/mysql.php) is not within the allowed path) still there.

     

    "/usr/local/php54/" is a real path of my PHP installation. But "lib/pear/MDB2/Driver/Extended/mysql.php" it's something from within Adserver. There is folder: revive-adserver/lib/pear/MDB2/Driver/ which contains:

    drwxr-xr-x  Datatype
    drwxr-xr-x  Function
    drwxr-xr-x  Manager
    drwxr-xr-x  Native
    drwxr-xr-x  Reverse
    -rw-r--r--    mysql.php
    -rw-r--r--    mysqli.php
    -rw-r--r--    pgsql.php

     

    But there is no folder called Extended/...

     

    This is my current DB section in config file:

     

    [database]
    type                                = mysql
    host                                = "hostname.info" <-- correct hostname
    socket                              = "path_to_socket" <-- correct path to socket
    port                                = 3306
    username                            = username <-- correct username
    password                            = pass <-- correct password
    name                                = revive_adserver_302
    persistent                          = true
    mysql4_compatibility                = true
    protocol                            = unix
    compress                            = false
    ssl                                 = false
    capath                              =
    ca                                  =

     

    Where did I made a mistake?

  4. Hi there,

     

    After upgrade to 3.0.2 I found 2 plugin with errors (openXDeliveryLog, openXVideoAds) in Configuration->Maintenance->Plugins->Plugin Report:

    oxDeliveryDataPrepare: Task failed _verifyDataObjects
    vastInlineBannerTypeHtml: Task failed _verifyDataObjects

     

    Before ask questions I downloaded both plugin packs from 3.0.2 repo on github.com, install them and chmod 777 plugins/ and www/admin/plugins directories. But errors are still there.

     

    Also there is nothing in debug.log (which is turned on in conf file).

     

     

  5. Hi there,
    After update to 3.0.2 when I log in or log out I've got a warning in the debug.log (6 similar warnings when log in and 2 same warnings when I logged out):
    Jan 03 01:56:56 +0200 OX-52c5fcc825650 [ warning] is_readable(): open_basedir restriction in effect. File(/usr/local/php54/lib/pear/MDB2/Driver/Extended/mysql.php) is not within the allowed path(s): (/tmp:/usr/local/lib/php:/home/username/revive-adserver/)

    If I understand correctly, Adserver should look for this mysql.php driver inside of /home/username/revive-adserver/ installation.
    When I make an upgrade I edit www.hostname.conf.php manually and I suppose I forgot to mention some path or write it wrong.

    Where should I look to fix it?

    Thank you!

     

×
×
  • Create New...