Error: No language file could be loaded.

18 years 2 months ago #6845 by Sapient
I am sure I have everything installed and it appears to be working.

I am getting this on the TAB "Reservations" on the CB Details and CB User List Profile.


Error: No language file could be loaded. Is the AKReservations CB plugin properly installed?


Any ideas?

Please Log in to join the conversation.

18 years 2 months ago #6854 by Sapient
Replied by Sapient on topic Re:Error: No language file could be loaded.
Just an update:

Also loaded the following:

developer.joomla.org/sf/frs/do/listReleases/projects.attendevents/frs.community_builder_plugins

cbplugin_attendevents.zip
plug_cbeventssessions_v1.0.zip

Tabs appear in the profile and the same message:

Error:
Error: No language file could be loaded. Is the Event Sessions component properly installed?

Thanks

Please Log in to join the conversation.

18 years 2 weeks ago #9838 by ThePiston
Replied by ThePiston on topic Re:Error: No language file could be loaded.
having same problem here...

CB 2.3, CBsubs 4.3, PHP 7.1, J! 3.9.X

Please Log in to join the conversation.

17 years 6 months ago #22038 by giorgio
Replied by giorgio on topic Re:Error: No language file could be loaded.
Thee problem is in akreservations.plugin.php

Look at:

[code:1]if (file_exists($mosConfig_absolute_path."/components/com_comprofiler/plugin/user/plug_akreservations-tab/".$mosConfig_lang.".php"«»))
include($mosConfig_absolute_path."/components/com_comprofiler/plugin/user/plug_akreservations-tab/".$mosConfig_lang.".php"«»);
else if(file_exists($mosConfig_absolute_path."/components/com_comprofiler/plugin/user/plug_akreservations-tab/english.php"«»))
include($mosConfig_absolute_path."/components/com_comprofiler/plugin/user/plug_akreservations-tab/english.php"«»);
else return "Error: No language file could be loaded. Is the AKReservations CB plugin properly installed?";[/code:1]

I changed the dir. it looked for the language file at the wrong place, just change it to this:

[code:1] if (file_exists($mosConfig_absolute_path."/components/com_comprofiler/plugin/user/plug_akreservations-tab/language/".$mosConfig_lang.".php"«»))
include($mosConfig_absolute_path."/components/com_comprofiler/plugin/user/plug_akreservations-tab/language/".$mosConfig_lang.".php"«»);
else if(file_exists($mosConfig_absolute_path."/components/com_comprofiler/plugin/user/plug_akreservations-tab/language/english.php"«»))
include($mosConfig_absolute_path."/components/com_comprofiler/plugin/user/plug_akreservations-tab/language/english.php"«»);
else return "Error: No language file could be loaded. Is the AKReservations CB plugin properly installed?";[/code:1]

Or dl the fixed file below.

Post edited by: giorgio, at: 2006/10/04 21:43

Attachment akreservations.zip not found



Post edited by: giorgio, at: 2006/10/04 21:46

Post edited by: giorgio, at: 2006/10/04 21:47
Attachments:

Please Log in to join the conversation.

17 years 6 months ago #22047 by Sapient
Replied by Sapient on topic Re:Error: No language file could be loaded.
Thank you giorgio,
I had given up and forgot about this. Thanks!

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.190 seconds

Facebook Twitter LinkedIn