The log report is outputting the following:

InvalidArgumentException: The user-entered string 'search404' must begin with a '/', '?', or '#'. in Drupal\Core\Url::fromUserInput() (line 229 of core/lib/Drupal/Core/Url.php).

CommentFileSizeAuthor
#2 invalid_argument_exception-2713853-2.patch477 bytesanish.a

Comments

kingfisher64 created an issue. See original summary.

anish.a’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new477 bytes

The issue is fixed. Its due to a missing preceding slash in the info file. Apparently Drupal 8.1 made it strict.

  • anish_zyxware committed 3a442db on 8.x-1.x authored by anish.a
    Issue #2713853 by anish.a: InvalidArgumentException search404 must begin
    
anish_zyxware’s picture

Priority: Normal » Critical
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

mlncn’s picture

This is a critical bug so worth tagging a new release!

Sailendra-Shakya’s picture

I have same problem after creating page with url "/". Can anyone please suggest how it can be solved?

akhilavnair’s picture

@Sailendra-Shakya, could you please explain your issue little more.