Home N-13 News Forums Help Search
RegisterForgot password?
How to add image to post necklacesdiscou
Known bugs - 4.0.3 necklacesdiscou

Latest N-13 News 4.0.3

What is N-13 News?
Where can I get help?
Known bugs

Forums Help & Support fix error Strict Standards: Non-static method DataAccess::
Fairuz
Posted on 24 May 2015, 19:35:55

Access: Member
Total Posts: 3
Joined: 2011-05-30

Got this error today , im trying edit php.ini with this code 'errorreporting = EALL | ~ENOTICE | ~EWARNING | ~ESTRICT | ~EDEPRECATED' .. and still have the problem

after google for a while , i find the solution .

as my error is - Strict Standards:Non-static method DataAccess::establishdbconn() ....... - Strict Standards:Non-static method DataAccess::fetch() ........... - Strict Standards:Non-static method DataAccess::put() ............

so you just open , n13/class/mysql.php

edit this file :-

line 21 -
'function establishdbconn()' TO 'public static function establishdbconn()'

line 27 -
'function put()' TO 'public static function put()'

line 69 -
'function fetch()' TO 'public static function fetch()'

#4087
Last edited by Fairuz at 2015-05-24 20:09:24 Reason: edit code for better understanding
Network-13.com © 2013