I get Fatal error while expoting data.
dpm($nodes); at line 277 of openx_manager.settings.inc cause it. Because i dont have devel module installed.
I think this debug stuff should we removed from code.

Another issue is in function theme_openx_manager in file openx_manager.manager.inc.
Parameter of this theme function cannot be passed by reference. See theme() function definition, string '$output = call_user_func_array($info['function'], $args);'. Because of this, reference will not work (read notes block for this function - http://php.net/manual/en/function.call-user-func-array.php). And i get
"warning: Parameter 1 to theme_openx_manager() expected to be a reference, value given in includes/theme.inc on line 656." error, and as a result empty page of manager.
Reference here are not used at all...
Same story for theme_openx_advertiser, theme_openx_campaign...
(I have PHP 5.3, may be on older versions there is no problem).

Comments

achilles085’s picture

downgrade to php 5.2.* version but still can't successfully import data