Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetSimple 3.1 RC #3
#53
ccagle8 Wrote:yojoe:
You mentioned that it's just a problem with basic.php, and I looked over all the revisions of that file since 6:15, and it has to be the change we made in safe_slash_html() attempting to remove the return characters.

can you try to replace that function inside the latest SVN copy and see if that fixed the issue?
I looked into basic.php, and found the culprit.
Addslashes weren't the cause of this bug, but cl($data) function and its preg_replace directive (line 334)

Commenting the line
Code:
$data = preg_replace('/[[:cntrl:]]/', '', $data); //remove control characters that cause interface to choke
fixed the problem with special chars in pages names.

Function _id (line 819) contains the same preg_replace directive, but I assume it replaces special chars in page's URI and it works fine.
Addons: blue business theme, Online Visitors, Notepad
Reply


Messages In This Thread
GetSimple 3.1 RC #3 - by ccagle8 - 2012-01-18, 13:49:57
GetSimple 3.1 RC #3 - by madvic - 2012-01-18, 17:11:43
GetSimple 3.1 RC #3 - by ccagle8 - 2012-01-18, 23:19:59
GetSimple 3.1 RC #3 - by madvic - 2012-01-18, 23:26:47
GetSimple 3.1 RC #3 - by chefbyte - 2012-01-19, 00:49:15
GetSimple 3.1 RC #3 - by chefbyte - 2012-01-19, 01:23:00
GetSimple 3.1 RC #3 - by Carlos - 2012-01-19, 01:45:10
GetSimple 3.1 RC #3 - by chefbyte - 2012-01-19, 01:50:49
GetSimple 3.1 RC #3 - by ccagle8 - 2012-01-19, 02:54:02
GetSimple 3.1 RC #3 - by Connie - 2012-01-20, 00:02:57
GetSimple 3.1 RC #3 - by Carlos - 2012-01-25, 07:32:27
GetSimple 3.1 RC #3 - by n00dles101 - 2012-01-25, 08:02:25
GetSimple 3.1 RC #3 - by Connie - 2012-01-25, 18:10:00
GetSimple 3.1 RC #3 - by Carlos - 2012-01-26, 00:54:08
GetSimple 3.1 RC #3 - by n00dles101 - 2012-01-26, 01:32:13
GetSimple 3.1 RC #3 - by Connie - 2012-01-26, 02:39:08
GetSimple 3.1 RC #3 - by Carlos - 2012-01-26, 03:00:54
GetSimple 3.1 RC #3 - by Carlos - 2012-01-26, 03:16:30
GetSimple 3.1 RC #3 - by polyfragmented - 2012-01-26, 03:59:46
GetSimple 3.1 RC #3 - by ccagle8 - 2012-01-26, 11:55:02
GetSimple 3.1 RC #3 - by Carlos - 2012-01-27, 06:51:18
GetSimple 3.1 RC #3 - by yojoe - 2012-01-29, 03:57:17
GetSimple 3.1 RC #3 - by ccagle8 - 2012-01-29, 04:15:19
GetSimple 3.1 RC #3 - by yojoe - 2012-01-29, 05:52:45
GetSimple 3.1 RC #3 - by Carlos - 2012-01-29, 07:57:22
GetSimple 3.1 RC #3 - by yojoe - 2012-01-29, 22:34:14
GetSimple 3.1 RC #3 - by Carlos - 2012-01-29, 23:12:56
GetSimple 3.1 RC #3 - by yojoe - 2012-01-29, 23:13:22
GetSimple 3.1 RC #3 - by Connie - 2012-02-11, 00:01:51
GetSimple 3.1 RC #3 - by Carlos - 2012-02-11, 01:46:34
GetSimple 3.1 RC #3 - by n00dles101 - 2012-02-11, 08:40:21
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-11, 09:37:27
GetSimple 3.1 RC #3 - by n00dles101 - 2012-02-11, 10:52:07
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-11, 11:03:23
GetSimple 3.1 RC #3 - by n00dles101 - 2012-02-12, 00:19:47
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-12, 00:39:00
GetSimple 3.1 RC #3 - by n00dles101 - 2012-02-12, 01:09:55
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-12, 01:11:58
GetSimple 3.1 RC #3 - by Carlos - 2012-02-12, 01:27:05
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-12, 01:27:53
GetSimple 3.1 RC #3 - by Carlos - 2012-02-12, 02:53:33
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-12, 02:56:27
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-12, 22:40:58
GetSimple 3.1 RC #3 - by n00dles101 - 2012-02-13, 09:02:42
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-13, 09:09:04
GetSimple 3.1 RC #3 - by n00dles101 - 2012-02-13, 09:22:44
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-13, 09:29:13
GetSimple 3.1 RC #3 - by n00dles101 - 2012-02-13, 09:33:43
GetSimple 3.1 RC #3 - by JoeyDown - 2012-02-13, 10:42:30
GetSimple 3.1 RC #3 - by n00dles101 - 2012-02-14, 02:08:23
GetSimple 3.1 RC #3 - by ccagle8 - 2012-02-14, 03:03:04
GetSimple 3.1 RC #3 - by ccagle8 - 2012-02-17, 11:07:24
GetSimple 3.1 RC #3 - by yojoe - 2012-02-19, 01:55:44
GetSimple 3.1 RC #3 - by ccagle8 - 2012-02-19, 12:12:14



Users browsing this thread: 1 Guest(s)