Jump to content

Bast

Approved members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Bast

  1. I did not manage to remove all the errors above. I copied the plugins from older version to the new one, and removed manually the tables. (I'm not even sure that this is clean) However, these 2 tables database_action & upgrade_action are automatically created. Does anyone have any idea? I still have the following errors: ========================================================================= Attempting to detect an existing Openads (aka. phpAdsNew) installation... PAN not detected Attempting to detect an existing Openads (aka. Max Media Manager 0.1) installation... MMM v0.1 not detected Attempting to detect an existing Openads (aka. Max Media Manager 0.3) installation... MMM v0.3 not detected Attempting to detect an existing Revive Adserver installation... schema file found: /usr/local/new.revive/etc/changes/schema_tables_core_613.xml schema definition from cache TRUE successfully parsed the schema schema name: openads schema version: 613 schema status: final running integrity check comparing database revive-3.2.4 with schema /usr/local/new.revive/etc/changes/schema_tables_core_613.xml table is not part of schema: database_action table is not part of schema: upgrade_action to version: 613 timing: constructive target database: revive-3.2.4 table prefix: rv_ successfully initialised DB Upgrade verifying/creating constructive tasklist Revive Adserver 3.0.5 detected This version can be upgraded Starting file-check for plugins... Finished file-check for plugins
  2. Hi Everybody ! I'm somehow able to upgrade from 3.2.1 to 3.2.4 locally, but I'm not able to do the same with my live website (which is currently using 3.0.5). Here is my install.log output: ========================================================================= Attempting to detect an existing Openads (aka. phpAdsNew) installation... PAN not detected Attempting to detect an existing Openads (aka. Max Media Manager 0.1) installation... MMM v0.1 not detected Attempting to detect an existing Openads (aka. Max Media Manager 0.3) installation... MMM v0.3 not detected Attempting to detect an existing Revive Adserver installation... schema file found: /usr/local/new.revive/etc/changes/schema_tables_core_613.xml schema definition from cache TRUE successfully parsed the schema schema name: openads schema version: 613 schema status: final running integrity check comparing database revive-3.2.4 with schema /usr/local/new.revive/etc/changes/schema_tables_core_613.xml table is not part of schema: banner_vast_element table is not part of schema: data_bkt_a table is not part of schema: data_bkt_a_var table is not part of schema: data_bkt_c table is not part of schema: data_bkt_m table is not part of schema: data_bkt_r table is not part of schema: data_bkt_vast_e table is not part of schema: database_action table is not part of schema: stats_vast table is not part of schema: upgrade_action to version: 613 timing: constructive target database: revive-3.2.4 table prefix: rv_ successfully initialised DB Upgrade verifying/creating constructive tasklist Revive Adserver 3.0.5 detected This version can be upgraded Starting file-check for plugins... Plugin: openXBannerTypes - Unable to locate XML files Plugin: openXDeliveryLimitations - Unable to locate XML files Plugin: openX3rdPartyServers - Unable to locate XML files Plugin: openXReports - Unable to locate XML files Plugin: openXDeliveryCacheStore - Unable to locate XML files Plugin: openXMaxMindGeoIP - Unable to locate XML files Plugin: openXInvocationTags - Unable to locate XML files Plugin: openXDeliveryLog - Unable to locate XML files Plugin: openXVideoAds - Unable to locate XML files Finished file-check for plugins Starting file-check for plugins... Plugin: openXBannerTypes - Unable to locate XML files Plugin: openXDeliveryLimitations - Unable to locate XML files Plugin: openX3rdPartyServers - Unable to locate XML files Plugin: openXReports - Unable to locate XML files Plugin: openXDeliveryCacheStore - Unable to locate XML files Plugin: openXMaxMindGeoIP - Unable to locate XML files Plugin: openXInvocationTags - Unable to locate XML files Plugin: openXDeliveryLog - Unable to locate XML files Plugin: openXVideoAds - Unable to locate XML files Finished file-check for plugins Starting file-check for plugins... Plugin: openXBannerTypes - Unable to locate XML files Plugin: openXDeliveryLimitations - Unable to locate XML files Plugin: openX3rdPartyServers - Unable to locate XML files Plugin: openXReports - Unable to locate XML files Plugin: openXDeliveryCacheStore - Unable to locate XML files Plugin: openXMaxMindGeoIP - Unable to locate XML files Plugin: openXInvocationTags - Unable to locate XML files Plugin: openXDeliveryLog - Unable to locate XML files Plugin: openXVideoAds - Unable to locate XML files Finished file-check for plugins Starting file-check for plugins... Plugin: openXBannerTypes - Unable to locate XML files Plugin: openXDeliveryLimitations - Unable to locate XML files Plugin: openX3rdPartyServers - Unable to locate XML files Plugin: openXReports - Unable to locate XML files Plugin: openXDeliveryCacheStore - Unable to locate XML files Plugin: openXMaxMindGeoIP - Unable to locate XML files Plugin: openXInvocationTags - Unable to locate XML files Plugin: openXDeliveryLog - Unable to locate XML files Plugin: openXVideoAds - Unable to locate XML files Finished file-check for plugins ========================================================================= Thanks. kr, Bast
  3. Ok, so I would update it soon. Thanks for the tip. BTW: having a kind of online regex tester for AdServer would be great! (e.g.: http://www.rubular.com/r/frRl1ucR8J)
  4. Hi Erik, Thanks for your reply. Yes, I saw this tutorial (written by you and your team): https://www.revive-adserver.com/support/upgrading/ So can you tell me if the regular expression I used will work on newest version? And otherwise, how can I make them work in this version? I unfortunately don't have so much time to upgrade the live adserver now... Regards, Bast
  5. Hi guys, My revive version is 3.0.5, and I have some problems with regex. Actually, I already created a lot of targeting chanels with delivery limitations, but I don't manage to create this one which seems really simple. Actually, I simply want to match either my domain or my domain ending with a slash. You can have a look at both screenshot I added to see which regex I used. (these ones don't work neither (mydomain.com)(/)?$ OR (mydomain.com).?$ ) The banner is not displayed if I access neither http://www.mydomain.com nor http://www.mydomain.com/ but this works if I access http://mydomain.com?testfrombast NOTE: 'www' is optionnal, and my real regex links 2 domain (mydomain.com|mydomain2.com)(/)?$ Thanks in advance. Bast
  6. Hi @andrewatfornax, Thanks for the reply. So how would you write your code for a simple rotation? And what's the API URL? Is there a free version? If yes, is there any doc about this? kr, Bast
  7. Hi Guys, We are using adserver for more than 1 year and it's really convenient. We are mostly only making URL restriction in the delivery options. But we now want to have a kind of carousel. I made a small script which does a new request after 10 seconds and try to get a new image. if it takes the same banner 10 times, it doesn't try anymore...assuming that this is the only one for this page. In order to avoid browser caching, I make the ajax request with a random string at the end (e.g.: ?rand=87849). My question is the following: Is there a way to get a list containing all the banners for a specific URL? (and why not their probability) Thanks in advance. Bast
×
×
  • Create New...