Pages: Previous1234Next
Current Page: 3 of 4
Results 61 - 90 of 92
17 years ago
claratte
It means that you don't have write permission on config.php file. You have to change the rights of this file.
Forum: Support Forum [English only]
17 years ago
claratte
I personnaly develop OF on windows. Other developpers use linux. Here is the list of flying clubs using OF without our help (and so on their own server): http://openflyers.org/pages/hostedlist.php?lng=en&id=1 (at the bottom of the page "Hosted by their own means". It's only "known clubs".
Forum: Support Forum [English only]
17 years ago
claratte
OF 1.3 works well and do not need to be debug (about 150 flying clubs use it). If you got error messages, it's because your configuration is not right for OF. I do not understand "exceptions" and "accepting OK"... PHP generates NOTICE, ERROR but no popup or something like this to "accept" or not an error message... PHP 5 generates Exceptions, but there are viewe
Forum: Support Forum [English only]
17 years ago
claratte
Hi, > On the server it counts up properly from zero, when I replace the unser it returns to Zero. So SESSION is ok. The trouble come from elsewhere... But I have no idea.
Forum: Support Forum [English only]
17 years ago
claratte
OF do not refer to a particular session directory. OF only uses $_SESSION super globale variable. You may check that session content if well stored using the example 2094 here: http://br.php.net/manual/en/ref.session.php to follow...
Forum: Support Forum [English only]
17 years ago
claratte
Hi, It's seems to be a session trouble: maybe on the server, sessions are not saved. You should have a directory where sessions are stored. check this. Your hoster may have some documentation about the manner to create a session directory.
Forum: Support Forum [English only]
17 years ago
claratte
No. it's a webmaster job: you just have to download the file on our website, then unzip it and copy files into a directory of your choice where is located OpenFlyers (PEAR for example). After, you just have to set the path in the conf/config.php file (it's the PEAR_DIRECTORY setting).
Forum: Support Forum [English only]
17 years ago
claratte
I hope so for you. Otherwise you can use our PearPool.zip file.
Forum: Support Forum [English only]
17 years ago
claratte
So the english translation of "oups" is "oops" ;-)
Forum: Support Forum [English only]
17 years ago
claratte
Find the screen-snapshot you should have. Tell-me if it's correct.
Forum: Support Forum [English only]
17 years ago
claratte
OpenFlyers does not create a database. When you give him database access parameters, it uses them to connect to the existing one. For the english language, you have validated your selection ?
Forum: Support Forum [English only]
17 years ago
claratte
Here is the translation. Do not hesitate to correct english mistakes and to join to a post a new release of this file.
Forum: Support Forum [English only]
17 years ago
claratte
How do you say "Oups!" in english ? ;-) I translate the text and join it to a next post.
Forum: Support Forum [English only]
17 years ago
claratte
You just have to follow the install instructions written in the documentation directory.
Forum: Support Forum [English only]
17 years ago
claratte
Hi, There is no prefixe to our table names. So, it's hazardous to use a not empty database. But you may try... (make a backup before in case of conflict ;-) The other way is to check if Mambo does not allow prefixes and in this case to re-install Mambo with prefixed table names...
Forum: Support Forum [English only]
17 years ago
claratte
Hi, Does he checked http://openflyers.org ?
Forum: Support Forum [English only]
18 years ago
claratte
To publish on the forum, it is necessary to be authenticated. This is done by sending an e-mail after registration. If you do not see mail arriving, it may come from the fact that you have a spam filter that blocks the mail somewhere. In this case, try to find it. If you do not, you can still send us a request with your ID registration for the forum so that we will activate manually your account.
Forum: Support Forum [English only]
18 years ago
claratte
We have just published version 1.2.0. It is also the occasion to announce the creation of a mailing list to which everyone can be freely registered to be informed of the updates of OpenFlyers: http://lists.openflyers.org/mailman/listinfo/of-announce It corrects some bugs and safety failures. Consequently we do not ensure any more maintenance of the preceding versions and we strongly recomme
Forum: Support Forum [English only]
18 years ago
claratte
Hi ! Maybe your tmp directory access has been changed by your hoster.
Forum: Support Forum [English only]
18 years ago
claratte
There is no safe way for the moment. I'll think about it.
Forum: Support Forum [English only]
18 years ago
claratte
Yes it's MD5. You can see the right check method with the database in the userSession.php file (classes directory). But, I confirm that it's not the good way to check directly the database. The good way is to use the checkIdent.php file. For 2 good reasons : - in the future we can change the encrypt method - the checkIdent.php file returns you more informations than just a passwo
Forum: Support Forum [English only]
18 years ago
claratte
Hello, To perform correctly your request, you should call the OpenFlyers checkIdent.php file in your own php file instead of trying to access directly to the database. An example, for "how to use it", is given within this file. And to answer you : yes password are crypted. It's safer for everybody ;-)
Forum: Support Forum [English only]
18 years ago
claratte
We first try to finish the 1.2 release.
Forum: Support Forum [English only]
18 years ago
claratte
Hi, Your request is a part of a larger request : exporting books informations according a selection. For example, instructors (or pilots) would like to export all their books to import them into a calendar. We're working on it, but it's not a priority. The priority for us is OF 2.0 where you'll be able to view real "in flight" aircrafts on the booking page (and not only booke
Forum: Support Forum [English only]
18 years ago
claratte
If you modify files, perhaps, you could list them. So, when we make an update, you download our update and after you check (according to your files list) the changes using a tool like ExamDiff. You may understand, that it should be more easier for you to trace your change than for us to make a trace for you. The reason why we can't say you which file is changed, is that we do not make only o
Forum: Support Forum [English only]
18 years ago
claratte
Hi, Yes, the comments are now included in the email confirmation. But we are unable to say which files have been changed because we do not trace that and a lot of changes have been done. But, if you have already checkout a release using the cvs, we need only to perform an "update" with your cvs tool (tortoisecvs for example) and you'll have the list of updated files (so you will
Forum: Support Forum [English only]
18 years ago
claratte
Hi, you do not use last release. Last cvs release of this file is dated : $Id: requestForm.class.php,v 1.6 2005/05/21 14:52:15 claratte Exp $ We have installed a bug tracking system, to report bugs. It's better for us (and you) because we got automatic mail alert and you can follow corrections. The address is there : http://mantis.openflyers.org/main_page.php Everything is in french (
Forum: Support Forum [English only]
18 years ago
claratte
I've just made a post-it to explain howto download the cvs release. I think it's a better way for you than waiting for our mails
Forum: Support Forum [English only]
18 years ago
claratte
Ok, but I don't understand why you have an error saying that send() is not found !? Using mail() function directly is a bad way. It works on your host because you are allowed to use mail(). But with another host, it may not work. It's reason of the ofMail class : manage different send methods. And you choose the good method for your host with the MAIL_FACTORY definition in the config file. I
Forum: Support Forum [English only]
18 years ago
claratte
It's funny, I had the same reflexion this morning by having my breakfast (I changed a lot of things this week-end about booking confirmation's email and released that the comments where not displayed). The last cvs release take care about the comments field.
Forum: Support Forum [English only]
Pages: Previous1234Next
Current Page: 3 of 4

This forum powered by Phorum.