Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release 3.2.1 Beta 4
#15
Brick 
I seem to have encountered a minor bug in the latest master branch (as of 3 hours before posting this). Freshly downloaded and installed on a local XAMPP server and with pretty urls as well as mod-rewrite enabled, I got a "'Page not found" when clicking the "Home" link on the frontend's menu bar. Likewise when entering the proper url directly into the browser address field

The immidiate problem was that the check in index.php on line 51:
if (!array_key_exists($id, $pagesArray)) returned true because there in fact was no key: "index" in that array - there only was a key: "index " (with a space).

My temporary solution was to trim the value in function pageCacheXMLtoArray($xml) (caching_functions.php) as this:
line 325 before: $key = (string) $page->url;
line 325 after: $key = (string) trim($page->url);
Of course the more permanent solution should be to sanitize matters a bit closer to the origin.
Reply


Messages In This Thread
Release 3.2.1 Beta 4 - by shawn_a - 2013-03-04, 05:15:56
RE: Release 3.2.1 Beta - by E.Eliveld - 2013-03-05, 18:25:31
RE: Release 3.2.1 Beta - by yojoe - 2013-03-06, 22:00:40
RE: Release 3.2.1 Beta - by shawn_a - 2013-03-11, 00:54:45
RE: Release 3.2.1 Beta - by yojoe - 2013-03-11, 21:03:12
RE: Release 3.2.1 Beta - by shawn_a - 2013-03-11, 23:14:06
RE: Release 3.2.1 Beta - by yojoe - 2013-03-12, 01:48:21
RE: Release 3.2.1 Beta - by shawn_a - 2013-03-12, 02:07:43
RE: Release 3.2.1 Beta - by shawn_a - 2013-03-13, 23:02:14
RE: Release 3.2.1 Beta - by yojoe - 2013-03-15, 05:42:30
RE: Release 3.2.1 Beta 2 - by shawn_a - 2013-03-14, 23:45:12
RE: Release 3.2.1 Beta 2 - by shawn_a - 2013-03-15, 05:47:35
RE: Release 3.2.1 Beta 2 - by yojoe - 2013-03-15, 22:27:25
RE: Release 3.2.1 Beta 2 - by shawn_a - 2013-03-16, 01:43:17
RE: Release 3.2.1 Beta 2 - by steenih - 2013-03-16, 14:12:31
RE: Release 3.2.1 Beta 2 - by steenih - 2013-03-16, 15:26:10
RE: Release 3.2.1 Beta 2 - by Oleg06 - 2013-03-16, 15:43:45
RE: Release 3.2.1 Beta 2 - by Carlos - 2013-03-16, 17:45:07
RE: Release 3.2.1 Beta 2 - by shawn_a - 2013-03-17, 00:33:38
RE: Release 3.2.1 Beta 2 - by Carlos - 2013-03-17, 18:57:03
RE: Release 3.2.1 Beta 2 - by shawn_a - 2013-03-18, 03:02:58
RE: Release 3.2.1 Beta 2 - by shawn_a - 2013-03-18, 23:35:57
RE: Release 3.2.1 Beta 2 - by Carlos - 2013-03-19, 05:20:24
RE: Release 3.2.1 Beta 2 - by shawn_a - 2013-03-19, 05:40:17
RE: Release 3.2.1 Beta 2 - by shawn_a - 2013-03-19, 06:00:44
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-03-29, 02:15:29
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-03, 23:13:00
RE: Release 3.2.1 Beta 3 - by yojoe - 2013-04-08, 18:56:08
RE: Release 3.2.1 Beta 3 - by shovenose - 2013-04-05, 10:18:27
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-08, 22:50:27
RE: Release 3.2.1 Beta 3 - by yojoe - 2013-04-09, 00:25:41
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-09, 01:34:01
RE: Release 3.2.1 Beta 3 - by yojoe - 2013-04-09, 08:29:56
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-09, 09:51:39
RE: Release 3.2.1 Beta 3 - by yojoe - 2013-04-09, 10:21:56
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-09, 10:53:16
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-10, 01:41:02
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-10, 01:48:00
RE: Release 3.2.1 Beta 3 - by yojoe - 2013-04-10, 04:36:23
RE: Release 3.2.1 Beta 3 - by marrco - 2013-04-10, 02:11:40
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-10, 02:18:59
RE: Release 3.2.1 Beta 3 - by marrco - 2013-04-10, 02:49:29
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-10, 02:53:26
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-10, 23:11:29
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-10, 23:34:29
RE: Release 3.2.1 Beta 3 - by shawn_a - 2013-04-10, 23:43:33
RE: Release 3.2.1 Beta 4 - by shawn_a - 2013-04-11, 03:53:09
RE: Release 3.2.1 Beta 4 - by shawn_a - 2013-04-11, 10:31:40
RE: Release 3.2.1 Beta 4 - by shawn_a - 2013-04-18, 01:46:54
RE: Release 3.2.1 Beta 4 - by n00dles101 - 2013-04-18, 02:00:42
RE: Release 3.2.1 Beta 4 - by Supertramp - 2013-04-18, 16:32:49
RE: Release 3.2.1 Beta 4 - by shawn_a - 2013-04-18, 22:46:55
RE: Release 3.2.1 Beta 4 - by yojoe - 2013-04-24, 07:01:24
RE: Release 3.2.1 Beta 4 - by shawn_a - 2013-04-24, 23:20:05
RE: Release 3.2.1 Beta 4 - by shawn_a - 2013-04-26, 07:27:51



Users browsing this thread: 1 Guest(s)