Jump to content

Recommended Posts

Posted

Hello people,

unfortunately, my installation still can't digest the update starting from 4.0.2.

I first tried to update to 4.1.0, but even with version 4.1.1 get the following error messages (as in install.log):

successfully initialised DB Upgrade
verifying/creating constructive tasklist
checking field: banners append
found field append
checking field: zones prepend
found field prepend
checking field: zones append
found field append
#! database integrity check detected problems with the database
#! 3 fields to change

Installation "entry point" (OX) follows:

   
Name   From Version To Version Status Date  
break.gif
 install_2.8.2 --- 2.8.2 UPGRADE COMPLETE  2011-01-31 18:17:40

What else could I try to solve?

Thanks in advance and keep up the good work!

Posted

I upgraded using 4.1.1. I got no errors during the upgrade process. 

When I go to the product upgrade screen to view the version number I see.

 

You are currently using Revive Adserver v4.0.2 (warning: database is stamped as v4.1.1) 

 

Rich

 

Posted (edited)

@Matteo Beccati Just to confirm that the new 4.1.1 version solved the issue. Many thanks for fixing this promptly. PS: on the downloads page, the link to the 4.1.1 tar.gz version is pointing to the 4.1.0 version.

I am not facing the issue mentioned by @Richard Cook above. For me opening /www/admin/updates-product.php shows:

You are currently using Revive Adserver v4.1.1 running on nginx 1.12.1, PHP 7.1.11 and MySQL 5.6.37-82.2-log.

Cheers.

Edited by gabrielt
Posted

@Matteo Beccati

Hello Matteo,

those are the definitions of the fields:

banners:

`append` varchar(255) DEFAULT NULL,

`prepend` varchar(0) DEFAULT NULL, (I've once set it to 0 to avoid some SQL injections we had in our installation and strangely doesn't fire any warnings)

zones:

 `prepend` varchar(255) DEFAULT NULL,

 `append` varchar(255) DEFAULT NULL,

Thanks and have a nice day

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...