[PLUGIN] Contact for Bludit 2.6

42a
Jr. Bludit
Posts: 6
Joined: Mon Aug 14, 2017 4:36 pm

Hi Fred

where can I find your update of contact plugin for bludit2?
Thanks.
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

I'm sorry, it's not yet ready. I hope I can do it in the next few days.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
elpak
Sr. Bludit
Posts: 35
Joined: Wed Jan 03, 2018 10:45 am

Fatal error: Uncaught Error: Call to a member function title() on boolean in /home/sites/3b/6/690e20e02f/public_html/bl-plugins/contact/plugin.php:39 Stack trace: #0 /home/sites/3b/6/690e20e02f/public_html/bl-kernel/admin/views/configure-plugin.php(14): pluginContact->form() #1 /home/sites/3b/6/690e20e02f/public_html/bl-kernel/admin/themes/default/index.php(146): include('/home/sites/3b/...') #2 /home/sites/3b/6/690e20e02f/public_html/bl-kernel/boot/admin.php(86): include('/home/sites/3b/...') #3 /home/sites/3b/6/690e20e02f/public_html/index.php(34): require('/home/sites/3b/...') #4 {main} thrown in /home/sites/3b/6/690e20e02f/public_html/bl-plugins/contact/plugin.php on line 39
error
BlakesHeaven
Ssr. Bludit
Posts: 24
Joined: Sat Jan 27, 2018 12:32 am

Using Bludit 2.2.1 so understand that it may not be compatible, but I thought I'd ask if this was an easy fix:
Fatal error: Call to a member function title() on boolean in /bl-plugins/contact/plugin.php on line 39
The plugin can be activated, but not configured.

If line 39, "$pageOptions[$pageKey] = $page->title();" is commented out, the config can be entered, but the list of pages does not show in the dropdown.
Many thanks in advance,
David
cristianltn
Jr. Bludit
Posts: 1
Joined: Mon Feb 19, 2018 5:45 pm

Replace line 36 in plugin.php with this:

Code: Select all

foreach($pages as $pageKey)
Stephan
Master Bludit
Posts: 61
Joined: Sun Jan 28, 2018 11:48 am

cristianltn wrote: Mon Feb 19, 2018 5:48 pm Replace line 36 in plugin.php with this:

Code: Select all

foreach($pages as $pageKey)
Thank you, it's perfect
elpak
Sr. Bludit
Posts: 35
Joined: Wed Jan 03, 2018 10:45 am

Do you make update version for 2.2? The old is not working.
tuxmika
Ssr. Bludit
Posts: 10
Joined: Tue Jul 05, 2016 5:47 pm

Is the last contact plugin compatible with the last version of bludit ?
tuxmika
Ssr. Bludit
Posts: 10
Joined: Tue Jul 05, 2016 5:47 pm

I installed contact plugin and i have error : Fatal error: Uncaught Error: Call to a member function title() on boolean in /var/www/html/bludit/bl-plugins/contact/plugin.php:39 Stack trace: #0 /var/www/html/bludit/bl-kernel/admin/views/configure-plugin.php(14): pluginContact->form() #1 /var/www/html/bludit/bl-kernel/admin/themes/default/index.php(153): include('/var/www/html/b...') #2 /var/www/html/bludit/bl-kernel/boot/admin.php(86): include('/var/www/html/b...') #3 /var/www/html/bludit/index.php(36): require('/var/www/html/b...') #4 {main} thrown in /var/www/html/bludit/bl-plugins/contact/plugin.php on line 39
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Contact v2.0.1 is the version of the plugin. This does not mean that it works with Bludit 2 and above.

There is at the moment no plugin for a contact form.

Meanwhile you can use a service like one of the followings:

JotForm

Responster

kontactr
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply