Multilanguage Registration error 500

13 years 7 months ago #139994 by ifft
I have enabled the joomla SEF and have a site with 3 languages (G, E, I). For the registration prozess I'm working with CB 1.2.3 and cbSubs 1.0.3. The registration in the default language is working fine. In the other languages a get after the registration page a 500 error or a white page. When a disable the joomla SEF the registration is working in all languages.

How can I resolve this error o do you know a solution to exclude the registration prozess from joomla SEF.

I'm working with:
joomla 1.5.20
joomla sef enabled
mod_rewrite / .htaccess
php version 5.2.9
CB 1.2.3
cbSubs 1.0.3

Thank you for your help.
Beat

Please Log in to join the conversation.

13 years 7 months ago #140060 by krileon
Replied by krileon on topic Re:Multilanguage Registration error 500
What are you using to handle the multiple languages? CB only supports its own language plugins which are used in conjunction with Joomlas language selection process.


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.

Please Log in to join the conversation.

13 years 7 months ago #140352 by ifft
Replied by ifft on topic Re:Multilanguage Registration error 500
Hi Krileon
I'm using the CB language plugins for english, italian and german. When a change the default language from german to english, the english registration prozess is working fine.

Please Log in to join the conversation.

13 years 7 months ago #140384 by krileon
Replied by krileon on topic Re:Multilanguage Registration error 500
This means there is an error in your German language file. More then likely there is something that isn't escaped. Please review your German language files and ensure all ' or " are escaped as necessary examples as follows.

Right:
[code:1]
define( '_UE_TEST', 'Test\'s' );
[/code:1]
Wrong:
[code:1]
define( '_UE_TEST', 'Test's' );
[/code:1]

Notice the string is surrounded by ', but has a ' inside the string. This will cause a fatal PHP error resulting in problems you're experiencing. This same situation can apply to usage of " instead of ;.


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.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.320 seconds

Facebook Twitter LinkedIn