When i click on ( Edit or Node ) Button go to blank page, cant add new node or edit the current node
| Comment | File | Size | Author |
|---|---|---|---|
| 2016-02-23_135948.png | 39.66 KB | myfriend2me | |
| 2016-02-23_135833.png | 37.21 KB | myfriend2me | |
| 2016-02-23_135748.png | 39.31 KB | myfriend2me |
Comments
Comment #2
myfriend2me commentedComment #3
chicagomom commentedI'm experiencing the same issue; unthemed admin page partially loads then stops for node|panels|path|views based breadcrumbs. In some instances, results in a 500 error with onscreen message of "Uncaught exception thrown in session handler."
When trying to edit an existing path-based specific breadcrumb, get
Strict warning: Only variables should be passed by reference in custom_breadcrumbs_paths_form() (line 272 of /[module path]/custom_breadcrumbs/custom_breadcrumbs_paths/custom_breadcrumbs_paths.module).
Comment #4
chicagomom commentedWorkaround described here works for me; seems to be related to a token memory issue:
https://www.drupal.org/node/1947948#comment-11267327
Comment #5
bneil commentedSetting status back to active since there is no patch here
Comment #6
nilesh.addweb commentedYou need to install Token Tweaks module (https://www.drupal.org/project/token_tweaks) and set token depth to 2. No patch is required for this.
Comment #7
nilesh.addweb commentedComment #9
seycom commentedSolution #6 works for me!