Forums

Unknown modifier 'o' in line 310

joomlabeheer 25 Oct, 2007
Hi guys,

I have a problem i get this warning message:

Warning: preg_replace() [function.preg-replace]: Unknown modifier 'o' in /home/httpd/vhosts/uijterwaalfinance.nl/httpdocs/components/com_chronocontact/chronocontact.php on line 310

There is also no dat found in e-mail dat was sended expet for an IP adress.


Anyone any idee what went wrong?

Joomlabeheer
Max_admin 25 Oct, 2007
Which chronoforms version do you have ? please enable debug to check the email data and post your html code for the form here.

Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
joomlabeheer 26 Oct, 2007
Hi admin

I'm using the latest version 2.3.5.

<br><br>Post edited by: joomlabeheer, at: 2007/10/26 08:50
joomlabeheer 26 Oct, 2007
So you'll see the only data with is sent is the IP adres.

The database fields in the backend are oke en have the inserted data.

can't figger out what's wrong

Joomlabeheer
joomlabeheer 26 Oct, 2007
my HTML code:

<p> </p>
<div align="center">
		<table border="0" width="35%">
			<tr>
				<td colspan="3"><b><font face="Tahoma" size="4">Informatie 
				Aanvraag Uijterwaal Finance</font></b><div align="left">
 </div>
				</td>
			</tr>
			<tr>
				<td colspan="3"> </td>
			</tr>
			<tr>
				<td width="117" colspan="2"><font face="Tahoma">Bedrijf  </font>
				</td>
				<td width="62%"><font face="Tahoma">
	<input type="text" name="Bedrijf" size="32"></font></td>
			</tr>
			<tr>
				<td width="117" colspan="2"><font face="Tahoma">Naam </font>
				</td>
				<td width="62%"><font face="Tahoma">
	<input type="text" name="name" size="32"></font></td>
			</tr>
			<tr>
				<td width="117" colspan="2"><font face="Tahoma">Man/Vrouw </font></td>
				<td width="62%"><font face="Tahoma"> <select size="1" name="m_v">
	<option>Man</option>
	<option>Vrouw</option>
	<option selected>Keuze</option>
	</select></font></td>
			</tr>
			<tr>
				<td width="117" colspan="2"><font face="Tahoma">Adres</font></td>
				<td width="62%"><font face="Tahoma">
	<input type="text" name="adres" size="32"></font></td>
			</tr>
			<tr>
				<td width="117" colspan="2"><font face="Tahoma">Plaats </font></td>
				<td width="62%"><font face="Tahoma">
	<input type="text" name="plaats" size="32"></font></td>
			</tr>
			<tr>
				<td width="117" colspan="2"><font face="Tahoma">E-mail  </font></td>
				<td width="62%"><font face="Tahoma">
	<input type="text" name="email" size="32"></font></td>
			</tr>
			<tr>
				<td width="117" colspan="2"><font face="Tahoma">Telefoon: </font>
				</td>
				<td width="62%"><font face="Tahoma">
	<input type="text" name="telefoon" size="32"></font></td>
			</tr>
			<tr>
				<td width="117" colspan="2"> </td>
				<td width="62%"> </td>
			</tr>
			<tr>
				<td width="12%"><font face="Tahoma"><input type="checkbox" name="administratie" value="ON"></font></td>
				<td colspan="2"><font face="Tahoma">Administratie</font></td>
			</tr>
			<tr>
				<td width="12%"><font face="Tahoma"><input type="checkbox" name="Detachering" value="ON"></font></td>
				<td colspan="2"><font face="Tahoma">Detachering</font></td>
			</tr>
			<tr>
				<td width="12%"><font face="Tahoma"><input type="checkbox" name="Advies" value="ON"></font></td>
				<td colspan="2"><font face="Tahoma">Advies</font></td>
			</tr>
			<tr>
				<td colspan="3"><font face="Tahoma"><br>
				Vragen/Opmerkingen:<br>
				<textarea rows="7" name="vragen/opmerkingen" cols="44"></textarea></font></td>
			</tr>
			<tr>
				<td colspan="3">{imageverification}
				<p> </td>
			</tr>
			<tr>
				<td colspan="3"><font face="Tahoma">       <input type="submit" value="Verzenden" name="B1">                  <input type="reset" value="Invoer wissen" name="B2"><br>
 </font></td>
			</tr>
		</table>
	</div>
	<p> </p>
<br><br>Post edited by: admin, at: 2007/10/26 03:27
Max_admin 26 Oct, 2007
Hi,

You are using the email template, what do you have in the email template field then ? if you don't have good data there then thats right, you won't get any data!!🙂

Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
joomlabeheer 26 Oct, 2007
Thanx Max,

It works!!
I feel a little bit stupid now! Didn't noticed the template field!

Joomlabeheer
Max_admin 26 Oct, 2007
No worries!!😉

Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.