When I navigate to the admin screen for the D7 version of this module (e.g., http://d7-local/admin/build/path-redirect) I get an empty screen. When I mean "empty", I mean that I do a view source and there is literally nothing there. When I then navigate back to a working admin page, I get the following messages in the page header:
========
* Warning: call_user_func_array(): First argument is expected to be a valid callback, 'path_redirect_admin' was given in menu_execute_active_handler() (line 462 of C:\Archives\Test\Website\Drupal7\Application\WebRoot\includes\menu.inc).
* Warning: call_user_func_array(): First argument is expected to be a valid callback, 'path_redirect_admin' was given in menu_execute_active_handler() (line 462 of C:\Archives\Test\Website\Drupal7\Application\WebRoot\includes\menu.inc).
* Warning: call_user_func_array(): First argument is expected to be a valid callback, 'path_redirect_admin' was given in menu_execute_active_handler() (line 462 of C:\Archives\Test\Website\Drupal7\Application\WebRoot\includes\menu.inc).
========
This is using Drupal 7 HEAD from 27-Nov-2009.
I'm not quite clear is the current D7 build of this module is supposed to work, since it was checked in last on April 26, but thought I'd file this to see where things stand.
Comments
Comment #1
dave reidYeah I'm trying to get a lot of the issues and code cleaned up so I can get an official Drupal 6 1.0 version released, then worry about porting the changes to Drupal 7. Don't expect that version to work for a bit.
Comment #2
dave reidModule is semi-functional in Drupal 7 now. Still ironing out some bugs and syncs with the Drupal 6 version.
Comment #3
dave reidEverything is synced and working now on the D7 branch!