Opening my error_log.log into my joomla directory I've seen the following message:
Code:
[01-Mar-2013 10:48:23 America/Denver] PHP Notice: Constant _UE_MALE already defined in /home2/ciclogco/public_html/tivulive/newcore/components/com_comprofiler/plugin/language/italian/italian.php on line 1165
[01-Mar-2013 10:48:23 America/Denver] PHP Notice: Constant _UE_FEMALE already defined in /home2/ciclogco/public_html/tivulive/newcore/components/com_comprofiler/plugin/language/italian/italian.php on line 1166
It's repeated everyday, and every minute, so the log file become bigger and bigger. How can I solve the problem?
language/italian/, the "italian/" is old language usage. Maybe you have 2 Italian language plugins installed? At any rate you have the language strings _UE_MALE and _UE_FEMALE defined twice somewhere.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
You need to find what else is trying to define those language strings. It could be another extension, another language plugin, or your Italian language plugin could have it defined twice. To expose it further you need to enable debug mode and maximum error reporting in Joomla global configuration then cause it to occur and review the onscreen error. It should tell you where else is trying to define it.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.