when clear cache, I had this notice :
unserialize(): Notice: unserialize(): Error at offset 71 of 353 bytes in profile2_regpath_menu() (line 37 of modules/profile2_regpath/profile2_regpath.module).

Comments

dzy created an issue.

kapil.ropalekar’s picture

Unable to reproduce your issue. Can you please add exact scenario when you are facing this error.

dzy’s picture

thanks! i installted Profile2 Registration Path (7.x-2.0-beta3) and set few path for user register, every time i clear cache this notice show up.
here is the code from profile2_regpath.module(line 37):

        // We will use hook_menu_alter() to deal with the 'user' path later.
        if ($path != 'user') {
          $misc = unserialize($reg_paths[$key]->misc);

i am not sure what cause this, so i don't know how to tell, if any new information, I will post here.