I'm trying to export my product catalog (ubercart) to a csv file.
So I installed views bonus pack and enabled views exporter and Bonus: views export.

When i go to admin/build/views/tools/export I select Ubercart and uc_products and filled in my custom name "ronvexport". Then I get a bunch of text areas with code i need to copy/paste into 3 different files (to create my own custom module). When I upload this module and enable it, I receive this error:
/** * Implementation of hook_views_api(). */ function ronvexport_views_api() { return array( 'api' => 2, 'path' => drupal_get_path('module', 'ronvexport'), //'path' => drupal_get_path('module', 'ronvexport') . '/includes', ); }

Did i do something wrong?

Thanks in advance!

Comments

pushya’s picture

hi,

I am having the same issue..where you able to resolve this error??

thanks.
pushya.

Wolfke2800’s picture

Nope sorry, I didn't get feedback yet.

Wolfke2800’s picture

Does anyone have an update for this?