<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged q2a-core</title>
<link>https://www.question2answer.org/qa/tag/q2a-core</link>
<description>Powered by Question2Answer</description>
<item>
<title>Dependency Level of a plugin</title>
<link>https://www.question2answer.org/qa/120790/dependency-level-of-a-plugin</link>
<description>

&lt;p&gt;Currently, in the metadata.json, there is following feild:&lt;/p&gt;

&lt;p&gt;&quot;load_order&quot;: &quot;after_db_init&quot; or&amp;nbsp;&quot;load_order&quot;: &quot;before_db_init&quot;&lt;/p&gt;

&lt;p&gt;which indicates, when should load this plugin - is it before db initialisation or after db initialisation.&lt;/p&gt;

&lt;p&gt;Let's assume following&amp;nbsp;situation:&lt;/p&gt;

&lt;p&gt;if pluginA defined a function F, and pluginB needs to use that function. That means PluginB is depends upon pluginA. However, there is no way in the current q2a, to define this dependency level.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;So, we have two options:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;PluginA needs to be loaded before pluginB - This is based on the names of the plugins and order is not correctly predicted.&lt;/li&gt;

&lt;li&gt;Redeclare the same function with similar logic - this will leads to inconsistency if pluginA modified the function F.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;To avoid this, I have added following feild in the metadata.json&lt;/p&gt;

&lt;p&gt;&quot;dependency_level&quot;: 2, - which indicates, the loading level of plugin. (&lt;u&gt;&lt;strong&gt;Lower the dependency number, loads earlier.&lt;/strong&gt;&lt;/u&gt;)&lt;/p&gt;

&lt;p&gt;Hence, first all the dependency_level=1 plugins will be loaded, after that&amp;nbsp;dependency_level=2&amp;nbsp;plugins will be loaded.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;The code fix is available at&amp;nbsp;&lt;a href=&quot;https://github.com/q2a/question2answer/pull/1011/commits/182041865f7003f20d4e8c64d1d82ce7a5f7b7bc&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2a/question2answer/pull/1011/commits/182041865f7003f20d4e8c64d1d82ce7a5f7b7bc&lt;/a&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/120790/dependency-level-of-a-plugin</guid>
<pubDate>Wed, 17 Dec 2025 16:54:03 +0000</pubDate>
</item>
<item>
<title>Option to log out from all devices</title>
<link>https://www.question2answer.org/qa/117063/option-to-log-out-from-all-devices</link>
<description>

&lt;p data-pm-slice=&quot;0 0 []&quot;&gt;If we've logged into our account on multiple devices, is there an option to log out from all of them at once—especially in cases like a password change? If not, could such a feature be added? It would be extremely helpful in situations where a user's login credentials may be compromised.&lt;/p&gt;

