Closed (fixed)
Project:
Path redirect
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 09:01 UTC
Updated:
23 Jul 2009 at 16:50 UTC
I get the following when trying to change my user password from the user edit form.
( ! ) Fatal error: [] operator not supported for strings in /home/tom/workspace/concern6/sites/all/modules/path_redirect/path_redirect.module on line 316
Call Stack
# Time Memory Function Location
1 0.0003 123352 {main}( ) ../index.php:0
2 0.2809 41706456 menu_execute_active_handler( ) ../index.php:18
3 0.2876 42340840 call_user_func_array ( ) ../menu.inc:348
4 0.2876 42340840 user_edit( ) ../menu.inc:0
5 0.2877 42341296 drupal_get_form( ) ../user.pages.inc:235
6 0.3800 53039496 drupal_process_form( ) ../form.inc:119
7 0.4124 55175968 form_execute_handlers( ) ../form.inc:409
8 0.4125 55175968 user_profile_form_submit( ) ../form.inc:769
9 0.4183 55179608 user_save( ) ../user.pages.inc:288
10 0.4196 55181208 user_module_invoke( ) ../user.module:214
11 0.4203 55182400 pathauto_user( ) ../user.module:22
12 0.4860 55591784 pathauto_create_alias( ) ../pathauto.module:425
13 0.4883 55591880 _pathauto_alias_exists( ) ../pathauto.inc:306
14 0.4909 55592024 path_redirect_delete( ) ../pathauto.inc:71
Comments
Comment #1
mrfelton commentedThis is actually a bug in pathauto, and appears to have been fixed in the latest version.
Comment #2
jonathanbloom commentedI am getting this error when attempting to save content. I am using the latest pathauto and path redirect modules.
Comment #3
dave reid@jonathanbloom: Using pathauto 6.x-1.x right? Not the latest stable release?
Comment #4
dave reid@jonathanbloom: Using pathauto 6.x-1.x right? Not the latest stable release?
Comment #5
mrfelton commentedsorry, yes. fixed in the latest -dev release
Comment #6
jonathanbloom commentedOhh, I'll use the dev release then. Thanks!
Comment #7
dave reidMarking back as fixed.