Search found 22 matches

by wolf
Fri Jul 29, 2011 8:37 am
Forum: Bug reports
Topic: Danish translation of 2.6.17 causes phpMyFAQ to fail
Replies: 1
Views: 2640

Danish translation of 2.6.17 causes phpMyFAQ to fail

There's an error in the Danish language file in version 2.6.17: in line 473, defining ad_categ_paste_error, the string is terminated in mid-sentence with an apostrophe, and it causes phpMyFAQ to fail with an Apache 500 error. The quick fix is to change "isn't" to "is not".
by wolf
Thu Aug 21, 2008 4:48 pm
Forum: General discussions
Topic: Language selection
Replies: 9
Views: 12851

Thorsten wrote:I'll take a löok at it.
It looks like it's still present in 2.0.7. Are you deferring it to 2.5?
by wolf
Sun Mar 09, 2008 7:59 am
Forum: General discussions
Topic: Language selection
Replies: 9
Views: 12851

just disable the automatic language detection in the configuration. I suddenly got the same problem as the Spanish poster after upgrading from 2.0.1 to 2.0.6. My FAQ is entirely in Danish, but after the upgrade only the English version (with no FAQ contents) is displayed. When I select the Danish l...
by wolf
Wed May 23, 2007 5:09 pm
Forum: Bug reports
Topic: Problem beim Update von 1.6.12 auf 2.0.0
Replies: 81
Views: 88528

pesthoernchen wrote:I have restore a full backup (database and files) before I make the update.
You're right. It looks like you also need to add a "$query = array( );" statement after line 1420 as well.
by wolf
Wed May 23, 2007 4:26 pm
Forum: Bug reports
Topic: Problem beim Update von 1.6.12 auf 2.0.0
Replies: 81
Views: 88528

pesthoernchen wrote:Liefert nun folgendes:
Did you restore the database before you attempted to re-run the update with the fix? Otherwise, the update will already have made some of the modifications to the tables in the first (failed) attempt.
by wolf
Wed May 23, 2007 1:31 pm
Forum: General discussions
Topic: Upgrading phpMyFAQ 1.6.12 -> 2.0.0
Replies: 11
Views: 14292

Do you think there is any other way except loading db- and file-backup and try your solution? If you want to roll back to 1.6.12, then you'll have to restore both the files and the database. Otherwise, if you want to just try upgrading again with my solution, let the code stay in place and just res...
by wolf
Wed May 23, 2007 1:15 pm
Forum: General discussions
Topic: Upgrading phpMyFAQ 1.6.12 -> 2.0.0
Replies: 11
Views: 14292

Looks like upgrading from 1.6.12 doesn't work at the moment. Then I'll switch back to to 1.6.12. Getting the files isn't a problem for me but, do I have to load the db backup back too? I can't imagine the code for 1.6.12 will work with a database that has been (partially) upgraded to 2.0.0. You'll ...
by wolf
Wed May 23, 2007 12:39 pm
Forum: General discussions
Topic: Upgrading phpMyFAQ 1.6.12 -> 2.0.0
Replies: 11
Views: 14292

Dawn,
Dawn wrote:Do you have any idea?
Have a look here.
by wolf
Wed May 23, 2007 12:32 pm
Forum: Bug reports
Topic: Problem beim Update von 1.6.12 auf 2.0.0
Replies: 81
Views: 88528

I had to try it instead of just suggesting it. To fix the bug, add the following statement after line 1232 so that the lines after the curly bracket look like this:

Code: Select all

        $query = array( );
        @ob_flush();
        flush();
It seems to make things work in my installation.
by wolf
Wed May 23, 2007 12:18 pm
Forum: Bug reports
Topic: Problem beim Update von 1.6.12 auf 2.0.0
Replies: 81
Views: 88528

I think I may have an explanation for why it fails. In step 10/13 of the 1.6 upgrade, line 1216 and forward, you start executing the queries in $query[], including the rename query that seems to create problems. Then in step 1/4 of the 2.0-beta upgrade, line 1264 and forward, you add new queries to ...
by wolf
Wed May 23, 2007 11:48 am
Forum: Bug reports
Topic: Problem beim Update von 1.6.12 auf 2.0.0
Replies: 81
Views: 88528

I've gotten a little close to what the error might be. I decided to alter the "update.php" script a tiny bit, changing the syntax in the query for renaming the table from "ALTER" to "RENAME". This caused a new error to appear in the update script that may help clarify t...
by wolf
Wed May 23, 2007 11:15 am
Forum: Bug reports
Topic: Problem beim Update von 1.6.12 auf 2.0.0
Replies: 81
Views: 88528

I'm afraid renaming the faqfragen table fails on my system, too, upgrading from 1.6.10: DB error: Table 'phpmyfaq.sat_faqfragen' doesn't exist Query: ALTER TABLE sat_faqfragen RENAME TO sat_faqquestions Before the upgrade, the faqfragen table was created as follows, according to the MySQL backup: `i...
by wolf
Fri Oct 20, 2006 1:01 pm
Forum: Proposals
Topic: Integration with Joomla
Replies: 11
Views: 19847

hhtmp88 wrote:Do you have a schedule on when the wrapper will be released?
In the Joomla world, a "wrapper" is a Joomla feature that enables the inclusion of another web page within a frame that is shown inside of the Joomla content. It's not something I came up with.
by wolf
Fri Oct 20, 2006 8:56 am
Forum: Proposals
Topic: Integration with Joomla
Replies: 11
Views: 19847

I'm including phpMyFaq via a "wrapper" in Joomla.

I'm not sure what you mean by integration with Joomla, though. What goals, specifically, should an integration with Joomla meet?
by wolf
Mon Jun 26, 2006 3:04 pm
Forum: Proposals
Topic: google sitemap support
Replies: 5
Views: 14467

It picks up every single FAQ and indexes them all. I'm sure it does. However, it's one of those "yet another thing to do" situations; I'd prefer to have phpMyFaq automatically generate the sitemap when a FAQ entry is added or updated rather than have to perform an additional manual task. ...