Hello TR,

first software datas:
drupal 7.9
ubercart 7.x-3.0-rc2

After installing your module it was not possible to get to the UI at path /admin/store/products/power-tools

A message is displayed that an error occurs on the website - try later...

If I look into the error reporting I find a php error:

Recoverable fatal error: Argument 2 passed to drupal_goto() must be an array, string given in drupal_goto() (Zeile 663 von /web/1/000/033/492/104089/htdocs/2011/includes/common.inc).

Is it right that I have to upload the files in the main tree of ubercart? - I can't find no hints where it has to be positioned.

Thanx in advance,

M.Schwarzenberg

Comments

alfthecat’s picture

Having a similar issue with the 6.x-1.12 version. I can get to to the UI via path /admin/store/products/power-tools but there is no link in the Ubercart or on /admin to the Product Powertools settings page.

marcmarc_’s picture

I still get the same error with uc_product_power_tools 7.x-1.x-dev when i try to go to the path given in usage
Recoverable fatal error: Argument 2 passed to drupal_goto() must be an array, string given in drupal_goto() (line 663 of C:\wamp\www\drupalUbercart\includes\common.inc).

@m.schwarzenberg
You need to upload the files in sites\all\modules or just use the install link on the module page.

Design_Roman’s picture

Priority: Normal » Major
Status: Active » Needs work

I am also getting the error with 7.x-1.x-dev, I'm running Drupal 7.14, Ubercart 7.x-3.1

Nothing appears in the UI and when I go to the path "/admin/store/products/power-tools" I get the error posted below and I can't access any features of this module.

Recoverable fatal error: Argument 2 passed to drupal_goto() must be an array, string given in drupal_goto() (line 668 of */includes/common.inc).

tr’s picture

Priority: Major » Normal
Status: Needs work » Postponed (maintainer needs more info)

I can't reproduce this at all. Try clearing your caches - if you upgraded from an older version you might have an old menu path in your cache.

tr’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)