Jump to content

Matteo Beccati

Administrators
  • Posts

    269
  • Joined

  • Last visited

Everything posted by Matteo Beccati

  1. Someone hacked your OpenX. You can't just expect that upgrading to Revive Adserver could magically clean up the "infection", unless you wiped out OpenX completely and did a fresh install of Revive. You have to carefully check and clean up the filesystem and database to make suer the malware is gone.
  2. Not sure. The include path seems ok. Never had a problem with IIS7+ and PHP as fastcgi here. If you can't migrate, I'd say try apache+mod_php
  3. You should re-enable it in your php.ini. Or get a better hosting provider.
  4. Is maintenance properly running? Do you also have at least one remnant campaign (with no capping / targeting) linked to your zones?
  5. Rather than commenting it out, try to var_dump the content and see what error you've got.
  6. Could you explain exactly what's the incompatibility that you are experiencing?
  7. Could you please put a phpinfo page in the main revive derictory load it and check for safe mode?
  8. Have a look at: https://revive.beccati.com/bamboo/allPlans.action It is currently running daily builds with multiple PHP versions + MySQL and Postgres, plus on commit builds of every branch. No pull-request support yet, I'm afraid though
  9. I have working apc and redis cache plugins available. The redis one is in fact part of a bigger solution I'm currently designing. Due to lack of time I've never published the apc plugin, but I would expect to do so as soon as we're able to revamp adserverplugins.com. It is going to be a free plugin and it should be fairly easy to port it to xcache.
  10. We haven't thoroughly discussed the topic yet, but thanks for your kind words and offers! Speaking for myself, I would have to send over invoices for each donation as they would overlap with my business activities. Every payment I receive needs to be accounted for, and, as you can imagine, that could increase the amount of time I have to spend doing admin tasks and probably tax accounting costs too. We will soon discuss about it and see if there is a solution that makes everyone happy. In any case, I'm looking for sponsors to increase the amount of time I can dedicate to the project, be it for specific features or generic development. Of course I'm also available for hire to build custom development/plugins, which is what I mainly do nowadays.
  11. you could also use named zones, something like: zoneOne=1|zoneOneAgain=1 Adding nz=1 and urlencoding the string gives: ...?nz=1&zones=zoneOne%3D1%7CzoneOneAgain%3D1 then you can fetch and display zones by name rather than IDs
  12. Please ensure that the PHP version you run is compatible with Revive Adserver. And check your error log for clues
  13. Not sure why you think it's not finalized, maybe you just don't like it Here's a PDF version: http://download.revive-adserver.com/revive-logo.pdf
  14. Is maintenance running anyway? If so, the message you see is probably just caused by concurrency and the system is working as expected by ensuring that only a single maintenance process is running. If not, please restart MySQL to removethe existing lock. However, I would also suggest to disable automaintenance and properly set up a cron job.
×
×
  • Create New...