1
Shine
Formulaire 3.0 problems, errors and more....
  • 2005/5/22 23:29

  • Shine

  • Just can't stay away

  • Posts: 822

  • Since: 2002/7/22


After playing, studying it......I really could use some help with the Formulaire module.
(Previously I used liaise, but this module will not install within XOOPS 2.0.9.3. Therefore Liaise isn't active!)

Ok, back to the formulaire module and my serious problems with it in which I hope to get some answers and help:

1) When the form has been send and you, the administrator want to reply to the sender, standard the emailadres of the administrator (to whom the filled in form has been send) comes within the reply adressbar instead of the senders emailaddress.
Is this a bug or am I doing something wrong here?

2). Below the sended form, the uid nr doesn't show up. Only: Submitted by and IP-addres (and if you activate browser..) But not the uid of the registered user.

3). After sending the filled in form I see a lot of error msgs within the redirect (php-debug active) message. They are all related to kernel/object.php.

Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370

4). It looks as if the module Edito and Formulaire are having block conflicts.
If I activate the formulaire block visible on ALL pages, and open up my editomodule of the website, I get a blank screen with the warning msg:
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxx/xoops293/modules/formulaire/blocks/mymenu.php:250) in file modules/edito/index.php line 36


5). I don't understand the setting|:
- Receive the form filled (yes or no)

6). I don't understand the groups management different setting:
- Formulaire acces modules
- Formulaire


Think for a start this would be enough.
Hope anyone can help me out on this.

Grtz., Shine

2
Shine
Re: Formulaire 3.0 problems, errors and more....
  • 2005/5/23 8:16

  • Shine

  • Just can't stay away

  • Posts: 822

  • Since: 2002/7/22


^ a polite bump ^

3
gtop00
Re: Formulaire 3.0 problems, errors and more....
  • 2005/5/23 12:06

  • gtop00

  • Friend of XOOPS

  • Posts: 498

  • Since: 2004/11/13


Dear Philou,

I also have the problems mentioned by "Shine" (except Nrs 3 and 4).

I also cannot find the "required" check box in most elements (besides 'Text box' and 'Text area'). How can it be fixed?

Also, in the 'Picture' form element, i do not understand the value "200 Ko" (means 200 Kb?)

I am running XOOPS V2.07

4
philou
Re: Formulaire 3.0 problems, errors and more....
  • 2005/5/23 12:06

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


Quote:

1) When the form has been send and you, the administrator want to reply to the sender, standard the emailadres of the administrator (to whom the filled in form has been send) comes within the reply adressbar instead of the senders emailaddress.
Is this a bug or am I doing something wrong here?


The mails are sent by the server and not by the sender, so, when you want to reply, it is the emailaddress (xoops admin) of the server which appears.

Quote:

2). Below the sended form, the uid nr doesn't show up. Only: Submitted by and IP-addres (and if you activate browser..) But not the uid of the registered user.


The userid has been deleted because there is now a link on the user's name to access the user's profile, so the uid is not very useful.

Quote:

3). After sending the filled in form I see a lot of error msgs within the redirect (php-debug active) message. They are all related to kernel/object.php.

Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370
Notice [PHP]: Undefined index: id in file kernel/object.php line 279
Notice [PHP]: Undefined index: id in file kernel/object.php line 280
Notice [PHP]: Undefined index: id in file kernel/object.php line 370


These errors are still a mystery, we have not found any solution.

Quote:

4). It looks as if the module Edito and Formulaire are having block conflicts.
If I activate the formulaire block visible on ALL pages, and open up my editomodule of the website, I get a blank screen with the warning msg:
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxx/xoops293/modules/formulaire/blocks/mymenu.php:250) in file modules/edito/index.php line 36


...sorry, we don't have any solution yet

Quote:

5). I don't understand the setting|:
- Receive the form filled (yes or no)


If this option is checked, the mail with the filled form will be sent to the sender.

Quote:

6). I don't understand the groups management different setting:
- Formulaire acces modules
- Formulaire


This is XOOPS class.

Due to minor bugs in stat.php and stati.php, please download the 3.02 version

5
gtop00
Re: Formulaire 3.0 .....inquieries....
  • 2005/5/23 12:29

  • gtop00

  • Friend of XOOPS

  • Posts: 498

  • Since: 2004/11/13


Quote:

gtop00 wrote:
Dear Philou,

I also have the problems mentioned by "Shine" (except Nrs 3 and 4). REPLIED!

I also cannot find the "required" check box in most elements (besides 'Text box' and 'Text area'). How can it be fixed?

Also, in the 'Picture' form element, i do not understand the value "200 Ko" (means 200 Kb?)

I am running XOOPS V2.07


Can we also have the following function:
Quote:

posted by animas in Comments:
...
1. user wont be able to submit more than once for a particular form/quiz"....


Thank you in advance!

6
Shine
Re: Formulaire 3.0 problems, errors and more....
  • 2005/5/23 13:19

  • Shine

  • Just can't stay away

  • Posts: 822

  • Since: 2002/7/22


Hi Philou

First of all,...thanks for your very clear answers

Quote:
Quote:
Quote Shine:
1) When the form has been send and you, the administrator want to reply to the sender, standard the emailadres of the administrator (to whom the filled in form has been send) comes within the reply adressbar instead of the senders emailaddress.
Is this a bug or am I doing something wrong here?

Answer Philou:
The mails are sent by the server and not by the sender, so, when you want to reply, it is the emailaddress (xoops admin) of the server which appears.

This is really a pitty. Because I think this module shall also be used as contactform and-so-forth.
The standard XOOPS contact module and liaisemodule makes also use of the server, (same settings) but then the reply function does work correct. Standard the senders emailaddress is put within the addressbar.
Isn't it possible to realise this somewhat/where?

Quote:
The userid has been deleted because there is now a link on the user's name to access the user's profile, so the uid is not very useful.

Oh,......that's a pitty. Since I find it very usefull to see the senders iud when the sender is a registered user. Why? Because a name they can change, but the uid is static.

I'll wait for the error solutions. I know sometimes seeing errormsgs from users, which don't occur during your test are big mysteries.

I wil download your latest version and see.......
Thanks for your efforts!

Grtz., Shine

7
Shine
Re: Formulaire 3.0 problems, errors and more....
  • 2005/5/27 8:15

  • Shine

  • Just can't stay away

  • Posts: 822

  • Since: 2002/7/22


Quote:
Quote:
Quote Shine:
5). I don't understand the setting|:
- Receive the form filled (yes or no)

Quote:

If this option is checked, the mail with the filled form will be sent to the sender.


Are you aware that this feature only works if the sender is a registered user? None registered send-users don't receive a mail copy of the filled in form.

Grtz., Shine

Login

Who's Online

186 user(s) are online (124 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits