cotonti.com : infinite redirection when a have error page https://www.cotonti.com Laatste forum onderwerpen Cotonti en Wed, 24 Dec 2025 13:23:16 -0000 Trustmaster
/**
 * Transforms parameters into URL by following user-defined rules
 *
 * @param string $name Site area or script name
 * @param mixed $params URL parameters as array or parameter string
 * @param string $tail URL postfix, e.g. anchor
 * @param bool $header Set this TRUE if the url will be used in HTTP header rather than body output
 * @return string
 */
function sed_url($name, $params = '', $tail = '', $header = false)
]]>
Thu, 23 Okt 2008 23:50:54 -0000
oc
First of all, not about that but, look at this: (message.inc.php)

	case '930':
		if ($usr['id']==0)
		{
			$rd = 2;
		$the_redirect = (!empty($redirect)) ? "&redirect=".$redirect : '';
		$ru = sed_url('users', 'm=auth'.$redirect);
		}

it happens because of new sed_url. i forgot the line but in some file, you should delete/add an "&" (amp)]]>
Thu, 23 Okt 2008 21:25:09 -0000
Dayver Thu, 23 Okt 2008 18:03:00 -0000 Trustmaster
ALTER TABLE `sed_users` ADD COLUMN `user_theme` VARCHAR(16) NOT NULL DEFAULT '';
]]>
Thu, 23 Okt 2008 13:54:32 -0000
Dayver Thu, 23 Okt 2008 05:17:57 -0000