Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#331 2016-04-27 20:09:36

giz
Plugin Author
From: New Zealand
Registered: 2004-07-26
Posts: 433
Website GitHub Twitter

Re: smd_tags: unlimited article, image, file and link taxonomy

Thanks for a really useful plugin; looking forward to the next revision.

Good luck in your bug-squashing!

Last edited by giz (2016-04-27 20:10:02)

Offline

#332 2016-05-31 20:56:50

giz
Plugin Author
From: New Zealand
Registered: 2004-07-26
Posts: 433
Website GitHub Twitter

Re: smd_tags: unlimited article, image, file and link taxonomy

I think I uncovered another bug, this time when smd_tags is used with images :(

If you replace an image, the smd_tags widget disappears after the new image has uploaded. It reappears if you save and reopen the image, but any previously selected tags have gone i.e. one needs to reselect them.

Not a deal-breaker, just a pain when you’re faced with hundreds of images to replace with higher res versions :)

Offline

#333 2016-06-02 15:14:01

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

Re: smd_tags: unlimited article, image, file and link taxonomy

Just tried to install smd_tags on 4.6.0-beta

Clicking “Install tables” generates:

I’m sorry. I’m afraid I can’t do that; smd_tags smd_tags_table_install is an unsafe operation.

Offline

#334 2016-06-02 15:53:37

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,440
Website GitHub

Re: smd_tags: unlimited article, image, file and link taxonomy

michaelkpate wrote #299419:

smd_tags_table_install is an unsafe operation

This has been fixed in the next release. You might want to roll that one-line fix to your version for now. Or paste the latest code from GitHub over your existing version. Use the Plugin Composer if you wish as that’ll update the entire file using the template format on GitHub, or just copy the Code Block if using Admin->Plugins. Sorry for the hassle.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Online

#335 2016-09-05 08:45:58

planeth
Plugin Author
From: Nantes, France
Registered: 2009-03-19
Posts: 239
Website GitHub Mastodon

Re: smd_tags: unlimited article, image, file and link taxonomy

Hello Bloke,
I had this error when trying to install your plugin

Uncaught Error: 
 Call to undefined function mysql_get_server_info() in /home/lereacteur/www/smarttleads/textpattern/lib/txplib_misc.php(1369) : eval()'d code:705 
Stack trace: 
 #0 /home/lereacteur/www/smarttleads/textpattern/lib/txplib_misc.php(1369) : eval()'d code(181): smd_tags_table_install(0) 
 #1 /home/lereacteur/www/smarttleads/textpattern/lib/txplib_misc.php(1896): smd_tags_welcome('plugin_lifecycl...', 'installed') 
 #2 /home/lereacteur/www/smarttleads/textpattern/include/txp_plugin.php(538): callback_event('plugin_lifecycl...', 'installed') 
 #3 /home/lereacteur/www/smarttleads/textpattern/include/txp_plugin.php(50): plugin_install() 
 #4 /home/lereacteur/www/smarttleads/textpattern/index.php(211): include('/home/lereacteu...') 
 #5 {main} thrown in /home/lereacteur/www/smarttleads/textpattern/lib/txplib_misc.php(1369) : eval()'d code on line 705

With a Textpattern 4.6.0-beta
What do I do ? :)

Offline

#336 2016-09-05 12:45:21

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,440
Website GitHub

Re: smd_tags: unlimited article, image, file and link taxonomy

planeth wrote #301054:

Uncaught Error:...

That’s a PHP 7 issue and was the least of the plugin’s problems, thanks for the report.

I’ve had a go at fixing the major compatibility bugs for 4.6. Please try that (uncompiled) version and let me know how it goes. The UI is still all squiffy but I’ll get to that in due course.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Online

#337 2016-09-05 14:41:26

planeth
Plugin Author
From: Nantes, France
Registered: 2009-03-19
Posts: 239
Website GitHub Mastodon

Re: smd_tags: unlimited article, image, file and link taxonomy

Tried. Installation issues fixed. Thanks a lot for your speedy fix :)
No time to check all UI right now, but will report if anything go wrong.

