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
1
vote
0 answers
Authentication failed : Facebook, google plus login with hybridauth showing code 5 with redirect URL
I am using Hybridauth plugin[q2a-open-login-master] for my question2answer platform site. It works on my previous host and I migrated the pack into new host. So I created new Facebook application and new Google project with that new redirect URL.…

Minas Jean
- 107
- 1
- 14
1
vote
1 answer
Redirecting whole Q2A website to HTTPS
I have been working with question2answer and I'm trying to redirect the whole website to https using .htaccess. Problem is there is rewriting going on in the file that gets messed up.
DirectoryIndex index.php
…

monsterboy
- 153
- 3
- 17
1
vote
1 answer
How can integrate tinypic with ckeditor (wysiwyg)?
I am having website that uses Question2answer Script,now what i want is to integrate tinypic to upload images ?
How is it possible in my site is using wysiwyg editor.
Thanks alot in advance for helping

Muhammad Junaid
- 11
- 2
1
vote
0 answers
Site crashing, Can't create/write to file '/tmp
I have a site that is using question2answer script and some custom made code.
I recently have a problem with the site crashing. The error I get when I open the page is:
Database query error 1
Can't create/write to file '/tmp/#sql_819_0.MYI'…

Cristian Stoicescu
- 11
- 4
1
vote
1 answer
IIS URL Rewrite equivalent for Question2Answer mod_rewrite
What IIS URL Rewrite rule set in web.config is equivalent to this mod_rewrite rule set provided in Question2Answer's default .htaccess?
DirectoryIndex index.php
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_URI}…

Edward Brey
- 40,302
- 20
- 199
- 253
1
vote
2 answers
Setting up LDAP authentication using question2answer.org / Uniformserver (WAMP)
I have been painfully trying to configure/setup the LDAP plugin for the http://www.question2answer.org/ site.
I have the plugin installed and configured, but still I am unable to login using AD/LDAP. The only error that comes up when I try, is…

Ray
- 13
- 5
1
vote
1 answer
why display css code in the content in Safari of question2answer system?
I installed question2answer on my mac and i login by Safari and ask a question, after posted the question, i view the question, there is a strange line in the content:
next_pages_container { width: 5px; hight: 5px; position: absolute; top: -100px;…

Simon
- 1,248
- 1
- 9
- 5
0
votes
0 answers
How to connect two qubes in the same network in qubes os
I have tried these instructions https://www.qubes-os.org/doc/firewall/ enabling networking between two qubes but when I open the sys-firewall terminal it asks for login. Anobody got any ideas?
I could not try any code because of the disp…
0
votes
2 answers
How to import module Python files?
enter image description here
file: api_information.py
`import requests
def OpenProfile():`
file: Connect_selenium.py
from Api.api_automation import OpenProfile
However after running I get the error message:
** from Api.api_automation import…

XmFocus
- 21
- 2
0
votes
1 answer
Flutter update listview inner elements
I am new to the flutter world. I recently started with it and got a question about what to use to accomplish the following:
I have a list of items which I want to show in a list/grid. The list gets retrieved from a remote rest call so through a…

Ormad
- 1
- 2
0
votes
1 answer
What is correct format for on duplicate key update sql query ? Looks like typo mistake or something missing
I need to make on duplicate key update query, looks there is something missing in my query.
This query works fine with # in values
$insertqry=qa_db_query_sub("INSERT INTO test_table (userid,title, price) VALUES (#,#,#)", $userid, $title,…

site123
- 41
- 6
0
votes
2 answers
Setting up Question2Answer on WAMP
I have WAMP server installed in my PC.
Apache Version : 2.2.17
PHP Version : 5.3.5
MySQL Version : 5.5.8
Now i want to deploy the Question2Answer on this wamp.
http://www.question2answer.org/install.php
I have done the follows-
1)
CREATE USER…

shababhsiddique
- 904
- 3
- 14
- 40
0
votes
1 answer
Add javascript after n-th paragraph of a specific post in Question2Answer
I am struggling with this from quite some time but cannot find any soltion. I have a really long blog-type post with lots of paragraphs that I have added as a question in my Question2Answer website. I would like to put adsense code after let's say…

Badan
- 248
- 1
- 10
0
votes
1 answer
Some Q2A plugins are not compatible with PhP 7 and MySQL 5.7
I updated PHP 5.6 to 7 and MySQL 5.5 to 5.7.
Everything was fine in the older versions, however since I updated the server some plugins such as: Custom 404 page, gregorian2jalali face problems. Some pages goes blank and the Inspect Element, Console…

smohamadi
- 21
- 4
0
votes
1 answer
How to integrate search engine of a wiki with a search engine of a QA system?
In a knowledge management project I need to use a wiki engine ( I'm thinking about DokuWiki ) and a Question and Answer system ( I'm thinking about Question2Answer), and I need to create a Search Funcionality that search in both systems (Wiki and…

Orthophilos
- 105
- 1
- 9