Posted by jasonlbg on January 31, 2013 at 7:20pm
So up until today things have been going great...
However clicking on "add content" is now suddenly giving me this...
"The requested page "/drupal/?q=node%25252525252525252525252Fadd" could not be found."
If I go in and edit the address to show "The requested page "/drupal/?q=node/add" things work fine... and the actual link for the "add content" button is ".../drupal/#overlay=%3Fq%3Dnode/add"
What happened, how can I fix this. It's kind of important.
Comments
=-=
I don't have overlay on by%3Fq%3looks odd in the menu item path. I'd remove it and testscratch that.
Those characters are for the ? and = in the ?q= part of the url.
thus, remove
%3Fq%3and add?q=in it's place