Icy Phoenix

     
 

Fix For [Icy Phoenix Debug] PHP Notice: In File /includes/usercp_signature.php On Line 23: Creating Default Object From

Fix For [Icy Phoenix Debug] PHP Notice: In File /includes/usercp_signature.php On Line 23: Creating Default Object From

Article
Reply with quote    Download Post  
Post Fix For [Icy Phoenix Debug] PHP Notice: In File /includes/usercp_signature.php On Line 23: Creating Default Object From 
 
OPEN
Code: [Download] [Hide]
  1. includes/usercp_signature.php 

FIND
Code: [Download] [Hide]
  1. $bbcode->allow_html = $html_on; 

BEFORE, ADD
Code: [Download] [Hide]
  1. include(IP_ROOT_PATH . 'includes/bbcode.' . PHP_EXT); 




 
Informpro - View user's profile Send private message  
Informpro [ Mon 30 Jul, 2012 16:56 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Fix For [Icy Phoenix Debug] PHP Notice: In File /includes/usercp_signature.php On Line 23: Creating Default Object From

Comments
Reply with quote    Download Post  
Post Re: Fix For [Icy Phoenix Debug] PHP Notice: In File /includes/usercp_signature.php On Line 23: Creating Default Object From 
 
It seems very strange that it wasn't working fine... anyway, thanks for the fix.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Mon 30 Jul, 2012 21:27 ]
Reply with quote    Download Post  
Post Re: Fix For [Icy Phoenix Debug] PHP Notice: In File /includes/usercp_signature.php On Line 23: Creating Default Object From 
 
usercp_signature.php already has this at:

Line 55: include_once(IP_ROOT_PATH . 'includes/bbcode.' . PHP_EXT);
Line 56: include_once(IP_ROOT_PATH . 'includes/functions_post.' . PHP_EXT);

Is there some reason that they can't be moved to Line 16 etc before the functions/script starts - rather than call it twice?



 
mort - View user's profile Send private message  
mort [ Tue 31 Jul, 2012 03:05 ]
Reply with quote    Download Post  
Post Re: Fix For [Icy Phoenix Debug] PHP Notice: In File /includes/usercp_signature.php On Line 23: Creating Default Object From 
 
Thanks for highlighting that, I have reviewed the code, I will update GIT as soon as I have tested it.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 31 Jul, 2012 09:26 ]
Reply with quote    Download Post  
Post Re: Fix For [Icy Phoenix Debug] PHP Notice: In File /includes/usercp_signature.php On Line 23: Creating Default Object From 
 
You're welcome - Anything to help if possible.  



 
mort - View user's profile Send private message  
mort [ Tue 31 Jul, 2012 10:51 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1