Safe mode is deprecated we will not be supporting safe mode options since its no longer supported in PHP core
http://php.net/manual/en/features.safe-mode.php
http://php.net/manual/en/features.safe-mode.php
Still working though using the same mail method as in the coreSafe mode is deprecated we will not be supporting safe mode options since its no longer supported in PHP core
http://php.net/manual/en/features.safe-mode.php
Please see post #3 in this thread, let me know if that solves the mystery for youI have a problem. After i uploaded it and got it to show up in plugins, the install button is gone and I can find any sign of it elsewhere, how can I fix this so it will work?
Thanks
Basti thank you but it just redirects me to the index page of my sitea=sendmessage dont work because its not in the redirect part of the clean url plugin. it detects ? signs and redirect properbly to itss clean url version
Originally this was planned different and we may need to make it like that.
If you add this to htaccess your clean url link work. The other one not, as mentioned above
add the above underCode:RewriteRule ^sendmessage/ index.php?a=sendmessage[L]
We somehow need to think about it how we handle this with clean urls without going the procedue and editing that fileCode:################ Beautify dynamic url sets
Watch now Basti I activate the plugin and the problem toujourhttp://www.best-list.net/plugins/SendMessage/sendmessage.html
Looks like the plugin is not uploaded at all
<form action="{$list_url}/{$url_helper_a}sendmessage{$url_tail}" method="post">
Here are the contents of my file sendmessage.htmlIt looks like something is wrong on his list, works perfectly on our test site.
Please open plugins/SendMessage/sendmessage.html
can you confirm, your first line looks like this?
I would guess not, as on your list its not taking in the friendly url like it should. If not, change to thatCode:<form action="{$list_url}/{$url_helper_a}sendmessage{$url_tail}" method="post">
Also change your header menu item, it has wrong url, need to be http://www.best-list.net/sendmessage/
<form action="{$list_url}/?a=sendmessage" method="post">
<h1>Contactez-Nous</h1>
<div>
<h3>S'il vous plaît utilisez la forme ci-dessous pour entrer en contact avec nous. Nous accueillons vos commentaires du site Web, des questions, etc. Utilisez aussi cette forme pour suggérer une nouvelle catégorie.</h3>
</div>
<hr />
<div>
<label for="senders_name">{$lng->senders_name}</label><br />
<input name="senders_name" type="text" id="senders_name" size="35"/>
</div>
<div>
<label for="senders_email">{$lng->senders_email}</label><br />
<input name="senders_email" type="text" id="senders_email" size="35"/>
</div>
<div>
<label for="senders_message">{$lng->senders_message}</label><br />
<textarea name="senders_message" cols="70px" rows="5" id="senders_message"></textarea>
</div>
<input type="text" name="checked" style="display: none;"/>
<button type="submit">{$lng->sendmessage}</button>
</form>
Wrong link And this plugin not require installation, as it dont make any db changesNow your contact page is located at yoursite.com/sendmessage/