A popular open source Q&A platform using PHP and MySQL. (Please do not use this tag to indicate that you have a question and want an answer).
Questions tagged [question2answer]
50 questions
0
votes
1 answer
Create Q2A Splashbox display on Home page
I'm trying to get a splashbox to show ONLY on the home page between the navbar and the sidebar.
Here's a JSFiddle of what I'm trying to do..
http://jsfiddle.net/6twvzgfu/
As you can see, the splashbox is above the sidebar and content...
Now, here's…

Michael Yebba Jr
- 61
- 8
0
votes
1 answer
Adding Font Awesome to Q2A Page Form Buttons
These are not just any buttons I'm talking about.. but the buttons under each question or answer that say "edit", "flag", "ask related question", "answer", etc.
Each of these buttons are under the parent div "qa-q-view-buttons"..
Take this section…

Michael Yebba Jr
- 61
- 8
0
votes
1 answer
How to remove Vietnamese accent in URL when asking a new post?
When asking a new Vietnamese question on my question2answer site, the newly created post will have the URL with the permalink created from title Vietnamese words - i.e. with Vietnamese accent.
That URL make it un-pretty when sharing the link as…

Nam G VU
- 33,193
- 69
- 233
- 372
0
votes
1 answer
Q2A: Is there a revert / undo to changes made in Admin through a PHP file?
My site is down. I made changes INLINE in the Admin > Layout section of Question2Answer.org. Under layout > head I put the page title.
This caused an error, I have a blank page for a site that gets a lot of traffic. Now I am thinking this is due…

A D
- 161
- 2
- 2
- 12
0
votes
0 answers
mod_rewrite wrong behaviour when face with mkdir in url
I have a Q2A website and use this .htaccess:
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond…

JalalJaberi
- 2,417
- 8
- 25
- 41
0
votes
1 answer
How to deploy Question2Answer to the cloud via a Google App Engine instance?
I'm trying to deploy Question2Answer (Q2A) by following this official install guide - where we need to set up
A web server to push Q2A source code to - uploading application folder to App Engine instance matched with this.
A MySQL database and…

Nam G VU
- 33,193
- 69
- 233
- 372
0
votes
1 answer
how to change url structure with 301 code q2a
I have a problem with duplicate contents in search engine .
I can access a page in q2a web site using both of these url's !
http://www.domain.com/index.php?qa=1306&qa_1=title
http://www.domain.com/1306/title
I want to redirect the first one to…

uchar
- 2,552
- 4
- 29
- 50
0
votes
1 answer
One MySql for two systems?
I'm building a site which contains two question2answer platforms, and one dokuwiki. They all require MySql. My webhost has a limit of two MySql databases. Can I link the same MySql db to either 2 question2answer platforms, or to one question2answer…

user3324865
- 163
- 1
- 2
- 10
0
votes
1 answer
Deploying Question2Answer
I tried to deploy Question2Answer. These are the steps I followed:
Create PHP 5.4 cartridge
Create MySQL 5.5 cartridge
Clone the PHP repo locally and add the contents of question2answer-latest.zip
Create qa-config.php from the example and adapt the…

orschiro
- 19,847
- 19
- 64
- 95
0
votes
1 answer
500 Error when trying to define path to parent directory
I am trying to integrate Wordpress with Question2Answer so that they both use the same database for users. The instructions for doing this are pretty straight-forward. All I need to do is define the directory for my Wordpress installation in the…

Thomas
- 5,030
- 20
- 67
- 100
0
votes
1 answer
Php Facebook API Page access tokens
I'm trying to build a plugin for question2answer (knowledge not necessary) where when a new question is posted, it posts that question as an activity on the facebook page. Achieving this is not a problem. what I run into, is persistence.
From what I…

Eric
- 2,201
- 5
- 29
- 35
0
votes
1 answer
Question2Answer Unknown table engine 'Innodb'
There is problem in viewing tables in PHP my admin it shows me this error
Unknown table engine 'InnoDB'
and the script don't open tells me
connection was reset
from couple of days I suddnly found one of my databases has 13 gb size.
I removed…

Shreef Entsar
- 103
- 6
0
votes
0 answers
Facebook Website Login
I set up a website http://www.howpedia.de with the framework http://www.question2answer.org/ there is an integrated Facebook login that does not work for me or a fried of mine (so the error is not on my site).
If i click on signup with facebook,…

Benjamin Eckstein
- 884
- 2
- 9
- 19
0
votes
2 answers
Question2Answer type of coding used
I am working on a website and I want to add some kind of question and answer system like Stackoverflow.
I downloaded question2answer and it works perfectly, but when I look a how it is coded I don't understand a whole bunch, it is purely php with a…

Joris Blanc
- 601
- 1
- 10
- 24
-1
votes
0 answers
we have a couple of servers so , is it possible to set up replication on Debian server to centos server?
This error reflects server not yet started
Job for postgresql-15.service failed because the control process exited with error code.
See "systemctl status postgresql-15.service" and "journalctl -xeu postgresql-15.service" for Details.
I'm …