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

I want to upgrade manually from 1.5.1 to 1.5.3, please guide me. Since I changed few included files as per my requirement from include folder, I can not directly replace all the files with new version.

Thanks in advance.
Q2A version: 1.5.1

1 Answer

0 votes
by
This is the upgrade guide: http://www.question2answer.org/install.php#upgrade

for your core changes:

1. download v1.5.1 http://www.question2answer.org/releases/question2answer-1.5.1.zip

2. check your qa-include/ files against the original

3. note down changes

4. download + extract latest code: http://www.question2answer.org/versions.php

5. implement changes again

6. upload

7. check if q2a is working correclty (esp. php error-log of your server)
by
And make sure in future to mark all custom changes you do with a comment, like /* MOD: i changed this */
Then it's easy to find what you changed :)
...