Offline

#338 2016-09-09 12:44:16

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: smd_tags: unlimited article, image, file and link taxonomy

Help ! Since I upgrade a site with last 4.6 (hive), I don’t see any more the tag list on my edit window.
I upgraded to smd_tags 5.1 (last on github) …

Offline

#339 2016-09-09 12:54:53

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,440
Website GitHub

Re: smd_tags: unlimited article, image, file and link taxonomy

jpdupont wrote #301251:

I don’t see any more the tag list on my edit window.

Where do you not see the tags? In the Extensions->smd_tags panel? Or in your Write panel?

Also, what PHP + MySQL version are you using? Any errors in debugging mode? Do you have your smd_tags set up to link to categories?


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Online

#340 2016-09-09 15:01:43

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: smd_tags: unlimited article, image, file and link taxonomy

The tags are OK in the Extension panel
Problem in write panel.
Here the code source of the page : Source

PHP 5.6 and mysql 5.6
In debuging mode the write page is blank (no source code)

Smd_tags don’t link to categories.

Offline

#341 2016-09-09 15:26:47

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,440
Website GitHub

Re: smd_tags: unlimited article, image, file and link taxonomy

jpdupont wrote #301256:

In debuging mode the write page is blank (no source code)

Whhaaaaattt?! Something weird going on then as it works on my 4.6. I’ll try it without category assignment later and check nothing’s broken.

Any other plugins on your site that might be conflicting on the Write panel?

Are your tags nested? Any global tags set up? I probably need to set my dev site up with the same options as you have to see if I can replicate the problem. Can you let me know your smd_tags options please? Drop me a message if you prefer. A screenshot’ll do if you can. A screenshot of (part of) your smd_tags Extensions panel so I can see the sort of tags you’ve set up would help too.

You have my email address, right?


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Online

#342 2016-09-09 17:35:14

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: smd_tags: unlimited article, image, file and link taxonomy

Mail sent, thanks !

I try now on Chrome and … I see the tag list !!!
The problem is on Firefox and Safari.

Offline

#343 2016-09-16 16:24:07

robhert
Member
From: Perú
Registered: 2007-04-27
Posts: 209
Website

Re: smd_tags: unlimited article, image, file and link taxonomy

Bloke wrote #301057:

That’s a PHP 7 issue and was the least of the plugin’s problems, thanks for the report.

I’ve had a go at fixing the major compatibility bugs for 4.6. Please try that (uncompiled) version and let me know how it goes. The UI is still all squiffy but I’ll get to that in due course.

After coping and pasting the raw php code from that link, because I got the same problem I get this:

Parse error
: syntax error, unexpected '<' in
/home/public_html/textpattern/lib/txplib_misc.php(1782) : eval()'d code
on line
1
Los errores anteriores los ha causado el plugin:
smd_tags

I’m using TXP 4.6. Thank you in advance.

Offline

#344 2016-09-16 16:34:00

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 5,192
Website GitHub

Re: smd_tags: unlimited article, image, file and link taxonomy

robhert wrote #301566:

After coping and pasting the raw php code from that link, because I got the same problem I get this:

Parse error... unexpected '<'

I’m guessing the error is because you copied the whole code, whereas the relevant bit is from BEGIN PLUGIN CODE to END PLUGIN CODE which doesn’t start with <?php.

I’m not sure quite what Stef has changed: if he changed very little, you might have luck with that approach, but if he changed other stuff like strings, help etc. then copying just the plugin code won’t include that and you’d be better off using the plugin_tmp directory.


TXP Builders – finely-crafted code, design and txp

Offline

#345 2016-09-16 17:03:08

robhert
Member
From: Perú
Registered: 2007-04-27
Posts: 209
Website

Re: smd_tags: unlimited article, image, file and link taxonomy

Thank you. I’d better wait for a formal update. I’m getting more errors, and in Diagnose tab I get “failed clean url”… so I give up, for a while.

Offline

Board footer

Powered by FluxBB