Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 6 replies, 2 voices, and was last updated 12 years ago by
Steven Zahm.
-
AuthorPosts
-
07/21/2014 at 12:48 pm #297663
Tim Roberts
ParticipantHi Steve,
Need some help as today I was notified that all of our links on our site are showing as “illegal strings”. I was using the say what plugin to handle custom fields in the back side of the site, but it was deleted by someone and no one will admit to it. I am using the following versions:
WP 3.8.5
Connections 7.9.7
Connections Market Template 3.0.2The strings I am seeing are:
Warning: Illegal string offset ‘enable_map’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 89
Warning: Illegal string offset ‘map_frame_height’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 92
Warning: Illegal string offset ‘map_frame_width’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 93
Warning: Illegal string offset ‘map_frame_width’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 93
Warning: Illegal string offset ‘map_zoom’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 95
Warning: Illegal string offset ‘str_map_show’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 105
Warning: Illegal string offset ‘str_map_hide’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 106
H | Return to top.Warning: Illegal string offset ‘enable_bio’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 121
Wanted to know your thoughts on this before I roll the site back or make wholesale changes. Need some help. If you need login info, please let me know. I will get it over to you.
Thanks,
Tim
Just saw that this has to do with the market template I am using. It appears that the problem is in the drop down trays for the Market template. It is occurring in the bio string as well as the map string. any ideas?
Tim
-
This topic was modified 12 years, 1 month ago by
Tim Roberts.
-
This topic was modified 12 years, 1 month ago by
Tim Roberts.
07/21/2014 at 1:19 pm #297667Tim Roberts
ParticipantHi Steve,
Also wanted to give you these lines:
Warning: Illegal string offset ‘enable_bio_head’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 125
Warning: Illegal string offset ‘str_bio_head’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 125
HWarning: Illegal string offset ‘tray_image’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 128
Warning: Illegal string offset ‘tray_image_height’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 129
Warning: Illegal string offset ‘tray_image_width’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 130
Warning: Illegal string offset ‘tray_image_fallback’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 132
Warning: Illegal string offset ‘str_tray_image’ in /home/massciti/public_html/wp-content/plugins/connections-market/card.php on line 133
07/21/2014 at 1:44 pm #297669Steven Zahm
Keymaster@ Tim
Was the Market template altered or is it “stock”? If you give me a temp admin account, I can take a quick look. It can be posted here as a private reply.
07/21/2014 at 1:48 pm #297670Tim Roberts
ParticipantThis reply has been marked as private.07/21/2014 at 2:05 pm #297674Steven Zahm
Keymaster@ Tim
The
card.phpfile was modified overwriting the$attsvar. This is the error line:printf( '<a class="cn-note-anchor toggle-div" id="note-anchor-%1$s" href="#" data-uuid="%1$s" data-div-id="note-block-%1$s" data-str-show="%2$s" data-str-hide="%3$s">%2$s</a>', $entry->getRuid(), $atts = 'Show Research', $atts = 'Hide Research' );I changed it to this:
printf( '<a class="cn-note-anchor toggle-div" id="note-anchor-%1$s" href="#" data-uuid="%1$s" data-div-id="note-block-%1$s" data-str-show="%2$s" data-str-hide="%3$s">%2$s</a>', $entry->getRuid(), $atts['str_note_show'] = 'Show Research', $atts['str_note_hide'] = 'Hide Research' );That fixed the issue.
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections07/21/2014 at 2:38 pm #297676Tim Roberts
ParticipantHi Steve,
Thank you so much. And yes, I will review the plugin immediately. On a final note, can you give me an idea of what could have overwritten this? was it manually done? Thanks.
Tim
07/22/2014 at 11:19 am #297763Steven Zahm
Keymaster@ Tim
Thanks for the review!!!
The edit to the template file would have to have been done manually. The only file writing code Connections has is for an index.php file and an htaccess file for the images folder. Nothing in the code that would allow writing or changing the contents of a template file.
-
This topic was modified 12 years, 1 month ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
