Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact : simply add contact forms in your pages
#76
All done right, but it doesn't work ((((
I push the submit button and nothing happens..
http://chinaspare.ru/zakaz
I am using the latest version of plugin and the cms.
In what may be the problem?
Reply
#77
oh i understand whats happened. it's all because of SimpleCache plugin
Reply
#78
kirilldmt Wrote:oh i understand whats happened. it's all because of SimpleCache plugin

You probably want to disable the caching of your contact page. Smile

-Rob A>
Reply
#79
I install last version of plugin, but form doesn't send e-mail. I consider it as a problem of adjustment of a hosting. How to understand the reason? When I use MAMP on localhost - all works.
Whether there are specific options of the server?
Reply
#80
Hi,

The plugin use php mail() function, so you need at least php 4.0.3 (4.3 recommended).
Check also if the server have a mail sender (sendmail_path server php option) with phpinfo(), or directly ask to your host if mail sending is enabled. Other mail options are not necessary.

Good weekend.

PS : i added in plugin page links to some websites using plugin well (advanced construction, design...).
Reply
#81
can you fix here http://neowebtime.ru/0/cont2
corrected
Reply
#82
I don't understand why you have encoding problems, when other russian sites haven't...
http://ilc-group.ru/zayavka http://ayutek.ru/order http://chinaspare.ru/zakazat-zapchasti
If someone understand...
Reply
#83
Yes, indeed, strange
Reply
#84
p01 Wrote:...The plugin use php mail() function, so you need at least php 4.0.3 (4.3 recommended)...
The problem was with function mail(), thanks!
Reply
#85
I've uploaded all the files but GS doesn't see the plugin. I've made it have 755 permissions and everything. Am I missing something?
Reply
#86
Hi,

Do you have the following file structure?

Code:
plugins/
        p01-contact_gs.php
        p01-contact/
                   captcha/
                   lang/
                   config.php
                   p01-contact.php
Reply
#87
am missing this file: p01-contact_gs.php

will download and re-check.
Reply
#88
All good. Apparently I unpacked the inner folder but not the main folder, leaving this little poor p01-contact_gs.php file all alone and back in the compressed file.

Thanks!
Reply
#89
The captcha still refuse to work! Using the 0.9.1 and nothing.
Reply
#90
Hi,
The captcha still working on other websites.
Can you show me the page? What is the securimage address?
Reply
#91
How add *.doc, *rtf, *.pdf and other files attachement?
Reply
#92
still subject showing wrong when using Å Ä Ö swedish...
Any solution?
Reply
#93
Hi All

I have just moved to a new webhost and the captcha function does not show up anymore.

I have re-uploaded all the files - downloaded and installed the latest p01. It is still working on my old server?? Do not see why it should not work with my new host.
Thanks
Reply
#94
Hello,

The p01-contact don't works with the plugin exec-php.

Thanks
Reply
#95
If you have enabled the plugin SimpleCache, then unplug it caching for a page where the plugin "p01-contact".
This action has helped me.
Reply
#96
p01 Wrote:Hi,
The captcha still working on other websites.
Can you show me the page? What is the securimage address?

Managed to get it working. Was due to permissions. My server admin installed something that allows the correct permissions when needed. No need to CHMOD to 755 or 777 or it causes access denied errors! Much to my amusement!
Reply
#97
Question.... p01 + i18n

I have one problem..
I am use i18n plugin ... and I need setup other languare for more pages.

idea.... (% contact : language = de %)

Thanks
Reply
#98
Hi all.
Pardon my absences, I'm busy working on a film those recent times.

dreiggy Wrote:How add *.doc, *rtf, *.pdf and other files attachement?
There is no file attachement in latest version. This will be, maybe, one day.

maxpop Wrote:still subject showing wrong when using Å Ä Ö swedish...
Where there is encoding problems? In subject field title? In mail subject?
Can you show me the error (screenshot, demo page...)? I can not reproduce it.
Thanks.

qwert1234 Wrote:Hi All
I have just moved to a new webhost and the captcha function does not show up anymore.
Check your directory/files permissions. The script need to read/write all his own files.
Cf. jiggles post upthere.

madvic Wrote:The p01-contact don't works with the plugin exec-php.
Actually, it's true. I will look at this when i could.

diosmedia Wrote:If you have enabled the plugin SimpleCache, then unplug it caching for a page where the plugin "p01-contact".
This action has helped me.
Disable caching is effectively needed for all dynamic contents (generated at page load).
Thanks for your return.

angelo Wrote:I need setup other languare for more pages.
I have not read i18n plugin, but you can setup p01-contact default language with :
Code:
$p01contact->default_lang = 'de';
So you can even display multilingual forms at same load.

Have a good afternoon.
Reply
#99
Thank you !
Otherwise If anyone have a solution...
Reply
angelo Wrote:I am use i18n plugin ... and I need setup other languare for more pages.

I'm not using p01-contact, but from the description it seems you can use it in components: just create a component for each language (e.g. named "Contact", "Contact_de", "Contact_fr", ...) and call p01-contact with language specific settings, e.g. for "Contact_fr":

Code:
$p01contact->default_lang = 'fr';
...

Include the component in your template with get_i18n_component instead of get_component or use the DynPages plugin (http://get-simple.info/extend/plugin/dynpages/81/) and include the component in your page using {% contact %}. The I18N plugin will choose the correct component version.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply




Users browsing this thread: 1 Guest(s)