- Posts: 2
COMMUNITY FORUM
Calendar.setup: Nothing to setup (no fie
- Brueni92
-
Topic Author
- Offline
- New Member
Less
More
13 years 4 months ago - 13 years 4 months ago #60758
by Brueni92
Calendar.setup: Nothing to setup (no fie was created by Brueni92
Hi there,
I have the following problem:
I've activated the user-profile plugin. Whenever I want to register or changing profil information, the following pop-up displays:
Calendar.setup:
Nothing to setup (no fields found). Please check your code
I could then klick ok and change the settings, but only the standard settings were displayed, not the extended ones from the user-profile plugin.
I was searching through the entire web and finally found out that it could be a k2 issue. And I was right, after testing a bit, a found out, that if I disable/deactivate the "system-k2" plugin, everything works fine and if I turn reactivate it, the issue is back.
Any help how I can still us k2 but user-profile plugin as well?
thanks
edit:
maybe this could help, but I'm unsure if it isn't messin up more than helping:
code.google.com/p/joomlaworks/issues/detail?id=133
edit: no, didnt help me
I have the following problem:
I've activated the user-profile plugin. Whenever I want to register or changing profil information, the following pop-up displays:
Calendar.setup:
Nothing to setup (no fields found). Please check your code
I could then klick ok and change the settings, but only the standard settings were displayed, not the extended ones from the user-profile plugin.
I was searching through the entire web and finally found out that it could be a k2 issue. And I was right, after testing a bit, a found out, that if I disable/deactivate the "system-k2" plugin, everything works fine and if I turn reactivate it, the issue is back.
Any help how I can still us k2 but user-profile plugin as well?
thanks
edit:
maybe this could help, but I'm unsure if it isn't messin up more than helping:
code.google.com/p/joomlaworks/issues/detail?id=133
edit: no, didnt help me
Please Log in or Create an account to join the conversation.
- Brueni92
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 2
13 years 4 months ago #60759
by Brueni92
Replied by Brueni92 on topic Re: Calendar.setup: Nothing to setup (no fie
allright, figured it out:
In /plugins/system/k2/k2.php line 117 in onAfterDispatch fucntion:
if (($option == 'com_user' && $view == 'register') || ($option == 'com_users' && $view == 'registration') ) {
ändern in:
if (($option == 'com_user' && $view == 'register') || ($option == 'com_users' && $view == 'register') ) {
und bei line 177 imernoch in AfterDispatch:
if (($option == 'com_user' && $view == 'user' && ($task == 'edit' || $layout=='form')) || ($option == 'com_users' && $view=='profile' && $layout=='edit') ) {
ändern in:
if (($option == 'com_user' && $view == 'user' && ($task == 'edit' || $layout=='form')) || ($option == 'com_users' && $view=='user' && $layout=='edit') ) {
und alles sollte wunderbar klappen
In /plugins/system/k2/k2.php line 117 in onAfterDispatch fucntion:
if (($option == 'com_user' && $view == 'register') || ($option == 'com_users' && $view == 'registration') ) {
ändern in:
if (($option == 'com_user' && $view == 'register') || ($option == 'com_users' && $view == 'register') ) {
und bei line 177 imernoch in AfterDispatch:
if (($option == 'com_user' && $view == 'user' && ($task == 'edit' || $layout=='form')) || ($option == 'com_users' && $view=='profile' && $layout=='edit') ) {
ändern in:
if (($option == 'com_user' && $view == 'user' && ($task == 'edit' || $layout=='form')) || ($option == 'com_users' && $view=='user' && $layout=='edit') ) {
und alles sollte wunderbar klappen
Please Log in or Create an account to join the conversation.
- Max Cox
-
- Offline
- New Member
Less
More
- Posts: 14
13 years 1 month ago #60760
by Max Cox
Replied by Max Cox on topic Re: Calendar.setup: Nothing to setup (no fie
I had the same problem. Solution is pretty simple go into User-Profile plugins settings and change settings for Date of Birth to 'Disabled'. No more error and you dont need to edit k2.php
Not sure if that is a solution for anyone, but it worked for me.
Not sure if that is a solution for anyone, but it worked for me.
Please Log in or Create an account to join the conversation.
- RJ45
-
- Offline
- New Member
Less
More
- Posts: 3
13 years 4 days ago #60761
by RJ45
Replied by RJ45 on topic Re: Calendar.setup: Nothing to setup (no fie
That is NOT correct... You are NOT using K2 Profile there. You are the standard Joomla user profile with that code changes.
Please Log in or Create an account to join the conversation.