Back to ProBlog Support

rafael25111
rafael25111

Hello, I just both the plugin and when I'm writing a post my tag system just don't work.

I'm having a javascript error with the tag-it plugin. I just intalled the plugin, no editions.

Prints: http://i.imgur.com/1yYlXgB.png http://i.imgur.com/9LiTOI1.png

ChadStrat
ChadStrat

Hi - what version of October core, and what version of ProBlog?

rafael25111
rafael25111

CURRENT BUILD 419

Problog version 4.0.2

ChadStrat
ChadStrat

So...this is fixed in the latest version...but it's for v420 update which I believe is still bleeding edge as it requires min php7. :-( Since this is driven directly from the repo, I won't be able to roll back and correct for 419. There are quite a few improvements in PB v5 worth updating imo.

paulgrafx
paulgrafx

Hi,

I am experiencing the same issue with tags not working in the backend.

I get SyntaxError: Unexpected token '>' with the plugins/radiantweb/problog/formwidgets/livetag/assets/js/jquery.autocomplete.js file.

line 687 - delegateElement = this.widget()->all();

Is it best to wait for the update?

When noting out line 687 it kind of works randomly!

Last updated

support25620
support25620

Again - this is corrected in the latest bleeding edge version....we have to wait for octoberCMS to publish release 425. :-( the fix however is to change that from widget()->all() to just widget().

ChadStrat
paulgrafx
paulgrafx

I have had to make a quick fix to the script to allow for ' characters in tags in the _livetag.htm file.

<?php foreach ($existing_tags as $tag): $newtag = str_replace("'", "\'", $tag);?> '<?=$newtag?>', <?php endforeach ?>

For the moment it works :)

Last updated

paulgrafx
paulgrafx

Is there any update regarding this?

I am still getting the same issue with the character ' appearing in tags names causes it not to work.

ChadStrat
ChadStrat

should be addressed if you are on the latest October core and latest ProBlog. let me know if you find otherwise.

paulgrafx
paulgrafx

I am using ProBlog 5.0.2 and October CMS 432.

paulgrafx
paulgrafx

Can somebody explain in detail what is causing this issue? it relates to any tag name containing the character '

ProBlog 5.0.3 October CMS 433.

1-12 of 12