[ Bug ][ 2.8.0 ] Glossary link problem – page not found

Please report bugs here!

Moderator: Thorsten

Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: [ Bug ][ 2.8.0 ] Glossary link problem – page not found

Post by Thorsten »

Hi,

do you use the .htaccess file from phpMyFAQ 2.8.2? It works on my test systems.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
pt20100201
Posts: 134
Joined: Mon Feb 01, 2010 2:11 pm
Location: Porto . Portugal
Contact:

[.htaccess][ Bug ][ 2.8.0 ] Glossary link problem – page not

Post by pt20100201 »

.
[.htaccess][ Bug ][ 2.8.0 ] Glossary link problem – page not found
..
Dear Thorsten Rinne

Our apologies for this late answer - we were preparing tasks to perform this week and we missed your question on page two.

Further analysis will take place only next week.
Thorsten wrote:...
do you use the .htaccess file from phpMyFAQ 2.8.2? It works on my test systems.
...
Thorsten
We are really (really) sorry about this point.

We all lost precious time with this - especially you.
That's the consequence of taking too many things to do at the same time, and reading too fast - you referred version 2.8 previously.

In brief words:
No, we are using a file from the 2.7.x series.

But the other functions (search,...) do work.

Please accept our apologies.
..
Kind regards
2013-08-21
pt20100201
..
PS
1.
However, there are good news about "DB error : Duplicate entry '39' for key 'PRIMARY": please see the next post.

2.
An extract from the diff result: current .htaccess vs (v.2.8.2) _.htaccess :

Code: Select all

< RewriteCond %{REQUEST_URI}          showcat\.html$ [NC]
---
> RewriteCond %{REQUEST_URI}          /showcat\.html$ [NC]

< RewriteCond %{REQUEST_URI}          search\.html$ [NC]
---
> RewriteCond %{REQUEST_URI}          /search\.html$ [NC]

> # opensearch
> RewriteCond %{REQUEST_URI}          /opensearch\.html$ [NC]
> RewriteRule ^(.*)$                  opensearch.php [L,QSA]
>

< RewriteCond %{REQUEST_URI}          addcontent\.html$ [NC]
---
> RewriteCond %{REQUEST_URI}          /addcontent\.html$ [NC]

< RewriteCond %{REQUEST_URI}          ask\.html$ [NC]
---
> RewriteCond %{REQUEST_URI}          /ask\.html$ [NC]

< RewriteCond %{REQUEST_URI}          open\.html$ [NC]
---
> RewriteCond %{REQUEST_URI}          /open\.html$ [NC]

< RewriteCond %{REQUEST_URI}          help\.html$ [NC]
---
> RewriteCond %{REQUEST_URI}          /help\.html$ [NC]

< RewriteCond %{REQUEST_URI}          contact\.html$ [NC]
---
> RewriteCond %{REQUEST_URI}          /contact\.html$ [NC]

> # the glossary page
> RewriteCond %{REQUEST_URI}          /glossary\.html$ [NC]
> RewriteRule ^(.*)$                  index.php?action=glossary [L,QSA]
>

< RewriteRule sitemap.xml$        sitemap.google.php [L]
< RewriteRule sitemap.gz$         sitemap.google.php?gz=1 [L]
< RewriteRule sitemap.xml.gz$     sitemap.google.php?gz=1 [L]
---
> RewriteRule sitemap.xml$        sitemap.xml.php [L]
> RewriteRule sitemap.gz$         sitemap.xml.php?gz=1 [L]
> RewriteRule sitemap.xml.gz$     sitemap.xml.php?gz=1 [L]
xxxmicrobexxx
Posts: 12
Joined: Tue Jul 30, 2013 5:03 am

Re: [ Bug ][ 2.8.0 ] Glossary link problem – page not found

Post by xxxmicrobexxx »

Thorsten,

