Topic-icon Can't select user when adding a channel

Active Subscriptions:

None
11 years 5 months ago #49849 by GoremanX
This is driving me crazy. When I try to add a channel in the backend and click on the user select button, I get this error message:

Parse error: syntax error, unexpected end of file in /administrator/components/com_jfbconnect/views/channel/tmpl/user.php on line 118

I've got one user that's authenticated with all the channels I plan to use.
The topic has been locked.
Support Specialist
11 years 5 months ago #49853 by mel
Could you try replacing the following in /administrator/components/com_jfbconnect/views/channel/tmpl/user.php at line 56 and line 67
<?
with
<?php

Also, what version of PHP are you running on your site?
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #49855 by GoremanX
That worked, thanks!

My host is running PHP 5.5.19
The topic has been locked.
Support Specialist
11 years 5 months ago #49856 by mel
Obviously it was a bug, but I've been testing on 5.5.19 on one of my test sites and didn't encounter that problem. Strange. Either way, I've checked in the code change to be included in our next release. Glad it was fixed for you.

-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #49860 by GoremanX
well I have short_open_tag set to off in php.ini. I was under the impression that this was the default nowadays, but maybe not in some setups.
The topic has been locked.