Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


Error: No language file could be loaded.
Date: 2006/02/22 07:07 By: Sapient Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 13
graphgraph
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?
Click here to see the profile of this user The topic has been locked.

Re:Error: No language file could be loaded.
Date: 2006/02/22 10:22 By: Sapient Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 13
graphgraph
Just an update:

Also loaded the following:

http://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
Click here to see the profile of this user The topic has been locked.

Re:Error: No language file could be loaded.
Date: 2006/04/07 23:46 By: ThePiston Status: User  
Karma: 1  
Senior Joomlapolitan

Posts: 61
graphgraph
having same problem here...
Click here to see the profile of this user The topic has been locked.

Re:Error: No language file could be loaded.
Date: 2006/10/04 21:41 By: giorgio Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Thee problem is in akreservations.plugin.php

Look at:

Code:

 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?";



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

Code:

     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?";



Or dl the fixed file below.

Post edited by: giorgio, at: 2006/10/04 21:43
File Attachment:
File name: akreservations.zip
File size:2083 bytes


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

Post edited by: giorgio, at: 2006/10/04 21:47
Click here to see the profile of this user The topic has been locked.

Re:Error: No language file could be loaded.
Date: 2006/10/05 00:06 By: Sapient Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 13
graphgraph
Thank you giorgio,
I had given up and forgot about this. Thanks!
Click here to see the profile of this user The topic has been locked.

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login