Jump to content

w-sky

Approved members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by w-sky

  1. On 12/15/2022 at 10:22 PM, Lukas93 said:

    https://www.revive-adserver.com/how-to/change-the-name-of-the-oaid-cookie/

     

    In this Link you can see, where you can "disable" OAID Cookies. But the Geo Cookie I don't know. But perhaps, there would be soulution any time. I have found this software today, I have to say 😄

     I can not find the part on the page linked above about how to disable the cookie. It says that the cookie is not necessary at all, but then only explains how to rename it. 🤔

    PS: I tried what happens when I remove the line "viewerId=OAID" or change it to "viewerId=" or "viewerId=none", but in all those cases, Revive just does not work anymore. It must have a viewerId other than none.

  2. We finally got HTML5 banners working again with Revive. Unfortunately I cannot say what exactly the source of the problem was.

    My colleague re-created the banners using the latest version of Google Web Designer where he specifically checked the click tag settings before exporting. Important is to use the "export" option of Web Designer, not the "save" option to create the final .zip file.

    Also we have noticed that there might be problems with the click tag that depend on the browser or browser version. With Chrome based browsers there seem to be the least problems.

  3. PS: This is the clicktag script which Web Designer is using:

    var clickTag = "{target URL}";
    window.open((function(url, param, defVal) {
      var p = url.split('?');
      p = p.length < 2 ? "" : p[1];
      var vars = p.split("&");
      var res = defVal, v;
      for (var i = 0; i < vars.length; i++) {
        v = vars[i].split('=');
        if (v.length < 2 || v[0] !== param) {
            continue;
        }
        res = decodeURIComponent(v[1]);
        break;
      }
      return res;
    })(window.location.href, "clickTag", clickTag));

  4. Is it possible that I am the only one having this problem? The effect is clear: The linked URL starts with the actual URL of the image itself then followed by the almost correct delivery URL, but encoded. Somehow the image URL is pushed in front of it.

     

    Have the requirements changed for the HTML5 banner file? I am using a .ZIP file which was created with Google Web Designer. I can't see any other options in Revive to control the link behavior and the saved target link in banner settings is correct.

     

  5. Hello, we were using a few HTML5 banners but as it seems, since updating to Revive 5.2.1 those are not working correctly any more. The banners still display fine, but the link on click is broken, this is an example link:

    https://www.hanfjournal.de/openx/www/images/5d5132924a96e18d55a541ebe5fa2af0/https%3A%2F%2Fwww.hanfjournal.de%2Fopenx%2Fwww%2Fdelivery%2Fcl.php%3Fbannerid%3D251%26zoneid%3D0%26log%3Dno%26sig%3Ddb36aed1622db195420c0b9c1cbfa7b918d62b0d62f4e65b8bc1779544b44e31%26oadest%3Dhttps%3A%2F%2Fwww.hanfzart.de%2F

    The actual destination is https://www.hanfzart.de/

    How can we fix this?

  6. Question: Is it always necessary to manually add the two code segments above to the HTML5 banner files to make the banner link setting work and enable counting of clicks in Revive?

    Recently I got a HTML5 banner for the first time and saved a destination URL exactly like shown above, but still the banner was not linked to anything.
    I asked my graphics colleague if he can add a link with Google Web Designer and so he did. Clicking on the banner does work, but the URL saved at Revive banner settings does not have any effect.

     

  7. Thanks a lot! I guess I did not search enough, because I did not find those articles. ?
    Anyway, I have imported the code for the 3 plugins in question and seen from the backend, all seems to be fine.

    Only at the details of "IAB VAST Video Player Plugin" and "IAB VAST Report Plugin" there is not table at all. (So also not a number in the Group column as a sign of a broken plugin.) But maybe this is normal?

    Also, the /www/admin/extensions folder and its contents have not been re-created by importing the code … I am not sure if it's really fixed.

    I did/do not notice any malfunctions, except during update, but I am not using Video ads.

  8. Hello there. I just updated to 4.2.1 and found a problem while importing plugins using the upgrade wizard, which probably was caused during the previous update. The mistake during the previous update was to enter a path containing ~ as path of the previous installation, and because this failed copying the plugins folder manually.

    From install.log during this update now, with correct full path given, I found that the wizard was unable to find many files in "/www/admin/extensions/" (most in "/www/admin/extensions/videoReport/") and one specific file "/extensions/bannerTypeText/oxText/genericText.delivery.php"

    I searched the folders of the old (4.2.0) installation and the new, but both "extensions" folders do not exist at all.
    According to the log, at the end 3 plugins failed to import correctly:

    Plugin: openXBannerTypes - Unable to locate XML files
    Plugin: openXDeliveryLimitations - Unable to locate XML files
    Plugin: openXVideoAds - Unable to locate XML files

    However, all plugins are shown now in Admin menu, no errors or warnings here, and Revive 4.2.1 is working fine. Note that we are not using Video ads… but I am sure the plugins installation is not valid.

    How can I check the consistency and how can I fix this? Should I uninstall the plugins and reinstall them?

     

  9. Hi there,

    time and again a customer asks us to add a nofollow tag to the banner link, whether it makes sense or not, and because I see there is no way to edit link rel-tags for only one specific banner, I usually unlink the "real" banner from zones, create a second HTML only banner, where I enter the desired code with the banner file as image source, and link this one to the zone(s).

    Working well, but tracking does not work. If I allow the html code to be changed for tracking (default), this code will end up in the page source:

    … title="xyz" rel="nofollow noopener"target="_blank"><img …

    (missing space before target!) while the original code was either one of those (no difference in result):

    … title="xyz" rel="nofollow noopener" target="_blank">
    … title="xyz" target="_blank" rel="nofollow noopener">
    … title="xyz" rel="nofollow noopener" >

    Anyway, my first "Feature Request" is to add a simple option at banner details to enable/disable rel=nofollow.

    Second request is an option to enable a direct link for a banner instead of the Revive delivery URL, which sadly would disable tracking, but having a direct link is another request from some of our customers. For now I also create a HTML only banner to make this happening.

     

    PS: I found there is a way to add rel="nofollow" for all banners, just mentioning, but this does not help me.

     

  10. On 8/15/2018 at 12:42 AM, andrewatfornax said:

    Correct - please see the PHP documentation linked to from the page above re: how to set this.

    Unfortunately I can't. The list of PHP settings in my post above are ALL settings which are available to me (using a "managed server"). For any other changes to PHP settings I will have to open a support ticket at my hoster and ask them to change the configuration, and they might not agree since it is not a PHP error.

     

  11. On 8/12/2018 at 5:44 AM, andrewatfornax said:

    Hi @w-sky,

    Yes, I'm pretty sure this all comes from your PHP configuration. 

    Here are all PHP configuration options and their current settings which are available from my hoster:

    display_errors – off
    allow_url_fopen – off
    expose_php – off
    mbstring.func_overload – 0
    memory_limit – 160M
    max_execution_time – 60
    upload_max_filesize – 30M
    max_file_uploads – 20
    max_input_vars – 1000
    extensions – none (available: APC, ImageMagick)
    zend_extensions – none (available: Ioncube Loader, Source Guardian, eAccelerator, Zend Guard, OPcache, XDebug)

    However I think none of these will help with mail problems. :(

     

  12. It is not resolved, at least for us. Until August 2017 everything was fine: the "From:" address of all Revive mails was exactly as saved in settings. Since then, it is looking like this:

    From: a <[email protected]>

    "server01" is the technical server name (not our domain name) and "our-hoster.com" is the domain name of our hosting service. Where the "a" does come from, I do not know.

    I am not sure what has happened in August 2017. Maybe it started with PHP updates? We were using 7.0 in 2017, now 7.1, soon 7.2

     

  13. Hi there, we are using the Revive adserver since many years on our system, even when it was called „openx“, but now of course it is the latest version of Revive. Running perfectly fine and smooth. :)

    We never changed the local path and URL and so it still is like oursite.com/openx/www/admin and the local path is like …user/web/openx/ for the Revive installation. But „OpenX“ is a commercial service nowadays and it might be confusing for our customers using the address "oursite.com/openx" for our own Revive ad server.

    How complex and what are the steps to change the local path and URL of Revive without any interruption of function?

    Apparently I would have to update all Revive code fragments on all pages using our ads too. (Here it is 5 Sites * 5 Banner zones + a few extra zones = ~30 edits to page templates or widget codes.) Considering the work, maybe this is just utterly unimportant. What do you think?

     

  14. Hi there.

    I joined this discussion earlier, before you guys started to get really into technical details. Which is great. :) Unfortunately I can not contribute very much, but might I suggest something:

    I really think, especially considering the problems with more complex or unique banner codes etc., two simple and elegant solutions while using the same simple banner code for email banners as now: Make revive swap the banner & link which are returned for this email zone.

    Maybe a) on a timely basis, trying to make it equally shared for all campaigns in that zone according to their probability or b) swap on each delivery, or each 10th/100th delivery again equally shared for all campaigns.

    What do you think?

  15. Well I'm confused too. This malfunction appeared just out of nowhere, neither configuration of Revive nor PHP was changed. To see if it helps. I changed the from address at email settings more than once, settings are being saved and I can see them in .conf.php file – but they don't work.

    The mails I receive are showing this address:

    From: "a" <[email protected]>

    The mails some customers receive show this senders address:

    From: "Default Account" <[email protected]>

    Which is a valid address at "our-main-domain", but it is not used in Revive anywhere. However, all other mail sending applications on the same server as this Revive instance, Wordpress and plugins of Wordpress, don't show any problem using PHP sendmail. The server is running PHP 7.0 wit OPCache. (though we will soon switch to 7.1) and it's a managed server, so I am controlling just a few options like extensions and everything else is "full standard".

    I am not sure at all it's a server problem. But still I would be glad for any help.

  16. That's a bit like hacking Revive. :) But I'd rather do this with in-house means, or with a good valid plugin or not at all. After all, it's production, not experimental.

    I found two plugins to use multiple banners in an email zone. The price is $60 each.

    1. http://www.openxmods.com/openxmods/Multiple-ads-in-an-email-zone/prod_1461.html
    They don't explain how their plugin works. The 2-server and source code options are slightly cheaper here.

    2. http://www.reviveadservermod.com/others/multiple-ads-in-an-email-zone
    You can see an example of the bannercode here and a short explanation. If I understand correctly, the email recipients will see a new randomly picked banner each time they open the email.

    That's nice, but still I think just changing the banner daily would be easier. The email banner code would be the same, and if campaings usually run several months (which is the case at our site), then a daily rotation of all two or more banners in the zone would be quite fair to the advertisers too.

    Anyway: Anyone got some experience with one of the plugins? Unfortunately there is no try-before-you-buy option.

     

  17. Creating single day campaigns is just too much work, in our case it's not worth it because the email banner is just some "extra" that we would give to those who have booked a regular website banner campaign. Now it can be only one. Using a plugin for changing the email banner sounds nice though.

     

  18. Hello, I see there is a limitation of only ony active banner in Email/Newsletter zones as explained here https://documentation.revive-adserver.com/display/DOCS/Only+One+Active+Banner+in+Email-Newsletter+Zones

    But I wonder, can Revive change this banner on a daily basis?

    I thought of creating campaigns that would last a single day and have another campaign each day, but the work for this setup is too much … also, I would rather use some existing campaigns and include the email zone to linked zones where it fits.

     

  19. Hi there, I'm sorry, but I am continously getting bogus "from" addresses in the email sent by Revive!

    Using Revive Adserver v4.0.2 running on Apache, PHP 7.0.22 and MySQL 5.5.57-0+deb8u1, OPcache enabled.

    Instead of the name and address specified in the email section of the configuration, the mails now have the (nonexisting) username "a" and the domain name of our server as sender's address (which will not work for receiving email):

    From: "a" <[email protected]>

    What can I do? Though the parameter "logOutgoing=1" is configured, I can not find an email log in the revive/var folders.

  20. Hi there,

    I just noticed that an automatic email about "Impending campaign expiration" which Revive has sent to our customer (using a French user account) has a wrong from address. Strange however, the same email sent to me as administrator (in English) has the correct from address which has been set in Configuration/Email Settings.

    Furthermore, that email "[email protected]" actually is the real default administrator email adress used in varios server settings, but it is NOT being used anywhere in Revive for user or administrator accounts and oursite.net is not even the domain name that Revive is configured with. Revive Version: v4.0.2 / Apache, PHP 7.0.21 and MySQL 5.5.57

    Here is what I got from our customer: (You also might notice, the translation is incomplete. I don't speak french however.)

    Le 28/07/2017 00:01, « Default Account » <[email protected]> a écrit :
     
    Dear xxx xxx,
     
    Votre campagne montré ci-dessous est prévu pour finir le 25.08.2017.
     
    As a result, the campaign will soon be automatically disabled, and the
    following banners in the campaign will also be disabled:
  21. By the time, I found the "Easy Code Placement" plugin that makes it possible to enter JavaScript code at (almost) any place in WordPress, also on menu items.

    https://de.wordpress.org/plugins/easy-code-placement/

    This plugin makes it possible to enter the full Revive code for a (text) banner as a menu item. I've tested it with asynchronous JS tag and the long Javascript tag (molded to one line), both working fine on the main menu.

    I haven't tested it with image banners however, not sure if that would work too.

     

  22. Hi there. I am using Revive Adserver for quite I while and I think a can find my way around, but I did not fully understand why I can link a campaign to a zone, and also link the banner to a zone.

    99% of my ads have one advertiser, leading one active campaign and one banner. Usually I only link the banner to the zone and it is working fine. Is this okay or should I always link the campaign too? Does it make a difference?

    Thanks for any answer. :)

     

  23. Hi there,

    I just added a new advertiser with a new campaign and banner, everthing as usual and as I have done it several times before, but this time the banner would not show.

    I then checked the error log which is set to record errors and warnings, and it shows a lot of warnings just at the time when I had added the new campaign. Only one thing "special" about that campaign: It had an apostrophe (this one: ’ – UFT code U+2019 or &#8217; ) in the advertisers name.

    I have changed the name (removed the apostrophe) and now it seems to work just fine, no more warnings. Not sure if that really was the problem. :/ It still has this apostrophe in the campaign name though.

    Nov 23 14:21:54 +0100 OX-583597f29e4ca [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:22:12 +0100 OX-58359804371a7 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:22:12 +0100 OX-58359804371a7 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:12 +0100 OX-58359804371a7 [  warning]  Declaration of OA_Admin_UI_Component_Html::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:12 +0100 OX-58359804371a7 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:22:12 +0100 OX-58359804371a7 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:13 +0100 OX-583598058389b [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:22:34 +0100 OX-5835981a8ecf5 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:22:40 +0100 OX-5835982076e15 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:22:40 +0100 OX-5835982076e15 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:40 +0100 OX-5835982076e15 [  warning]  Declaration of OA_Admin_UI_Component_Html::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:40 +0100 OX-5835982076e15 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:22:40 +0100 OX-5835982076e15 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:40 +0100 OX-58359820af732 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:22:40 +0100 OX-58359820af732 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:40 +0100 OX-58359820af732 [  warning]  Declaration of OA_Admin_UI_Component_Html::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:40 +0100 OX-58359820af732 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:22:40 +0100 OX-58359820af732 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:22:43 +0100 OX-58359822e91d6 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:22:49 +0100 OX-58359828d8479 [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:22:49 +0100 OX-58359828da10c [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:23:13 +0100 OX-5835984199eb6 [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:23:13 +0100 OX-5835984199ed8 [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:23:25 +0100 OX-5835984d4be13 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:23:25 +0100 OX-5835984d4be13 [  warning]  Declaration of Plugins_BannerTypeHTML_vastInlineBannerTypeHtml_vastBase::processForm($insert, $bannerid, $aFields) should be compatible with Plugins_BannerTypeHTML::processForm($insert, $bannerid, &amp;$aFields, &amp;$aVariables)
    Nov 23 14:23:25 +0100 OX-5835984d4be13 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:23:25 +0100 OX-5835984d4be13 [  warning]  Declaration of HTML_QuickForm_file::_findValue() should be compatible with HTML_QuickForm_element::_findValue(&amp;$values)
    Nov 23 14:23:25 +0100 OX-5835984d4be13 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:24:32 +0100 OX-58359890581d7 [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:24:38 +0100 OX-58359896d08e5 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:24:38 +0100 OX-58359896d08e5 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:24:38 +0100 OX-58359896d08e5 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:24:38 +0100 OX-58359896d08e5 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:24:38 +0100 OX-58359896d08e5 [  warning]  Declaration of OA_Admin_UI_Rule_Min::validate($value, $min) should be compatible with HTML_QuickForm_Rule::validate($value)
    Nov 23 14:24:40 +0100 OX-58359898b4a95 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:24:40 +0100 OX-58359898b4a95 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:24:40 +0100 OX-58359898b4a95 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:24:40 +0100 OX-58359898b4a95 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:24:40 +0100 OX-58359898b4a95 [  warning]  Declaration of OA_Admin_UI_Rule_Min::validate($value, $min) should be compatible with HTML_QuickForm_Rule::validate($value)
    Nov 23 14:25:34 +0100 OX-583598ce04dd9 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:25:34 +0100 OX-583598ce04dd9 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:25:34 +0100 OX-583598ce04dd9 [  warning]  Declaration of OA_Admin_UI_Component_Html::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:25:34 +0100 OX-583598ce04dd9 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:25:34 +0100 OX-583598ce04dd9 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:25:36 +0100 OX-583598d0692f0 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:25:39 +0100 OX-583598d379ead [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:25:39 +0100 OX-583598d379ead [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:25:39 +0100 OX-583598d379ead [  warning]  Declaration of OA_Admin_UI_Component_Html::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:25:39 +0100 OX-583598d379ead [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:25:39 +0100 OX-583598d379ead [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:25:41 +0100 OX-583598d51c848 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:26:15 +0100 OX-583598f79f99c [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:26:15 +0100 OX-583598f7b1c2b [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:26:20 +0100 OX-583598fc55e0d [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:26:20 +0100 OX-583598fc58933 [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:26:49 +0100 OX-583599195bf5a [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:26:49 +0100 OX-583599195bf5a [  warning]  Declaration of Plugins_BannerTypeHTML_vastInlineBannerTypeHtml_vastBase::processForm($insert, $bannerid, $aFields) should be compatible with Plugins_BannerTypeHTML::processForm($insert, $bannerid, &amp;$aFields, &amp;$aVariables)
    Nov 23 14:26:49 +0100 OX-583599195bf5a [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:26:49 +0100 OX-583599195bf5a [  warning]  Declaration of HTML_QuickForm_file::_findValue() should be compatible with HTML_QuickForm_element::_findValue(&amp;$values)
    Nov 23 14:26:49 +0100 OX-583599195bf5a [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:27:08 +0100 OX-5835992c64ae3 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:27:08 +0100 OX-5835992c64ae3 [  warning]  Declaration of Plugins_BannerTypeHTML_vastInlineBannerTypeHtml_vastBase::processForm($insert, $bannerid, $aFields) should be compatible with Plugins_BannerTypeHTML::processForm($insert, $bannerid, &amp;$aFields, &amp;$aVariables)
    Nov 23 14:27:08 +0100 OX-5835992c64ae3 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:27:08 +0100 OX-5835992c64ae3 [  warning]  Declaration of HTML_QuickForm_file::_findValue() should be compatible with HTML_QuickForm_element::_findValue(&amp;$values)
    Nov 23 14:27:08 +0100 OX-5835992c64ae3 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:28:17 +0100 OX-5835997176f1f [  warning]  Declaration of Pager_Sliding::getLinks($pageID = NULL) should be compatible with Pager_Common::getLinks($pageID = NULL, $next_html = '')
    Nov 23 14:31:41 +0100 OX-58359a3d19d4e [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:31:41 +0100 OX-58359a3d19d4e [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:31:41 +0100 OX-58359a3d19d4e [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:31:41 +0100 OX-58359a3d19d4e [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:31:41 +0100 OX-58359a3d19d4e [  warning]  Declaration of OA_Admin_UI_Rule_Min::validate($value, $min) should be compatible with HTML_QuickForm_Rule::validate($value)
    Nov 23 14:31:51 +0100 OX-58359a4742297 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:31:51 +0100 OX-58359a4742297 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:31:51 +0100 OX-58359a4742297 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:31:51 +0100 OX-58359a4742297 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:31:51 +0100 OX-58359a4742297 [  warning]  Declaration of OA_Admin_UI_Rule_Min::validate($value, $min) should be compatible with HTML_QuickForm_Rule::validate($value)
    Nov 23 14:31:51 +0100 OX-58359a4774759 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:31:51 +0100 OX-58359a4774759 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:31:51 +0100 OX-58359a4774759 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:31:51 +0100 OX-58359a4774759 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:31:51 +0100 OX-58359a4774759 [  warning]  Declaration of OA_Admin_UI_Rule_Min::validate($value, $min) should be compatible with HTML_QuickForm_Rule::validate($value)
     
     
    Nov 23 14:36:18 +0100 OX-58359b523bb3a [  warning]  Declaration of Image_Canvas_Color::getRange($degrees) should be compatible with Image_Color::getRange($degrees = 2)
    Nov 23 14:36:18 +0100 OX-58359b523bb3a [  warning]  Declaration of Image_Graph_Line_Array::add(&amp;$style, $id = false) should be compatible with &amp; Image_Graph_Common::add(&amp;$element)
    Nov 23 14:36:27 +0100 OX-58359b5bb2987 [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:36:27 +0100 OX-58359b5bb2987 [  warning]  Declaration of HTML_QuickForm_header::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:36:27 +0100 OX-58359b5bb2987 [  warning]  Declaration of OA_Admin_UI_Component_Html::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:36:27 +0100 OX-58359b5bb2987 [  warning]  Declaration of HTML_QuickForm_advcheckbox::exportValue(&amp;$submitValues, $assoc) should be compatible with HTML_QuickForm_checkbox::exportValue(&amp;$submitValues, $assoc = false)
    Nov 23 14:36:27 +0100 OX-58359b5bb2987 [  warning]  Declaration of OA_Admin_UI_Component_FormControls::accept(&amp;$renderer) should be compatible with HTML_QuickForm_element::accept(&amp;$renderer, $required = false, $error = NULL)
    Nov 23 14:36:28 +0100 OX-58359b5cc6abe [  warning]  Declaration of HTML_QuickForm_Renderer_Array::renderHidden(&amp;$element, $required, $error) should be compatible with HTML_QuickForm_Renderer::renderHidden(&amp;$element)
    Nov 23 14:36:45 +0100 OX-58359b6d7ba7e [  warning]  Declaration of Image_Canvas_Color::getRange($degrees) should be compatible with Image_Color::getRange($degrees = 2)
    Nov 23 14:36:45 +0100 OX-58359b6d7ba7e [  warning]  Declaration of Image_Graph_Line_Array::add(&amp;$style, $id = false) should be compatible with &amp; Image_Graph_Common::add(&amp;$element)
    Nov 23 14:36:50 +0100 OX-58359b72c7057 [  warning]  Declaration of Image_Canvas_Color::getRange($degrees) should be compatible with Image_Color::getRange($degrees = 2)
    Nov 23 14:36:50 +0100 OX-58359b72c7057 [  warning]  Declaration of Image_Graph_Line_Array::add(&amp;$style, $id = false) should be compatible with &amp; Image_Graph_Common::add(&amp;$element)
    
×
×
  • Create New...