Max_Fancourt
New Member
Has anyone got the standard webforms supplied to work
Everything else has worked including subscribing unsubscribing to and from the remote lists via an email, the only change i did was adjusting the CHMOD from 777 to CHMOD 755 via an ftp program because my server didn't like it set to 777 (the result that I just got the server error message until I dropped it to 755), but apart from that everything worked well, Apart from the online forms... all I get from the "subscribe_single_fixed.php" web form in-fact all of them is this message:
Sorry but we can't process your request
Please fix the following issues
A problem has been detected processing the form data.
I am assuming I have to amend the subscribe_single_fixed.php form so I had a look at it with a text editor and (I am assuming this):
may need to be changed... I am having to guess this because i can't find any specific references tutorials, literature etc. on how to use the actual form supplied on a website and what to change if anything.
I did try a few experiments like changing the
for the actual list name which was uploaded via the web interface admin page
but that just caused an error so I put it back
So my question is where is the explanation on where to set up the examples and or what am I supposed to do to get this to work
so to summarise my set up is:
lm folder is set to 755
I am not use msql ... i am using text file because I don't have access to a database
web admin interface is working correctly
remote list was uploaded and is working
subscribe and unsubscribe is working via emails
all webforms do not work
any help would be appreciated
kind regards max
Everything else has worked including subscribing unsubscribing to and from the remote lists via an email, the only change i did was adjusting the CHMOD from 777 to CHMOD 755 via an ftp program because my server didn't like it set to 777 (the result that I just got the server error message until I dropped it to 755), but apart from that everything worked well, Apart from the online forms... all I get from the "subscribe_single_fixed.php" web form in-fact all of them is this message:
Sorry but we can't process your request
Please fix the following issues
A problem has been detected processing the form data.
I am assuming I have to amend the subscribe_single_fixed.php form so I had a look at it with a text editor and (I am assuming this):
Code:
//-- INTERNAL PARAMETERS -------------------------------------------------------
$script_file = $_SERVER["SCRIPT_NAME"];
$script_path = Explode( '/', $script_file );
$script_name = $script_path[ count( $script_path ) - 1 ];
may need to be changed... I am having to guess this because i can't find any specific references tutorials, literature etc. on how to use the actual form supplied on a website and what to change if anything.
I did try a few experiments like changing the
$script_file = $_SERVER["SCRIPT_NAME"];
for the actual list name which was uploaded via the web interface admin page
but that just caused an error so I put it back
So my question is where is the explanation on where to set up the examples and or what am I supposed to do to get this to work
so to summarise my set up is:
lm folder is set to 755
I am not use msql ... i am using text file because I don't have access to a database
web admin interface is working correctly
remote list was uploaded and is working
subscribe and unsubscribe is working via emails
all webforms do not work
any help would be appreciated
kind regards max