OpenX update leads to plugin errors

After switching to OpenX 2.8.8, I get the following errors:

PEAR Error 
DB_DataObject Error: autoload:Could not find class DataObjects_Ext_market_assoc_data using class_location value 

PEAR Error 
DB_DataObject Error: factory could not find class from ext_market_assoc_data 

Can you suggest what I can do to resolve these errors or to diagnose the problem even more? This is on several pages, including pages that display banners, but not on a real site.

TTFN Travis

+5
source share
3 answers

This is not like a bug in PEAR or its libraries, but with OpenX. Ask on the support forums.

0
source

I had the same problem (as in the past). However, the first time I was able to achieve a smooth upgrade to 2.8.9.

What I've done:

, .

[!] OpenX      (      ,     ). , / , openx.

  • (openx_new) ( LOCK)
  • .

mysqldump -uUSER -pPASSWORD openxdb_old -skip-lock-tables > FILE.sql mysql -uUSER -pPASSWORD openxdb_new < File.sql

  • openx, , /openx _new
  • /,
  • , , (openxdb_new)

:

  • : mv /openx /openx_old mv /openx_new /openx; /openx, - /openx _old.
  • openx (, http://www.example.org/openx). / .
  • ; .
  • , , ​​; "/openx_old" . OpenX .

. .

Ref:

http://www.openxconsultant.com/blog/2010/11/how-to-upgrade-openx-ad-server/

, 10 .

0

, , openxmods.com, , , openxmods.com. .

openx, openxmods.com. , 100% , .

-1
source

All Articles