slight digression, your site SSL certificate has expired or something, there is a warning when coming to the forum.
pt20100201
Posts: 134
Joined: Mon Feb 01, 2010 2:11 pm
Location: Porto . Portugal
Contact:

[ Update 2.8.1 to 2.8.2 ] - no DB error message

Post by pt20100201 »

.
[ Update 2.8.1 to 2.8.2 ] - no DB error message
..
Dear Thorsten Rinne
Thorsten wrote: ...
you can change the version number to "2.8.1" by hand in the table faqconfig.
...
We changed the version value.

During the 2.8.1 to 2.8.2 upgrade there was no "DB error : Duplicate entry '39' for key 'PRIMARY'" message.


However, this older (and more problematic) site didn't enter in "maintenance" mode - after selecting the option, saving the new configuration, performing "logout" and "login", its value returns to the "not selected" state.

Having the time, next week we'll perform a new (and careful) test - after replacing the ".htaccess" with the phpMyFAQ 2.8.2 one...

We hope that this site's DB isn't corrupted - it would be a problem during the merge of other FAQ-like systems into this phpMyFAQ driven service [when and if] .
..
Kind regards
2013-08-21
pt20100201
..
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: [ Bug ][ 2.8.0 ] Glossary link problem – page not found

Post by Thorsten »

Hi,

do you have the maintanance mode entry in the database table faqconfig?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
pt20100201
Posts: 134
Joined: Mon Feb 01, 2010 2:11 pm
Location: Porto . Portugal
Contact:

[table faqconfig][ Bug ][ 2.8.0 ] Glossary link problem–page

Post by pt20100201 »

[table faqconfig][ Bug ][ 2.8.0 ] Glossary link problem–page not found
.
Dear Thorsten Rinne

Thank for your (as usual) quick answer.
Thorsten wrote:...
do you have the maintenance mode entry in the database table faqconfig?
..
Thorsten
We'll check that table next week in both sites (the "problematic" and the functional).

Unfortunately, it isn't possible to do that until next Monday.
..
Kind regards
2013-08-22
pt20100201
..
pt20100201
Posts: 134
Joined: Mon Feb 01, 2010 2:11 pm
Location: Porto . Portugal
Contact:

[Solved][ table faqconfig ] Maintenance mode problem

Post by pt20100201 »

.
[Solved][ table faqconfig ] Maintenance mode problem
.
Dear Thorsten Rinne
Thorsten wrote:
...
do you have the maintenance mode entry in the database table faqconfig?
...
On the "problematic" DB: no.

So we inserted this entry by hand (comparing it to the functional site's DB): it is working now.

However we are afraid that the problem is shifting from "field" to "field" every time we fix some issue with this site's DB: there was the first problem, the version number, and now this one.

Perhaps something went (really) wrong and unnoticed on a previous update (to and/or inside 2.8.x series).


Regarding the ".htaccess": we'll try to send information tomorrow (but we don't promise). Early tests showed no changes in the site's behavior.


Thank for your help.
..
Kind regards
2013-08-22
pt20100201
..
pt20100201
Posts: 134
Joined: Mon Feb 01, 2010 2:11 pm
Location: Porto . Portugal
Contact:

[ table faqconfig ] Difference on faqconfig table structure

Post by pt20100201 »

.
[ table faqconfig ] Difference on faqconfig table structure
.
Dear Thorsten Rinne
Thorsten wrote:
...
do you have the maintenance mode entry in the database table faqconfig?
...
pt20100201 wrote: ...
So we inserted this entry by hand (comparing it to the functional site's DB): it is working now.
However we are afraid that the problem is shifting from "field" to "field" every time we fix some issue with this site's DB: there was the first problem, the version number, and now this one.
....
In the process we found differences between the "problematic" DB's faqconfig table and that on the other phpMyFAQ driven site: 72 vs 78 entries.

(We'll send detailed information about this later.)

So we must compare the other tables too.
..
Kind regards
2013-09-09
pt20100201
..
Post Reply