Extension

Archived
Forum
(read-only)


For official support, visit the official support site »

Crosslinking

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Yuri Salimovskiy

     

errors

Bug Report

adlitinc
adlitinc

I’ve downloaded and installed it today.

I’m getting:

Deprecated function remove_double_slashes() called in system/expressionengine/third_party/crosslinking/ext.crosslinking.php on line 431.
From template tag exp:channel:entries in business_listings/index.
Deprecated since 2.6. Use reduce_double_slashes() instead.

Also I wrapped a field entry for an image with the {no_crosslinking}{/no_crosslinking} but the replacement still happened.

so I ended up with a link in my image path

Yuri Salimovskiy
# 1
Developer
Yuri Salimovskiy

I’ll get remove_double_slashes removed in next release - thanks for putting my attention to it.

Regarding {no_crosslinking} not working - how does your code look like exactly?

Yuri Salimovskiy
# 2
Developer
Yuri Salimovskiy

Just released update - please try it

MacObserver
# 3
MacObserver

Don’t know if it’s related or not, nit I’m getting a bunch of these NOTICEs after upgrading to EE 2.7.3 and using the latest version of Crosslinking:

A PHP Error was encountered
Severity
Notice
Message
Undefined offset2
Filename
crosslinking/ext.crosslinking.php
Line Number
446 

If I comment out the line at 446, the errors go away. the line has a call to ‘reduce_double_slashes’ in it.

$urls[$row['channel_id']] reduce_double_slashes($urls[$row['channel_id']]); 
Yuri Salimovskiy
# 4
Developer
Yuri Salimovskiy

Did you try to re-save extensions settings?