JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING

2,157 views
Skip to first unread message

rahul borole

unread,
May 13, 2013, 1:51:16 AM5/13/13
to joomla-de...@googlegroups.com
I've read the FAQs and searched the help center. 
My URL is: 


Hi everybody

i'm stucking on this problem since last one month
please help me anyone
it is occuring when website is loading first time

for reference my website url is www.baslate.com

Thanks,
Rahul.

Alan Hartless

unread,
May 13, 2013, 9:05:20 AM5/13/13
to joomla-de...@googlegroups.com
Usually comes from uninstalling a component but leaving a plugin/module that depends on it.  Check your enabled plugins and modules and disable anything not used.

Thanks,
Alan


--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Nikolaos K. Dionysopoulos

unread,
May 13, 2013, 9:09:22 AM5/13/13
to joomla-de...@googlegroups.com
Hello Rahul,

When I saw the untranslated error message I thought to myself "well, that untranslated error message was fixed months ago". Using a very simple trick (tip: I directly accessed an XML file in your site) I see that you're using Joomla! 2.5.2. Before doing anything else I would suggest that you upgrade to Joomla! 2.5.11. You are 9 versions behind. This is not only a security risk, it may also be the reason a component is not loading. I know that several components look for Joomla! 2.5.6 or later, for reasons which have to do with Joomla!'s API stability in earlier versions.

Nicholas K. Dionysopoulos

rahul borole

unread,
May 13, 2013, 9:20:58 AM5/13/13
to Joomla! General Development, niko...@gmail.com
Hi sir

Very much thanks
but i think that it will cause changes in GUI and website functionality can cause problem.
i'm not sure but as fresher i'm bothering to do update directly without any understanding.

Please tell me will it cause any problem.?
and my company want to fix it and they are also not ready to update joomla.

Thanks,
Rahul.

rahul borole

unread,
May 13, 2013, 9:25:56 AM5/13/13
to Joomla! General Development, har...@gmail.com
k i'm trying if not solved will mail again

Thanks,
Rahul.

rahul borole

unread,
May 14, 2013, 3:56:40 AM5/14/13
to Joomla! General Development, har...@gmail.com
Hi sir

i tried which you mentioned as diable plugin which are not in use
all modules and plugins which are enabled, diabled them one by one and checked but not solved.
for reference my website url is www.baslate.com

Thanks,
Rahul.
On Mon, May 13, 2013 at 6:35 PM, Alan Hartless <har...@gmail.com> wrote:

rahul borole

unread,
May 15, 2013, 2:42:37 AM5/15/13
to joomla-de...@googlegroups.com
Hi sir

just tell me that is it possible to solve that problem without update
or update is the last option?
if it is possible to solve without update, i will continue my work to solve it.

Thanks,
Rahul.

Allon Moritz

unread,
May 15, 2013, 3:36:03 AM5/15/13
to joomla-de...@googlegroups.com
I would add the following function in the JText file (libraries/joomla/methods.php) after the script function 
public static function where() {
$ignore=2;
$trace = '';
foreach (debug_backtrace() as $k => $v) {
if ($k < $ignore) {
continue;
}

array_walk($v['args'], function (&$item, $key) {
$item = var_export($item, true);
});
if (!Isset($v['file'])){
continue;
}

$trace .= '#' . ($k - $ignore) . ' ' . $v['file'] . '(' . $v['line'] . '): ' . (isset($v['class']) ? $v['class'] . '->' : '') . $v['function'] . '(' . implode(', ', $v['args']) . ')' . "\n";
}
echo $trace;
}

