Search found 7 matches

by rboulle
Tue Oct 25, 2005 1:51 pm
Forum: General discussions
Topic: backup problem
Replies: 6
Views: 7807

Hi Thorsten,

Yes I upgrade my version to 1.5.3. It works fine for me !

I just need to modify all my scripts converting a *.tex file to a *.sql one

If you have any documentation about how the backup.sql files are created (kind of specifications) I would be interested.

Thanks a lot.
Rémi.
by rboulle
Tue Oct 25, 2005 12:23 pm
Forum: General discussions
Topic: backup problem
Replies: 6
Views: 7807

Hello,

Wich one so ?

The matter is that I use a python script to convert a *.tex file into a phpmyfaq_backup.sql file.

That way I work on my *.tex file (that allow me to produce *.pdf or *.ps or *.html files) and from times to times, i stuff the faq with my *.tex file using a script.

If anyone ...
by rboulle
Wed Oct 12, 2005 6:59 pm
Forum: General discussions
Topic: backup problem
Replies: 6
Views: 7807

backup problem

Hi,

When i backup my faq, i get a file (eg : phpmyfaq-data.2005-10-12.sql). When i try to upload it (without modifying it) I get the message : it doesn't seem to be a phpmyfaq backup file. I am using 1.5.2

I posted something about this problem before but, i would like to know if this problem is ...
by rboulle
Sun Oct 02, 2005 2:37 pm
Forum: General discussions
Topic: Upgrade and import.sql
Replies: 3
Views: 5492

Re: Upgrade and import.sql

Hello,

Thanks for your reply. :)


cool... I'll try to port that to PHP. :-)

Before starting to write those scripts I add to choose a language (I am a total newbie in programming)... In the end, I had to choose between python and PHP. PHP didn't seem to be able to parse xml files. But I don't ...
by rboulle
Sat Oct 01, 2005 2:54 pm
Forum: General discussions
Topic: Upgrade and import.sql
Replies: 3
Views: 5492

Upgrade and import.sql

Hello,

Thanks a lot for this great program.
1/I upgraded from 1.4.8 to 1.5.2 succesfully but it seems that there is a problem with the stylesheet. It appears with "The five questions posted most recently" and "Top 10". You can have a look at http://rboulle.free.fr/jurisedu/faq/ for an idea of the ...
by rboulle
Mon May 16, 2005 10:51 am
Forum: General discussions
Topic: using "backup" from scratch : update faq from a *.
Replies: 3
Views: 4672

Re: using "backup" from scratch : update faq from

Thanks for your reply.

The number of views is stored in a separate table so it should work.

Yes ok but the matter seems to come from the fact that i write a kind of backup.sql from "scratch" with a file looking like:



# pmf: faqchanges faqnews faqcategories faqvoting faqdata faqcomments ...
by rboulle
Mon May 16, 2005 8:08 am
Forum: General discussions
Topic: using "backup" from scratch : update faq from a *.
Replies: 3
Views: 4672

using "backup" from scratch : update faq from a *.

Hello,

Thanks a lot to the phpMyFAQ Team for this great job !

The context : I have a FAQ in a LaTeX file and i have written python's scripts to convert into a phpmyfaq sql backup file so that i just need to work on my *.tex file and then stuff the phpmyfaq db with it. You can have a look on the ...