Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: adi_notes - leave notes for Textpattern users
Oké … that’s how it is. Thanks for replying.
Offline
#98 2019-01-09 09:35:50
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: adi_notes - leave notes for Textpattern users
after inserting text into ‘public note’ this error appeared on left side of a note box.
adi_notes 1.3.1
Textpattern version: 4.7.2
PHP version: 7.2.10
General error 16384: Parser::textileThis() is deprecated. Use Parser::parse() instead. on line 2033
textpattern/vendors/Netcarver/Textile/Parser.php:2033 trigger_error()
textpattern/lib/txplib_misc.php(1870) : eval()'d code:1129 Netcarver\Textile\Parser->textileThis()
textpattern/lib/txplib_misc.php(1870) : eval()'d code:1413 adi_notes_read()
textpattern/lib/txplib_misc.php:1989 adi_notes_embed_note()
textpattern/lib/txplib_misc.php:2189 callback_event()
textpattern/lib/txplib_html.php:87 pluggable_ui()
Offline
Re: adi_notes - leave notes for Textpattern users
Hi Gallex, This seems like it could be a textile error. Are you sure you updated textile on /textpattern/vendors/Netcarver/Textile/?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#100 2019-01-09 10:57:50
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: adi_notes - leave notes for Textpattern users
Hi Gallex, This seems like it could be a textile error. Are you sure you updated textile on /textpattern/vendors/Netcarver/Textile/?
the latest textile not coming with txp 4.7.2?
Offline
#101 2019-01-09 11:13:33
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: adi_notes - leave notes for Textpattern users
uploaded /Netcarver/Textile folder again. nothing changed for now.
noticed that text under diagnostic tab:
There was a problem connecting to the Textpattern update server. Please try again later.
could this somehow been related with my error?
Offline
#102 2019-01-09 11:33:33
Re: adi_notes - leave notes for Textpattern users
General error 16384: Parser::textileThis() is deprecated. Use Parser::parse() instead.
the latest textile not coming with txp 4.7.2?
For the moment this is just a notice. The way textile is called changed from 4.6 onwards and the old method is caught and directed to the proper method but you get this notice in debugging mode … i.e. to let plugin authors know to update their plugins.
This will happen with many plugins that textile output. For example it came up recently with smd_featured. This was my proposed fix for that plugin. I don’t know if that’s the best solution but Stef kindly accepted it.
TXP Builders – finely-crafted code, design and txp
Offline
#103 2019-01-09 11:34:29
Re: adi_notes - leave notes for Textpattern users
There was a problem connecting to the Textpattern update server.
That’s unrelated but has come up before: please search the forum. Often it was a problem with older versions or updating…
TXP Builders – finely-crafted code, design and txp
Offline
#104 2019-01-09 12:11:48
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: adi_notes - leave notes for Textpattern users
For the moment this is just a notice. The way textile is called changed from 4.6 onwards and the old method is caught and directed to the proper method but you get this notice in debugging mode … i.e. to let plugin authors know to update their plugins.
correct. disappeared in live mode.
OT: clicking “quote” under your post doesn’t quote anymore, any ideas why? noticed this behavior already little while ago…
Offline
#105 2019-01-09 12:18:14
Re: adi_notes - leave notes for Textpattern users
Quoting is a known issue as of a few days ago.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#106 2019-01-10 11:23:47
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_notes - leave notes for Textpattern users
Hi Gallex,
Try this one – I’ve updated how it calls Textile in TXP 4.7.
jakob – thanks for the code.
Offline
#107 2020-03-08 15:05:35
Re: adi_notes - leave notes for Textpattern users
Offline
#108 2020-03-08 21:06:23
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_notes - leave notes for Textpattern users
I’ve just been able to install it successfully on 4.8.0 – both as a cached plugin and a conventionally installed plugin – locally on my Mac. Admittedly I’m still on PHP 5.6.
Is this a new set up? What do you see when you visit the plugin’s options tab? Any juicy error messages?
Offline