&lt;p data-pm-slice=&quot;0 0 []&quot;&gt;A similar query ( &lt;a href=&quot;https://www.question2answer.org/qa/90765/logout-from-all-devices-after-password-change-q2a&quot; rel=&quot;nofollow&quot;&gt;https://www.question2answer.org/qa/90765/logout-from-all-devices-after-password-change-q2a&lt;/a&gt; )&amp;nbsp;was asked few years back but no response on that question.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/117063/option-to-log-out-from-all-devices</guid>
<pubDate>Wed, 30 Apr 2025 13:14:31 +0000</pubDate>
</item>
<item>
<title>Remote MySQL connection is not Working over ipv6, Have any Idea?</title>
<link>https://www.question2answer.org/qa/115886/remote-mysql-connection-not-working-over-ipv6-have-any-idea</link>
<description>

&lt;p&gt;define('QA_MYSQL_HOSTNAME', '251a:000:000:000:hv:c376:');&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;white-space:normal&quot;&gt;define('QA_MYSQL_USERNAME', 'user');&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;white-space:normal&quot;&gt;define('QA_MYSQL_PASSWORD', 'password');&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;white-space:normal&quot;&gt;define('QA_MYSQL_DATABASE', 'dbname')&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;white-space:normal&quot;&gt;Not working?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/115886/remote-mysql-connection-not-working-over-ipv6-have-any-idea</guid>
<pubDate>Sat, 04 Jan 2025 03:36:08 +0000</pubDate>
</item>
<item>
<title>Please Help I have a white screen and don't know why.</title>
<link>https://www.question2answer.org/qa/114817/please-help-i-have-a-white-screen-and-dont-know-why</link>
<description>Hello All,&lt;br /&gt;
&lt;br /&gt;
I could use some help. I uploaded the files for q2a and edit the qa-config.php file. Renamed it and the .htaccess. However, I am getting a white screen. I am not getting any errors any where to tell me what is going on. The server requirements meet the requirements for q2a. Maybe I am missing something. Could anyone suggest something that I could look for?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/114817/please-help-i-have-a-white-screen-and-dont-know-why</guid>
<pubDate>Sun, 15 Sep 2024 04:09:34 +0000</pubDate>
</item>
<item>
<title>Anyone yet figured out how to render html/css/js in question-answer page like that in custom page?</title>
<link>https://www.question2answer.org/qa/114371/anyone-figured-render-question-answer-page-like-that-custom</link>
<description>How to put raw html/css/js in question and answer in editor. And display it as it can be displayed in custom pages. Its sanitizing it to text on question page. &lt;br /&gt;
&lt;br /&gt;
Even if its admin, we want to allow admin to put html/css/js in question pages like we do that in wordpress and custom_pages in Q2a....&lt;br /&gt;
&lt;br /&gt;
someone please help...</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/114371/anyone-figured-render-question-answer-page-like-that-custom</guid>
<pubDate>Fri, 02 Aug 2024 07:17:29 +0000</pubDate>
</item>
<item>
<title>How To Host Website Using GO Daddy Web Hosting In MacBook</title>
<link>https://www.question2answer.org/qa/112578/how-to-host-website-using-go-daddy-web-hosting-in-macbook</link>
<description>

&lt;p&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;Does anyone know how to host the website with Go Daddy for using q2a?&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;I have a Godaddy domain and a professional email address.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;This is my website at Localhost&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=13141952916639368611&quot; style=&quot;height:413px; width:800px&quot;&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/112578/how-to-host-website-using-go-daddy-web-hosting-in-macbook</guid>
<pubDate>Sun, 25 Feb 2024 02:08:16 +0000</pubDate>
</item>
<item>
<title>How To install Q2A on Macbook M1 and setup the website</title>
<link>https://www.question2answer.org/qa/112519/how-to-install-q2a-on-macbook-m1-and-setup-the-website</link>
<description>

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12382591238864426072&quot; style=&quot;height:416px; width:800px&quot;&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/112519/how-to-install-q2a-on-macbook-m1-and-setup-the-website</guid>
<pubDate>Thu, 22 Feb 2024 05:52:17 +0000</pubDate>
</item>
<item>
<title>Data database query failed</title>
<link>https://www.question2answer.org/qa/110889/data-database-query-failed</link>
<description>I get this exactly when i click tags or favorite menus: &lt;br /&gt;
&lt;br /&gt;
A Question2Answer database query failed when generating this page.&lt;br /&gt;
&lt;br /&gt;
A full description of the failure is available in the web server's error log file.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/110889/data-database-query-failed</guid>
<pubDate>Sat, 14 Oct 2023 12:50:50 +0000</pubDate>
</item>
<item>
<title>How can transfer WordPress database to Q2A</title>
<link>https://www.question2answer.org/qa/110435/how-can-transfer-wordpress-database-to-q2a</link>
<description>I m using wordpress on one of my websites but now i want to move the database to Q2A, is there a way to do this. I just want to move only the questions if that is possible</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/110435/how-can-transfer-wordpress-database-to-q2a</guid>
<pubDate>Sat, 16 Sep 2023 13:40:43 +0000</pubDate>
</item>
<item>
<title>Suggestion: Community guidelines require that questions include specific information</title>
<link>https://www.question2answer.org/qa/110183/suggestion-community-guidelines-questions-specific-information</link>
<description>I have noticed that many people post questions here, but they don't seem to provide enough information for a proper solution. It's important to understand that the developers trying to help can only do so much without specific details. Please value their time, effort, and support by providing as much detail as possible when asking questions. If a question doesn't give enough information, it may need to be closed. Creating guidelines for posting questions is also advisable.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/110183/suggestion-community-guidelines-questions-specific-information</guid>
<pubDate>Thu, 31 Aug 2023 13:46:42 +0000</pubDate>
</item>
<item>
<title>Q2A Version - 1.8.8 - database query failed when generating this page.</title>
<link>https://www.question2answer.org/qa/110054/q2a-version-database-query-failed-when-generating-this-page</link>
<description>

&lt;p&gt;I'm currently updating themes and plugins. However, when I tried to post my first question, I received a notice/error saying, &quot;database query failed when generating this page.&quot; Upon checking the error logs, I found a message indicating that there may be an issue with the Core. Despite this, the content (question) was successfully inserted.&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;&quot;NOTICE: PHP message: PHP Question2Answer MySQL query error 1292: Truncated incorrect INTEGER value: '' - Query: INSERT INTO qa_options (title, content) VALUES (&quot;cache_qcount&quot;, 1) ON DUPLICATE KEY UPDATE content = VALUES(content) + CAST(content AS UNSIGNED)&quot;&lt;/p&gt;&lt;/blockquote&gt;

&lt;blockquote&gt;

&lt;p&gt;[Mon Aug 21 11:59:25.908328 2023] [proxy_fcgi:error] [pid 1982] [client 172.18.0.6:60322] AH01071: Got error 'PHP message: PHP Question2Answer MySQL query error 1292: Truncated incorrect INTEGER value: '' - Query: INSERT INTO qa_options (title, content) VALUES (&quot;cache_qcount&quot;, 1) ON DUPLICATE KEY UPDATE content = VALUES(content) + CAST(content AS UNSIGNED)', referer: &lt;a href=&quot;https://qa8.ddev.site/index.php?qa=ask&quot; rel=&quot;nofollow&quot;&gt;https://qa8.ddev.site/index.php?qa=ask&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;u&gt;Server Details&lt;/u&gt;
&lt;br&gt;Q2A Version - 1.8.8
&lt;br&gt;PHP Version - 8.2.3
&lt;br&gt;MySQL Version -&amp;nbsp;&lt;span style=&quot;color:#2a2a2a; font-family:Roboto,Arial,Helvetica,sans-serif&quot;&gt;10.4.28-MariaDB-1:10.4.28+maria~ubu2004-log&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#2a2a2a; font-family:Roboto,Arial,Helvetica,sans-serif&quot;&gt;Does anyone have an idea if the issue is related to the version of the database, PHP, or core? Or should I investigate my theme code further?&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/110054/q2a-version-database-query-failed-when-generating-this-page</guid>
<pubDate>Mon, 21 Aug 2023 12:25:28 +0000</pubDate>
</item>
<item>
<title>what is the best fork or patch to install Q2A</title>
<link>https://www.question2answer.org/qa/107182/what-is-the-best-fork-or-patch-to-install-q2a</link>
<description>Hi&lt;br /&gt;
&lt;br /&gt;
I hope this is qustion is not duplicated, I want to start a new Q2A website, And the official release is so old.&lt;br /&gt;
&lt;br /&gt;
Now a days, what is the best source code to install from.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance ☺️</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/107182/what-is-the-best-fork-or-patch-to-install-q2a</guid>
<pubDate>Mon, 10 Apr 2023 00:51:15 +0000</pubDate>
</item>
<item>
<title>How To Manege &amp; Chenges User Role In Q2A?</title>
<link>https://www.question2answer.org/qa/106809/how-to-manege-%26-chenges-user-role-in-q2a</link>
<description>Please Help Me,&lt;br /&gt;
&lt;br /&gt;
How To Manege &amp;amp; Chenge User Role Ex: Admin, Editor, Moderation</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/106809/how-to-manege-%26-chenges-user-role-in-q2a</guid>
<pubDate>Wed, 22 Mar 2023 06:44:43 +0000</pubDate>
</item>
<item>
<title>Q2A script not adding + sign in URLs with whitespace in the tags or usernames. Please help to fix</title>
<link>https://www.question2answer.org/qa/106673/script-adding-sign-urls-whitespace-tags-usernames-please-help</link>
<description>

&lt;p&gt;Previously, my website was functioning correctly, but now I am unable to access URLs with whitespace in the tags or usernames. It appears that the Q2A script is not replacing whitespace with a plus sign (+) in the tag URLs, causing a 'Forbidden' error when trying to access those pages. How can I fix this issue?
&lt;br&gt;
&lt;br&gt;&lt;u&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt;&lt;/u&gt;
&lt;br&gt;I found that htaccess option in url structure is not OK but I doubt how it automatically changed from OK to blank and I have not even changed anything on server side.
&lt;br&gt;
&lt;br&gt;Mod rewrite options is already enabled and htaccess file is also already available with default settings.
&lt;br&gt;
&lt;br&gt;But still first URL structure is not OK and I have the problem accessing the URL mentioned above.
&lt;br&gt;
&lt;br&gt;Please anyone help me fix the issue.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/106673/script-adding-sign-urls-whitespace-tags-usernames-please-help</guid>
<pubDate>Mon, 13 Mar 2023 14:30:35 +0000</pubDate>
</item>
<item>
<title>Site has broken after changing the php version from 7.4 to 8.1.</title>
<link>https://www.question2answer.org/qa/106658/site-has-broken-after-changing-the-php-version-from-7-4-to-8-1</link>
<description>My site is perfectly running on php version 7.4. But when I change it to version 8.1 then my site has broken. How to fix?&lt;br /&gt;
&lt;br /&gt;
some error Logs:&lt;br /&gt;
&lt;br /&gt;
[13-Mar-2023 06:15:23 UTC] PHP Deprecated: &amp;nbsp;strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /qa-include/qa-base.php on line 722&lt;br /&gt;
&lt;br /&gt;
[13-Mar-2023 06:15:23 UTC] PHP Fatal error: &amp;nbsp;Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /qa-include/qa-base.php(720) : eval()'d code:712</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/106658/site-has-broken-after-changing-the-php-version-from-7-4-to-8-1</guid>
<pubDate>Mon, 13 Mar 2023 06:11:58 +0000</pubDate>
</item>
<item>
<title>How to integrate Okta-hosted login with Q2A?</title>
<link>https://www.question2answer.org/qa/106345/how-to-integrate-okta-hosted-login-with-q2a</link>
<description>I want to use an Okta-hosted login for SSO. Has anyone done this before? I have reviewed q2a-open-login and it doesn't seem to be a viable plugin.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/106345/how-to-integrate-okta-hosted-login-with-q2a</guid>
<pubDate>Tue, 21 Feb 2023 15:32:25 +0000</pubDate>
</item>
<item>
<title>URL Structure for Q2A website hosted in wordpress website directory</title>
<link>https://www.question2answer.org/qa/106082/url-structure-website-hosted-wordpress-website-directory</link>
<description>

&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I installed q2a on my wordpress website subdirectory (htdocs) example.com/q/ and working url structure is /?qa=123/why-do-birds-sing&lt;/p&gt;

&lt;p&gt;I want to change url structure to example.com/q/123/why-do-birds-sing [q2a general setting &amp;gt; option 1] but when i select first option and open example.com/q/123/why-do-birds-sing url then it's showing 404 error of wordpress theme 404 page.&lt;/p&gt;

&lt;p&gt;My wordpress website is installed on UBUNTU server with Nginx.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I didn't want to have a &lt;em&gt;common database&lt;/em&gt; for wordpress site and q2a site so that is why i want to host q2a on separate database with wordpress website.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When i try to move q2a outsite htdocs folder usinf FTP then it's showing wordpress theme 404 page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note &lt;/strong&gt;- There are page rules on my main wordpress website which redirect all urls to home page or on specific page if url have&amp;nbsp;&lt;strong&gt;&lt;span style=&quot;background-color:#e74c3c&quot;&gt; &lt;span style=&quot;color:#ffffff&quot;&gt;?&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt; symbol.&lt;/p&gt;

&lt;p&gt;What should i do to have plain url structure (Defauld Q2A first option in general setting).&lt;/p&gt;

&lt;p&gt;.htaccess file is -&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;Options -Indexes&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;DirectoryIndex index.php&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;&amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;RewriteEngine On&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;RewriteCond %{HTTP_USER_AGENT} libwww-perl.*&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;RewriteRule .* – [F,L]&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;#RewriteBase /&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;RewriteCond %{REQUEST_URI} ^(.*)//(.*)$&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;RewriteRule . %1/%2 [R=301,L]&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;RewriteRule ^.*$ index.php?qa-rewrite=$0&amp;amp;%{QUERY_STRING} [L]&lt;/span&gt;
&lt;br&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;&amp;lt;/IfModule&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=2217418685975036309&quot; style=&quot;height:258px; width:515px&quot;&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/106082/url-structure-website-hosted-wordpress-website-directory</guid>
<pubDate>Sat, 04 Feb 2023 09:32:31 +0000</pubDate>
</item>
<item>
<title>Only Questions with Answers return 500 server error for without logged in users and have an answer in question?</title>
<link>https://www.question2answer.org/qa/106028/questions-answers-return-server-without-logged-answer-question</link>
<description>

&lt;p&gt;&lt;strong&gt;Issue:&amp;nbsp;&lt;/strong&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;Questions which have answers return a 500 internal server error for not logged in users.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;When i move website to another server to upgrade from 7.4 to 8.1 php and this will happen.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;My traffic dropped please give me a solution.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;All questions without answers are running fine, I have selected pretty URLS (site.com/1/question) while everything else stays same.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;&lt;strong&gt;Note&lt;/strong&gt;:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#34495e; font-family:Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;Site was working all fine for logged in user?&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/106028/questions-answers-return-server-without-logged-answer-question</guid>
<pubDate>Wed, 01 Feb 2023 15:30:38 +0000</pubDate>
</item>
<item>
<title>How to Make Question Views Count 0.</title>
<link>https://www.question2answer.org/qa/105823/how-to-make-question-views-count-0</link>
<description>

&lt;p style=&quot;text-align: justify;&quot;&gt;How to Make Questions Views Count 0 If Question Has Already Have Some Views.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/105823/how-to-make-question-views-count-0</guid>
<pubDate>Wed, 18 Jan 2023 16:29:26 +0000</pubDate>
</item>
<item>
<title>Empty output after HTML tag closure - '&lt;/div&gt;', '');</title>
<link>https://www.question2answer.org/qa/104314/empty-output-after-html-tag-closure-div</link>
<description>

&lt;p&gt;I've always wondered if these empty outputs were made by design, or something was deleted from there and just forgotten to be removed.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;$this-&amp;gt;output('&amp;lt;/div&amp;gt; &amp;lt;!-- END qa-main --&amp;gt;'&lt;strong&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;, ''&lt;/span&gt;&lt;/strong&gt;);&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;sup&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://github.com/q2a/question2answer/blob/dev/qa-include/qa-theme-base.php#L766&quot;&gt;qa-theme-base.php#L766&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/104314/empty-output-after-html-tag-closure-div</guid>
<pubDate>Wed, 26 Oct 2022 11:41:43 +0000</pubDate>
</item>
</channel>
</rss>