Search found 13 matches

by weltling
Thu Apr 01, 2010 1:49 pm
Forum: General discussions
Topic: not accepting password in 2.6.3
Replies: 1
Views: 2724

Re: not accepting password in 2.6.3

please check the user table in your new installation ...

with your old backup - you could try to import it into db and then try to use upgrade script ... you will only need an existing database connection configuration file
by weltling
Thu Apr 01, 2010 1:43 pm
Forum: General discussions
Topic: PHP 5.2.0+
Replies: 14
Views: 15317

Re: PHP 5.2.0+

da streiten nur die arroganten kerle ))
by weltling
Wed Mar 17, 2010 10:40 am
Forum: General discussions
Topic: Quick response on homepage
Replies: 4
Views: 5992

Re: Quick response on homepage

that template vars do not exist at that place, you need a small hack which would create that vars in php land and pass them to the template
by weltling
Sun Mar 14, 2010 7:14 pm
Forum: General discussions
Topic: Update from 2.0.3 to 2.6.3
Replies: 6
Views: 8907

Re: Update from 2.0.3 to 2.6.3

your php and mysql versions are actually ok

one thing i didn't say about - the data might *look* broken if your terminal charset is wrong... so please set your terminal encoding to utf8 and run the previous queries on the migrated database again

anyway we've got here a nonstandard case )

and i ...
by weltling
Sat Mar 13, 2010 9:55 am
Forum: General discussions
Topic: PHP 5.2.0+
Replies: 14
Views: 15317

Re: PHP 5.2.0+

nö, der link war ja nicht im sinne, dass du was upgraden musst, nur zum anschauen, welche unterschiede es gibt

und ausprobierens wert ist es auf jeden fall, wie gesagt, erstmal nicht upgraden sondern einfach so irgendwo installieren ... und wenns läuft einigermaßen ohne großen fehler, dann tut doch ...
by weltling
Sat Mar 13, 2010 9:46 am
Forum: General discussions
Topic: Update from 2.0.3 to 2.6.3
Replies: 6
Views: 8907

Re: Update from 2.0.3 to 2.6.3

did you mean the error with the ./data dir remains even after changing rights?

could you go directly to mysql shell and run the following:

> charset utf8;
> SELECT content FROM faqdata ORDER BY RAND() LIMIT 3;

and then post the otput ... its just to ensure the data in the database is broken

you ...
by weltling
Thu Mar 11, 2010 8:13 pm
Forum: General discussions
Topic: PHP 5.2.0+
Replies: 14
Views: 15317

Re: PHP 5.2.0+

schau mal her:
http://php.net/manual/en/migration52.php

das mit 5.1 könnte gehen, je nach dem was der server noch alles drauf hat
ich kenn schon einige stellen, wo es speziell für versionen kleiner 5.2 gefixt wurde
also wenns absolut notwendig ist, jetzt zu upgraden, könntest du erstmal ne reine ...
by weltling
Thu Mar 11, 2010 8:00 pm
Forum: General discussions
Topic: Update from 2.0.3 to 2.6.3
Replies: 6
Views: 8907

Re: Update from 2.0.3 to 2.6.3

what kind of output do you see? please give a screenshot
all the data is converted to utf8, so check first that you viewirg the site in the correct encoding in your browser

regarding this: phpMyFAQ warning [2]: file_put_contents(./data/tracking11032010) [function.file-put-contents]: failed to open ...
by weltling
Mon Mar 08, 2010 6:24 pm
Forum: Webserver and configuration
Topic: Help, there are problems when installing
Replies: 2
Views: 6370

Re: Help, there are problems when installing

OS error code 121: Remote I/O error

it might be an error in server config ... does the user you working under have appropriate rights?

anyway, issue SHOW WARNINGS after running the erroneous statement and post here
it would be also helpful to see the output of the following statement: SHOW GRANTS ...
by weltling
Tue Feb 16, 2010 10:33 pm
Forum: General discussions
Topic: sql problem update 2.5.5. auf 2.6.2
Replies: 25
Views: 23436

Re: sql problem update 2.5.5. auf 2.6.2


d.h. ich bin nun nicht mehr in der lage, die attachments ohne eine funktionierende phpmyfaq installation "rauszusichern" und auf meinem rechner anzuschauen?


doch, das kann man auf jeden fall, denn sie ja nicht verschlüsselt sind ... nur dadurch, dass sie ohne dateiendungen gespeichert sind ...
by weltling
Tue Feb 16, 2010 10:15 pm
Forum: General discussions
Topic: sql problem update 2.5.5. auf 2.6.2
Replies: 25
Views: 23436

Re: sql problem update 2.5.5. auf 2.6.2

ups ... ok, merkwürdig dass die alten nicht gelöscht werden konnten, das macht aber nichts ...

die pfade in der form "05c86/2d1be/ff48e/403dbe16966b05956" sind aber völlig korrekt und die dateien sind nicht verschlüsselt, denn "main.enableAttachmentEncryption false" und die migration auch ohne ...
by weltling
Tue Feb 16, 2010 9:33 pm
Forum: General discussions
Topic: sql problem update 2.5.5. auf 2.6.2
Replies: 25
Views: 23436

Re: sql problem update 2.5.5. auf 2.6.2

@carhartt

du hast ja die attachment migration mehrmals laufen lassen und dann neue dateien gelöscht, das heißt bei dir stehen schon mehrmals dieselbe daten in der datenbank, zu denen keine dateien existieren

befolge bitte die folgenden schritte:

* sichere die dateien aus dem attachments ordner ...
by weltling
Tue Jul 28, 2009 6:11 pm
Forum: General discussions
Topic: Next version: phpMyFAQ 2.6
Replies: 3
Views: 6086

Re: Next version: phpMyFAQ 2.6

some more suggestions:


* user adjustable template sets and styles
* improved attachments functionality including saving file meta info into db, saving file itself into db, encrypting files, saving files with non original filename
* internally use of the full jQuery functionality
* internally more ...