Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Issues with pagination URLs on WAMP?

Started by Muut Archive 10 years ago · 4 replies · 449 views
10 years ago

Hi all! I seem to be having some issues with the pagination plugin URLs when building and testing locally. I end up getting this error in my log when I try to go to one of the pagination generated pages: "[Mon Jul 25 20:52:35.627446 2016] [core:error] [pid 9700:tid 1128] (20024)The given path is misformatted or contained invalid characters: [client ::1:50742] AH00127: Cannot map GET /<mysite>/page:3 HTTP/1.1 to file, referer: http://localhost/<mysite>/"

I'm strongly suspecting this has to to with the colon in the URL that's automatically generated for each page, but don't know for sure. Is this something I can fix with permissions in WAMP?

Thanks!

10 years ago

You need to use semicolons, through param_sep: ;, as in the Docs.

10 years ago

Hi Gingah,
Thank you so much! I can't believe I missed something like that being so clearly in the docs. I appreciate it!

10 years ago

I have a couple of times as well, my head keeps telling me that my local server is a virtual replica of the live server - when really it's just Windows running Caddyserver.

10 years ago

The param_sep setting is a workaround for a bug in Apache. You shouldn't have that problem if you use another webserver such as Nginx, or Caddy on windows.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1366 9 years ago
Archive · by Muut Archive, 9 years ago
2 940 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2960 9 years ago
Archive · by Muut Archive, 9 years ago
3 1125 9 years ago