Jump to content

cpepe

Approved members
  • Posts

    5
  • Joined

  • Last visited

About cpepe

cpepe's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, On our site, we're displaying images coming from Openx/Revive Ad Server. These images have "destination urls". If I check what's generated in my page, for the link target, I see something like this: /delivery/ck.php?cb=1501970&n=uNVbMCLeLznlr0FuduQz8Y5iBQpWxyIck62g8CanAko-6&id=1&block=1&blockcampaign=0&target=_self&0=&Homepage=1 Our problem: the "id=1" param in the url. When we click on the image/link, the "destination url" is well reached, but the url parameters are added to the target page (id, block, target, etc.). Problem, the "id" parameter causes us problems cause it interacts with another system. I don't go into details. I tried the delivery url with this "id=1" param, and the target page is well reached. So, my questions: 1. What's the purpose of this "id" url param for OpenX ? 2. Is it normal (related to OpenX ?) that the url params are added to the banner "destonation url" ? 3. D'you think I can programmatically remove these "Id=1" params from my urls ? Is it a problem for Openx ? Thanks a lot
  2. For info, my problem is solved. Actually, we don't use the /www/images folder. We have instead a symlink to a shared drive (we have 2 servers with a load balancer). The permissions on the "images" files of the shared drive were not OK. Case closed ! Thanks for your help
  3. Yes, hey are all writable. I just that my /www directory perms are 755 (but then /www/admin/plugins/, 777) Could this be a problem ? As a workaround, for the moment, I copied the content of /plugins folder of my old openx install to the new revive /plugins folder. I re-enabled them through the admin interface. It seems to work, but I'm afraid I could still have problems without this "no real upgrade" installation (reminder: I've renamed the "UPGRADE file to INSTALLED and put my old .conf file into /var).
  4. Hello, Thanks for your quick answer. I had already visited this page. My PHP version is 5.3 actually. My folder permissions: - 777 on "var" - 755 on "www" Is it OK ? Thanks
  5. Hello, For my client, I tried to upgrade from an old version of openx to the last "Revive" 3.0.2 version. As of the first step (1. Welcome) of the install.php page, I got the following error: "You need to enable cookies before you can use Revive Adserver". My cookies are well enabled, I tried with several browsers. I searched on the net where I found similar problems, and where they ask to use "date.timezone" instead of "date_default_timezone_get()" in the variable.php file. The call to "date_default_timezone_get()" in the variable.php doesn't correspond to the line nbr described in the forums, but I changed where I found it (line 67). But, no luck. I'm completelly stucked, with the client on my back.... Can someone help me please ? Thanks a lot ---- And just for info... As I couldn't use the upgrade mechanism, I tried to rename the "UPGRADE" file under "/var" folder to "INSTALLED". I put the .conf file of my previous Openx version to link to our database. I can reach the webapp, but then, all my plugins are disabled and I got errors when I want to install/upgrade them. This is how I want to launch a "real" upgrade, cause I suppose the plugins will be installed during this process. So if you know a way to bypass the upgrade process and makes my server working, I'm interested ! ---- Thanks a lot
×
×
  • Create New...