and add after the line 
public static function _($string, $jsSafe = false, $interpretBackSlashes = true, $script = false)
{

the following if condition
if($string == 'JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING'){
JText::where();die;
}

did not test it but it should give you a starting point....

rahul borole

unread,
May 15, 2013, 3:57:16 AM5/15/13
to Joomla! General Development, allon....@gmail.com
have you tried this before coz it should not harm to website.
but doesn't matter i will surely try it at my best

Thanks,
Rahul.

brian teeman

unread,
May 15, 2013, 4:03:01 AM5/15/13
to joomla-de...@googlegroups.com, allon....@gmail.com
Making this change will still leave your web site wide open to hackers.

>> To post to this group, send an email to
>> joomla-de...@googlegroups.com.
>> Visit this group at
>> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! General Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an

> To post to this group, send an email to
> joomla-de...@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.

To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.


--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.

rahul borole

unread,
May 15, 2013, 4:14:37 AM5/15/13
to Joomla! General Development, joom...@googlemail.com
Hi sir
then plz suggest any good option for that i'm stucking on this since last 1 month

Thanks,
Rahul.


To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.

Allon Moritz

unread,
May 15, 2013, 4:24:44 AM5/15/13
to joomla-de...@googlegroups.com
Of course you should remove the code afterwards as it is only to figure where the call is coming from....

brian teeman

unread,
May 15, 2013, 4:39:40 AM5/15/13
to joomla-de...@googlegroups.com, joom...@googlemail.com
Why dont you do what you were advised to do by Nicholas - Upgrade your Joomla now - Your site will not be vulnerable to hackers and the problem may have been fixed already as he suggested. Anything else is just a waste of everyones time

>> To post to this group, send an email to

>> Visit this group at
>> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! General Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an

> To post to this group, send an email to

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsubscribe@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsubscribe@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.

rahul borole

unread,
May 15, 2013, 5:09:38 AM5/15/13
to Joomla! General Development, Brian Teeman
hi sir

i'm ready to do update but the problem is that i want to know the cause
otherwise no issue.

Thanks,
Rahul


To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.

Donald Gilbert

unread,
May 15, 2013, 8:39:07 AM5/15/13
to joomla-de...@googlegroups.com
You could manually apply the same fix that was applied I'm the previous releases. 

Sent from Mailbox for iPhone

rahul borole

unread,
May 15, 2013, 9:42:54 AM5/15/13
to Joomla! General Development, dilber...@gmail.com
Hi sir

can you suggest the solution please
for reference url is www.baslate.com

Thanks,

rahul borole

unread,
May 16, 2013, 3:38:48 AM5/16/13
to Joomla! General Development, Donald Gilbert
if i changed display error=off in php.ini file
then will this error disappear or not

Nikolaos K. Dionysopoulos

unread,
May 16, 2013, 3:41:55 AM5/16/13
to joomla-de...@googlegroups.com
Forgetting the fact that it's faster to try it than ask, does that application message look like a PHP error message to you?

Nicholas K. Dionysopoulos

rahul borole

unread,
May 16, 2013, 3:52:21 AM5/16/13
to Joomla! General Development, Nicholas Dionysopoulos
Hi sir

i know that error is coming from joomla cms, but i was thinking that it should prevent to occur
sir actually problem is that my boss is not ready to update joomla at this time and also i disabled modules,plugins,components one by one and checked but then also not working

i'm so tired of this error.

Thanks,
Rahul.

brian teeman

unread,
May 16, 2013, 4:28:28 AM5/16/13
to joomla-de...@googlegroups.com, Nicholas Dionysopoulos
So instead of updating, which will take you under a minute, you are spending weeks looking for a way to lose all your hair

>> To post to this group, send an email to
>> joomla-de...@googlegroups.com.
>> Visit this group at
>> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! General Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an

> To post to this group, send an email to
> joomla-de...@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.

To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.

To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.




--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.

To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.

To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.

rahul borole

unread,
May 16, 2013, 4:56:04 AM5/16/13
to Joomla! General Development
Hi sir

i know that i spended most of the time in it but if i upddated the joomla maybe i shouldnot be able to know the cause of it.

and i had restriction from my company also.

Thanks,
Rahul.


To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.

Troy

unread,
May 18, 2013, 4:27:00 PM5/18/13
to joomla-de...@googlegroups.com
idk if it works in 1.5 but in your global config change error reporting to "none" this will turn off the display of errors.οΏ½ As with others I think your going about this all wrong but its your site.
Bear
You could manually apply the same fix that was applied I'm the previous releases.οΏ½
οΏ½
οΏ½



--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
οΏ½
οΏ½

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
οΏ½
οΏ½

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
οΏ½
οΏ½

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
οΏ½
οΏ½

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.3336 / Virus Database: 3162/6328 - Release Date: 05/16/13


rahul borole

unread,
May 19, 2013, 7:54:01 AM5/19/13
to Joomla! General Development
ok sir,
i was just interested in solving problem on my own

thanks,
Rahul.


On Sun, May 19, 2013 at 1:57 AM, Troy <tr...@hallhome.us> wrote:
idk if it works in 1.5 but in your global config change error reporting to "none" this will turn off the display of errors.  As with others I think your going about this all wrong but its your site.

No virus found in this message.


Checked by AVG - www.avg.com
Version: 2013.0.3336 / Virus Database: 3162/6328 - Release Date: 05/16/13

Reply all
Reply to author
Forward
0 new messages