-
AuthorPosts
-
Tony Silveira Friend
Tony Silveira
- Join date:
- September 2014
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 9 times in 1 posts
October 22, 2013 at 12:35 am #191595I installed JA Multinligual Component on JA Magz and got this error
Fatal error: Class ‘JalangHelper’ not found in /home/content/p/o/w/……./administrator/components/com_jalang/jalang.php on line 27
I tried both versions but the result is the same. Is there a workaround?
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
November 29, 2013 at 5:24 pm #513958Hello Powertowin,
I got the same error message as you. Did you solved the problem, and how?
Let me know please, I will appreciate your feedback.<em>@powertowin 394625 wrote:</em><blockquote>I installed JA Multinligual Component on JA Magz and got this error
Fatal error: Class ‘JalangHelper’ not found in /home/content/p/o/w/……./administrator/components/com_jalang/jalang.php on line 27
I tried both versions but the result is the same. Is there a workaround?</blockquote>
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
December 2, 2013 at 2:05 am #514035Hello Comemi,
I have created issue in our issue tracker system for this bug, our dev will check and update the fix for the next release.
You can check the state of this issue at http://pm.joomlart.com/browse/JAECLANG-20P/S: as we did not receive information from Powertowin, so could you please send us a PM with your administrator account and FTP account for debugging, it can help us to resolve this issue faster.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
December 2, 2013 at 7:25 am #514056Hi There,
Could you PM me your site credentials for further checking? We will have a look and help you out.
December 6, 2013 at 4:13 am #514507Please, help me.I install com_jalang.v1.0.1 or com_jalang.v1.0.2 but the result is the same.
Fatal error: Class ‘JalangHelper’ not found in C:AppServwwwt3newsadministratorcomponentscom_jalangjalang.php on line 31Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
December 6, 2013 at 4:43 am #514511Hello,
To resolve this issue, please open the file
administrator/components/com _jalang/jalang.phpFind the following code snippet:
[PHP]
JLoader::register(‘JalangHelper’, __DIR__ . ‘/helpers/helper.php’);
JLoader::register(‘JalangHelperContent’, __DIR__ . ‘/helpers/content/content.php’);
JLoader::register(‘JalangHelperTranslator’, __DIR__ . ‘/helpers/translator/translator.php’);[/PHP]And replacing it with below one:
[PHP]require_once( __DIR__ . ‘/helpers/helper.php’ );
require_once( __DIR__ . ‘/helpers/content/content.php’ );
require_once( __DIR__ . ‘/helpers/translator/translator.php’ );[/PHP]Please let us know if it can help to fix this issue.
December 6, 2013 at 10:20 am #514534This is error:
Warning: require_once(__DIR__/helpers/helper.php) [function.require-once]: failed to open stream: No such file or directory in C:AppServwwwt3newsadministratorcomponentscom_jalangjalang.php on line 23Fatal error: require_once() [function.require]: Failed opening required ‘__DIR__/helpers/helper.php’ (include_path=’.;C:php5pear’) in C:AppServwwwt3newsadministratorcomponentscom_jalangjalang.php on line 23
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
-
AuthorPosts
This topic contains 11 replies, has 6 voices, and was last updated by Qalandar Khan 8 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum