Hi guys.. hope someone can point me in the right direction..
Just installed a copy of the phpFormGenerator v2.09..VERY nice ..just what i was looking for..
Had a few probs at first ( n00b ) with write permissions..but think i have that sorted?
Im now getting the following error when i hit submit form....get the mail ok but just end up with a page of those errors..
Warning: No ending delimiter '/' found in /export/web17/alpha/berho001/www/phpform/use/quote/process.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /export/web17/alpha/berho001/www/phpform/use/quote/process.php:9) in /export/web17/alpha/berho001/www/phpform/use/quote/process.php on line 81
Ive tried to re-upload the script quite a few times but get similiar errors..
Anyone able to point me in the right direction please.
thanks
tones_ie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I forgot to mention .. when i run through the process of creating a form and get to the last stage.. where it shows 2 links..one to the form and one to admin to see the results..
The link to admin is always wrong.. missing a / in it all the time.. between the admin and index.php
www.mydomain.com/phpform/use/quote/adminindex.php
wonder if this is anything to do with my prob above ..?
tones_ie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Musawir Ali .. wow fast response !!
the are warnings but it means the web page dosent redirect to the thank u page i have set.. just sits there with the warnings displaying..
tones_ie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
k.. where is this .ini u speak of .. my pc or web server?
and if i just turn errors off.. will this happen to a client? will they get stuck on the page and have to do this ini thing.. sorry to be a pain .. but like i said n00b :)
tones_ie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to change the type of file allowed to be uploaded? Currently, the only types are image and html files. Is it possible to add .mp3, avi and other file types?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys.. hope someone can point me in the right direction..
Just installed a copy of the phpFormGenerator v2.09..VERY nice ..just what i was looking for..
Had a few probs at first ( n00b ) with write permissions..but think i have that sorted?
Im now getting the following error when i hit submit form....get the mail ok but just end up with a page of those errors..
Warning: No ending delimiter '/' found in /export/web17/alpha/berho001/www/phpform/use/quote/process.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /export/web17/alpha/berho001/www/phpform/use/quote/process.php:9) in /export/web17/alpha/berho001/www/phpform/use/quote/process.php on line 81
Ive tried to re-upload the script quite a few times but get similiar errors..
Anyone able to point me in the right direction please.
thanks
tones_ie
those are just warnings, you should set your php.ini to stop printing them out.
I forgot to mention .. when i run through the process of creating a form and get to the last stage.. where it shows 2 links..one to the form and one to admin to see the results..
The link to admin is always wrong.. missing a / in it all the time.. between the admin and index.php
www.mydomain.com/phpform/use/quote/adminindex.php
wonder if this is anything to do with my prob above ..?
tones_ie
Hi Musawir Ali .. wow fast response !!
the are warnings but it means the web page dosent redirect to the thank u page i have set.. just sits there with the warnings displaying..
tones_ie
heya.
well thats what i said, you need to turn the warnings off. Once the warnings are disabled, they won't show up and redirection will work fine.
k.. where is this .ini u speak of .. my pc or web server?
and if i just turn errors off.. will this happen to a client? will they get stuck on the page and have to do this ini thing.. sorry to be a pain .. but like i said n00b :)
tones_ie
Is it possible to change the type of file allowed to be uploaded? Currently, the only types are image and html files. Is it possible to add .mp3, avi and other file types?
Thanks!
there is no restriction on the type of file that can be uploaded. The restriction might be due to you server/php settings.
Wow... thanks for the quick response. I appreciate your time and help.
See ya.