Jump to content

Stats Stopped Working After Installing 3.0.3


Recommended Posts

Also, for some reason the following show as errors in the plugins report:

 

oxMarket: is configured as installed but not found to exist 
oxMarketMaintenance: is configured as installed but not found to exist 
oxMarketDelivery: is configured as installed but not found to exist 

 

Openx Market was removed last year, why is it even showing this error?

 

Jim Atkinson

Link to comment
Share on other sites

I am having the same problem as the topic name says it but no errors of any kind.

 

Maintenance is running. The rv_data_bkt_m has the impressions counted, prefixes are all correct, it was a clean install, not an upgrade. Banners are running fine on the websites. Version number 3.0.3

 

But stats are still not being pulled in the report.

Link to comment
Share on other sites

Thank you for your reply but as I stated there are no errors. None. I also mentioned it was a clean install not an upgrade so  new database, new everything from scratch. No copy, no upgrade. Database user has all the privileges.

 

Any other suggestions? Something has to be wrong I just can't spot it. Thanks again!

Link to comment
Share on other sites

We fixed our problem with stats. Our tech wrote on the ticket, when asked when asked what had gone wrong and why it was now working:

 

A PATH variable in BASE/lib/RV.php line 13 didn't carry through. I instead set the value explicitly and all was well. 

 

Thank you  all. Jim Atkinson

Link to comment
Share on other sites

I hope this helps, Here's what our engineer says:

 

/var/log/lighttpd/error.log was reporting the following error:

2014-03-17 14:16:15: (mod_fastcgi.c.2701) FastCGI-stderr: PHP Fatal error: require_once(): Failed opening required 'RV_PATH/lib/pear/PEAR.php' (include_path='/var/banners/www/delivery/../../lib/pear:/var/banners/www/delivery/../../lib:.:/usr/share/php:/usr/share/pear') in /var/banners/lib/RV.php on line 13

/var/banners/lib/RV.php line 13 was as follows:

require_once RV_PATH . '/lib/pear/PEAR.php';

So this PHP file depended on /lib/pear/PEAR.php but couldn't find it, thus the fatal error. The first step was to find where the actual dependency resided:

root@www:/var/banners# locate PEAR.php
/var/banners/lib/pear/PEAR.php

Then I simply updated /var/banners/lib/RV.php line 13 to point to that location:

require_once '/var/banners/lib/pear/PEAR.php';

Though it might make more sense to properly EXPORT the RV_PATH variable, using the absolute file path works as well.

 

Jim Atkinson

Link to comment
Share on other sites

Exactly same problem here. But I could not solve it by your fix.

 

Here is my line 13:

require_once RV_PATH . '/lib/pear/PEAR.php';

Updated my file as:

require_once '/home/technopa/public_html/ads/lib/pear/PEAR.php';

Gonna check if it is working or not.

 

What a mess! Who is programming this stuff ? First grades ?

 

//Solved. Duuhhhh!

Link to comment
Share on other sites

  • 1 month later...

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...