http://www.icyphoenix.com/viewtopic.php?f=1&t=7214&p=50185#p50185
-----------------------------------
andrea75
Thu 16 Sep, 2010 19:24

Re: Icy Phoenix 1.3.11.64
-----------------------------------
[quote user="buldo" post="50182"]I've just installed the GIT's IP version 1.3.14.67, when I want to register or create a new user (from ACP) I get this error: "Fatal error: Call to a member function sql_escape() on a non-object in D:homeandreaxampphtdocsip_gitincludesunctions.php on line 794"

Can anyone confirm this?[/quote]

I Confirm... same error.

I'm trying this version in local in the meantime, and I found another little bug. With URL rewrite active, if I click in the [b]viewprofile[/b] on "[i]Add as a friend[/i]", the link bring on [b]forum.php[/b] without add the friend at list.

[hr]

On the [b]includes/rss_function.php[/b] there is an error at line 317

FIND
[codeblock]			if (!empty($user_data['username']))
			{
				$username = $user_data['username']
			}[/codeblock]
REPLACE WITH
[codeblock]			if (!empty($user_data['username']))
			{
				$username = $user_data['username'];
			}[/codeblock]

 :wink:


