Topic-icon The System - JFBCSystem is interfering with Jomres

Active Subscriptions:

None
10 years 7 months ago #37329 by iveth
Alex

I have your extension on Joomla 15, 25, 31 pages and the error is there - and where it is worst is where Jomres - because it shows part of the meta in the top of the page - and now lately also with Joomsocial. If I disable jfbc and linkedin system the funny text disapears. Yes when I test I will have to press the cache cleaner button (top right) - then it goes away (dont use cache at all) .
The topic has been locked.
Support Specialist
10 years 7 months ago #37366 by alzander
Iveth,
I definitely want to get to the bottom of this, but it's difficult with just admin access since I can't make changes or really debug things. Would it be possible to send me FTP credentials so we can really test what's happening and how best to fix it?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #37443 by iveth
Alex

I have OM ed you the login details - Thanks
The topic has been locked.
Support Specialist
10 years 7 months ago #37460 by alzander
Iveth,
We don't have any FTP credentials for your site or any other way to actually modify code on your site. Can you send me those details, or install a file editor extension (like extPlorer) on your site? The preferred choice would be FTP.

With that, we'll be able to edit code and really dig into what is happening and how to fix it.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #37461 by iveth
Alex - both domains have ose file manager - I will pm you ftp
The topic has been locked.
Support Specialist
10 years 7 months ago #37512 by alzander
Iveth,
Thanks for the FTP info. We think the issue is fixed on the Airelines site, as can be seen losroques-airlines.com/en/make-your-rese.../viewproperty/LTA/15

The update was in the /libraries/sourcecoast/openGraph.php file. We updated the search/replace function there to look like:
$regex = '/<meta (property|name)="'.$ogTag->name.'".+?\/>/si';
                $contents = preg_replace($regex, '', $contents);
That's a minor modification of what we mentioned in this post . Instead of +\/?, it's now +?\/

Can you test throughout that site and let me know if that works well for you? The same change should work on the los-roques.org site. I don't have the FTP credentials to make the edit though.

For the amazonas.travel site, the code above should already be implemented if you are on JFBConnect v5.1+. I couldn't find a page where the problem exists on that site, and I don't think you posted one above. If there is a page with the same issue on that site, let us know, and we'll dig into that as well.

Finally, thanks for the FTP access. It really did help. We introduced a PHP error at one point. If we were doing the same testing in OSE Filemanager, the editor may have broken too (since it loads Joomla) which would have prevented us from easily fixing the minor mistake.

I hope that helps, but definitely keep us posted on how it goes.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago - 10 years 7 months ago #37523 by iveth
Ok

Updating .org to 5.1.2
- the funny text is still on: los-roques.org/fotos/218jorge-postigo/ph...bumid=14&photoid=117 (to the top left)
can I use the joomla 15 fix for joomla 25?
airlines is perfect ... and I will implement it on my other Joomla 15 sites

Amazonas has a different Jomsocial - I will update you
Last edit: 10 years 7 months ago by iveth.
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #37526 by iveth
But when I login to Airlines I get this error:
Warning: require_once(Auth/OpenID.php) [function.require-once]: failed to open stream: No such file or directory in /home/losroqua/public_html/libraries/openid/Auth/OpenID/Consumer.php on line 166

Fatal error: require_once() [function.require]: Failed opening required 'Auth/OpenID.php' (include_path='/home/losroqua/public_html/libraries/openid//home/losroqua/public_html/plugins/system/shl_packages/ZendFramework-1.11.7-minimal/library:.:/usr/lib/php:/usr/local/lib/php') in /home/losroqua/public_html/libraries/openid/Auth/OpenID/Consumer.php on line 166

what can be done here
The topic has been locked.
Support Specialist
10 years 7 months ago #37533 by alzander

- the funny text is still on: los-roques.org/fotos/218jorge-po … hotoid=117 (to the top left)

I don't have FTP access to that site, which would make diagnosis much easier. Can you send that to me and we'll get you going.

But when I login to Airlines I get this error:
Warning: require_once(Auth/OpenID.php) [function.require-once]: failed to open stream: No such file or directory in /

I'm not sure what that is. That's not a file from our extension or one we load. You'll need to find what plugin or extension is enabling Open ID integration and disable or fix it.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #37538 by iveth
Got I have unabled the native open ID - thanks it works now - and I have send you login for org
The topic has been locked.