Jump to content

WillPJK

Approved members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by WillPJK

  1. @andrewatfornax Thanks for the update! I don't seem to have the checkbox, but do have the latest version of Revive. Have I missed something?
  2. I have another potential solution for those searching: Google Bot went to town triggering the click script on a website I manage, despite not doing so on the same site when Revive was on another server. I figured out what was different: the new Revive install was in the same domain as the website. It seems Google Bot thought the ads were internal links and that it should check them out, causing a 400% click rate. Installing on a different domain seems to have fixed the issue. Installing on a subdomain might have the same effect. Old setup: Website the ads were show on: example.com Revive install: revive.oldadserver.com Dodgy new setup: Website the ads were show on: example.com Revive install: example.com/revive Best practice in my experience: Website the ads were show on: example.com Revive install: adserver.com/revive, or at least somewhere the site showing the ads is not.
  3. Hi @andrewatfornax, Thanks so much for reviewing the issue and for your and the rest of the Revive contributors' work! Will
  4. Okay, final update with working solution: Just hours after figuring out the lines of code to remove (which literally took all night whoops) my host got back to me saying their antimalware was responsible for the problem and they'd fixed it. So, for other people experiencing this problem: Step 1) Contact your host explaining the issue and they will hopefully add the exception. My host is not a small host, so I suspect a few people might suddenly have the ability to create working installs now. Step 2) If your host is crap or there isn't an antimalware problem, extract the Campaigns.php file from the installer ZIP, remove the four lines outlined in my previous post, and hopefully that will help!
  5. I'm so sorry for triple-posting but this is a necessary update and the edit feature on the last post has timed out. I have figured out the four lines killing the whole page: 616 and 617, 654 and 655. The contents of each pair of lines is identical: $rsCampaigns = DBC::NewRecordSet($query); $aCampaigns = $rsCampaigns->getAll(array('campaignid', 'clientid', 'campaignname', 'status', 'priority', 'revenue')); Remove those four lines and everything except still the dashboard's 500 errors works. Well, so far it seems. I can at least confirm the file is no longer being deleted by the server. Something in that code is triggering a response and I don't know what.
  6. I can't seem to edit the last post anymore, there must be a two-hour limit. Anyway, update 5 is a potential breakthrough. I copied the code into the file section by section to check what would trigger the automatic deletion and nothing did. I got the full file in, albeit with slightly different line numbers. I think the fact there was a slight difference in the file might have saved it when it was finally completed. Someone must have reported the file as bad to my host or something because this very slightly modified version isn't going anywhere and is working just fine. Update 6: nope, it's gone again, but it stuck around long enough for me to actually use the file. Update 7: this seems to be a server or host issue - I just put the file in the root of a different domain hosted on the same server and it was gone in seconds too. If anyone is familiar with this issue and knows what to disable, please let me know. I have contacted my host. I assume ClamAV isn't the culprit, but I really don't know. Update 8: the code which sees the file deleted is somewhere between lines 588 and 680. I'm going through and adding it back in bit by bit. The campaigns page actually works just fine like this but the dashboard hates me.
  7. I'm getting the exact same issue as @asset using 4.0.2. I tried setting this up on the same server a year ago and had the same issue. I've tried different ways of installing (Softaculous, official installer, and so on), I've tried increasing the memory limit in php.ini because a memory handling error was being thrown for the dashboard widgets, I've tried different domains and subdomains under the same hosting package, and more. I've even tried creating /lib/max/Dal/Admin/Campaigns.php because it was missing but somehow that would always delete itself. (Quite astounded by that one actually - cPanel showed the file as existing when blank but adding the contents saw it delete itself, although the file seems not to exist in the original installation zip so I haven't tried too hard. I'm probably not understanding something fundamental there. Edit: it does exist.) Only the Inventory>Campaigns page completely fails, while the dashboard widgets take turns in showing 500 errors (which means Campaigns does sometimes show up there) with little consistency. Completely at a loss as to how to fix this and would really appreciate some help. I'm presently using Revive on another server and it's great, but I need to install it on this one. Thank you anyone who can help for doing so! Update: I cloned the other install over and it works just fine. No idea why, but new installs just don't work! Update 2: Nope! I changed the header image and suddenly I have the same problem again. Update 3: Looks like Campaigns.php is gone again. Any ideas what's deleting it? Update 4: Even uploading the file under a different name is seeing it deleted immediately. I'm starting to wonder if this server has some kind of antivirus which is incorrectly detecting something dodgy in the file.
×
×
  • Create New...