Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#337 2016-09-05 14:41:26
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
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.
Txp Builders – finely-crafted code, design and Txp
Offline
#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
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.
Txp Builders – finely-crafted code, design and Txp
Offline
#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
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
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
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
#346 2016-09-16 20:58:39
Re: smd_tags: unlimited article, image, file and link taxonomy
robhert wrote #301571:
I’d better wait for a formal update.
I’ll try and get it done after smd_user_manager / smd_bio.
in Diagnose tab I get “failed clean url”…
Thankfully, that’s not the plugin’s fault :-D
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
#347 2016-09-25 14:17:29
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: smd_tags: unlimited article, image, file and link taxonomy
On a new 4.6 install (smd_tags 0.51) :
- Impossible to save prefs
- Impossible to remove prefs : smd_tags smd_tags_prefs_remove not safe in this context.
- Idem : remove tables and rebuild tags.
Create new tag : ok.
mysql 5.6
php 7.0.10
Last edited by jpdupont (2016-09-25 14:24:28)
Offline
#348 2016-09-26 07:16:04
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: smd_tags: unlimited article, image, file and link taxonomy
The “unregistered preferences” problem is solved: it was the cache (FF or Textpattern?) Who showed again and again the old preferences.
I had other problems with the cache: For example the list of categories of rss_uc visible while the plugin is disabled! Same with the list of smd_tags non visible while the plugin is enabled with a few tags.
The other problems are still present (not safe in context).
… but how to avoid cache problems ???
Offline