Search found 385 matches

by jazcyk
Sat Jan 21, 2006 8:27 am
Forum: General discussions
Topic: Error when adding entry Undefined index: comment
Replies: 4
Views: 3651

What sort of entry ??

Are you adding a new article from Admin Panel or are you adding a comment from a User Page? Looks like the latter, but let's hear!

Looks very much like a database error! What database and version are you using? Have you been working on the database using other frontends? Could you have deleted an ...
by jazcyk
Wed Jan 18, 2006 9:11 pm
Forum: General discussions
Topic: Migrate database from MSSQL to MySQL
Replies: 5
Views: 8806

datatypes

The problem is that you will have to re-map the datatypes when changing database systems. Some dataypes - even a simple thing as varchars for instance - on SQL server and MySQL are not the same!

If you export you will have to edit the .sql-file.

If you use a Migration Tool this tool will use ...
by jazcyk
Wed Jan 18, 2006 1:38 am
Forum: General discussions
Topic: Migrate database from MSSQL to MySQL
Replies: 5
Views: 8806

migration tools

http://www.databasejournal.com/features ... 97_3550146

The tool that MySQL released is not as easy to use at all.
by jazcyk
Thu Jan 12, 2006 10:56 am
Forum: General discussions
Topic: records being added by spambots that cannot be deleted.
Replies: 7
Views: 9848

multilingual ...

looks like phpmyfaq is a VERY multilingual system :D
by jazcyk
Tue Jan 10, 2006 12:17 pm
Forum: General discussions
Topic: records being added by spambots that cannot be deleted.
Replies: 7
Views: 9848

spam ...

I have had this spam occasionally too, but never had problems deleting it from Admin Panel.

Also blocking the ip of the spammer has worked OK here.
by jazcyk
Tue Jan 03, 2006 12:33 pm
Forum: General discussions
Topic: primary/secondary language support ...
Replies: 1
Views: 4226

primary/secondary language support ...

Maybe this is a request for the future. And maybe a request for a trick.

I would like to have primary/secondary language support. This shall be understood like this:

We have - say 80 - articles in our FAQ. All in English. We are planning translation to other languages. However it will take a long ...
by jazcyk
Tue Jan 03, 2006 12:25 pm
Forum: General discussions
Topic: Problems showing double backslashes
Replies: 19
Views: 30040

when did you enter data ?

Did you enter the data containing \\ before or after the upgrade to 1.5.5 ?
What does the database contain ??
Is it a MySQL database ??

I believe that if you correct the database with some client manually.
I have had to do so with some data after the upgrade.

And then I again have a chance to ...
by jazcyk
Wed Dec 28, 2005 3:53 pm
Forum: General discussions
Topic: IP-banning
Replies: 1
Views: 4052

IP-banning

Two questions about banning of IP-s!

1)
When using the Admin Panel facility to ban IP's should they then be entered each one on a <newline> or must there be some special character between then - such as semicolon?

2)
Also: is it possible to ban a group of IP's like IP sharing the first three ...
by jazcyk
Wed Dec 21, 2005 11:02 pm
Forum: General discussions
Topic: just updated ...
Replies: 28
Views: 32072

go ahead Thorsten

I think I should implement an online update which updates phpMyFAQ by itself.
I would never rely on it! :D
by jazcyk
Wed Dec 21, 2005 8:36 pm
Forum: General discussions
Topic: just updated ...
Replies: 28
Views: 32072

jazcyk here ..

Next time I will try what jazcyk does and put it in the same location with a different name ie: faq and newfaq

I'll just remind you of one thing: While you are finishing /newfaq new entries probably are writen to the session logs. So if you want your session logs complete. then copy the session ...
by jazcyk
Tue Dec 20, 2005 4:58 pm
Forum: General discussions
Topic: index is not loading
Replies: 6
Views: 8969

browser crashes ...

when I try your link my browser crashes.

Do you have any add's/popups that must be transferred from another server on the index page?
by jazcyk
Tue Dec 20, 2005 3:22 pm
Forum: General discussions
Topic: problems with escaping in 1.5.5
Replies: 5
Views: 7618

yes I did

yes I did run the update script!

I might be OK now. Before the update the database contained 'double backslashes' "\\", where it should be a single one (however it was displyed correctly as one by PMF). I maually removed the redundant one from the base and it is now displayed correctly by PMF 1.5.5 ...
by jazcyk
Tue Dec 20, 2005 2:05 pm
Forum: General discussions
Topic: problems with escaping in 1.5.5
Replies: 5
Views: 7618

data in database changed now ..

so you won't see the error in the FAQ anymore.
by jazcyk
Tue Dec 20, 2005 2:00 pm
Forum: General discussions
Topic: problems with escaping in 1.5.5
Replies: 5
Views: 7618

problems with escaping in 1.5.5

After upgrading to 1.5.5 I experience that MySQL escape charcter is not 'respected'. this FAQ http://www.webyog.com/faq/28_73_en.html

now reads:
Note: There is no 'parsing' for escape characters in the settings dialogue. That means that you must enter appropriate escape-characters here yourself ...
by jazcyk
Tue Dec 20, 2005 1:26 am
Forum: General discussions
Topic: just updated ...
Replies: 28
Views: 32072

wait for Thorsten ...

he might have some idea what prevents to file to be built.

Well .. yes of course the files are there allready if an export has been done before. And also of course a new file must be written - just in case that the data has changed since last export.

privileges are the same OK. But are ownership(s ...