Hello fellow InterAKT users,
I have been tearing my hair out due to a hosting provider upgrade to PHP 5.3 and later.
You may get this error at the top of the page after the PHP upgrade:
ERROR:
Strict Standards: Non-static method tNG_log::log() should not be called statically, assuming $this from incompatible context in /my_domain_name/includes/tng/tNG.class.php on line 168 
RESOLUTION:
For users trying to solve this problem, it turns out newer versions of php (as of 5.3 and later) will not work without a slightly different value for error_reporting in php.ini.
Older versions of php would work with the following settings in php.ini:
error_reporting = E_ALL & ~E_NOTICE
To fix this problem in php version 5.3 and later, use these settings in php.ini:
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
Change your code to the above line in your PHP.ini file it will fix the issue.
Hope this helps
			
			
									
									
						Error Strict Standard: Non-Static method tNG_log::log()
Any tips and tricks that has to with the interakt extensions that doesn't fit into one of the other categories
			Return to “MX Kollection - General Info”
			
				Jump to
				
			
		
			
			
	
	- General
 - ↳ Information
 - ↳ General Forum Rules
 - ↳ Suggestions
 - ↳ Introduce Yourself
 - ↳ General Chit Chat
 - ↳ General Interakt Extension Discussions
 - ADDT
 - MX Kollection - General Info
 - MX Kollection - Standard Edition
 - MX Kollection - Pro Edition
 - Custom Interakt skins
 - MX Ajax Toolbox
 - Impakt
 - KTML for Dreamweaver
 - KTML for PHP
 - KTML for JSP
 - MX Breadcrumbs
 - MX Calendar
 - MX Coder Pack
 - MX CSS Menus
 - MX CSV Import - Export
 - MX Dynamic Table Sorter
 - MX Dynamic Charts
 - MX File Upload
 - MX Form Validation
 - MX Includes
 - MX Kart
 - MX Kommerce
 - MX Looper
 - MX Navigation Pack
 - MX Query Builder
 - MX RSS Reader - Writer
 - MX Send E-Mail
 - MX Shop
 - MX Site Search
 - MX User Login
 - MX Widgets
 - NeXTensio
 - PHAkt
 - XML Import - Export
 - XML Table Export
 - Old Interakt Stuff
 - ↳ MX Newsletter
 - ↳ MX Survey
 - ↳ MX Tree Menu
 - Interakt and ADDT Replacements
 - ↳ KTML
 - ↳ Interakt Replacement
 - ↳ ADDT
 - General PhP
 - ↳ General php and MySQL
 - ↳ General Scripts
 - JQuery
 

