Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
1.0k views
in Q2A Core by
Hello sir,

   can u describe where to change sir.I'm a beginner sir.help me to solve it sir.I*'m using the php version 5.5.12.

Thanks
related to an answer for: Deprecated error while using localhost

1 Answer

+3 votes
by

FYI , the latest Q2A 1.7 Beta , you wont get this error anymore . 

If you are still using the q2a 1.6 then use the below method You dont have to edit the php.ini file . 

 

1. Openup the qa-include/qa-db.php 

2. add the below line after the liscence comment (before the actual functions starts ) 
    
        error_reporting(E_ALL ^ E_DEPRECATED); 

3. This should solve your issue . 

...