Welcome to Geeklog, Anonymous Tuesday, November 26 2024 @ 06:46 am EST
Geeklog Forums
No "Add master event" possible.
Status: offline
appie252001
Forum User
Junior
Registered: 12/05/05
Posts: 17
I just upgraded to Geeklog 1.4.1. After the upgrade it is not possible to add any calendar events by logged in, and not logged in users. With the right to moderate or edit it is working well.
When the submit button is pushed, the normal input screen is comming back. No fault reported, also no faults in the error log.
I didn't see any solution in the forum topics, can someone help me on this.
Thanks.
Albert
When the submit button is pushed, the normal input screen is comming back. No fault reported, also no faults in the error log.
I didn't see any solution in the forum topics, can someone help me on this.
Thanks.
Albert
15
15
Quote
Status: offline
appie252001
Forum User
Junior
Registered: 12/05/05
Posts: 17
Can someone help me on this problem, because this issue is blocking a update of another site.
On that site this function is used very often.
Thanks .......
Albert
On that site this function is used very often.
Thanks .......
Albert
18
15
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
I'm not too familiar with the Calendar Plugin but there is a Calendar Admin that has calendar.moderate and calendar.edit rights. There is also a calendar.submit right as well but I am not sure what group uses it.
I think the best choice here (unless someone else answers with more knowledge on this) is to uninstall the calendar plugin (through the admin interface) and then just reinstall. It should then reapply the correct security settings. Of course if you have any data in the gl_events table you should back it up and then reapply it after you have installed the plugin again.
One of the Geeklog Core Developers.
I think the best choice here (unless someone else answers with more knowledge on this) is to uninstall the calendar plugin (through the admin interface) and then just reinstall. It should then reapply the correct security settings. Of course if you have any data in the gl_events table you should back it up and then reapply it after you have installed the plugin again.
One of the Geeklog Core Developers.
16
14
Quote
Status: offline
appie252001
Forum User
Junior
Registered: 12/05/05
Posts: 17
Laugh,
I hope someone have another solution, because edetting in the database is not my specialism. Ik noticed that there are more issues about this. http://www.geeklog.net/forum/viewtopic.php?forum=3&showtopic=75419&highlight=calendar
I just upgraded another site, and the same problem.
Ik hope there is a specialist about the calendar plugin who can help me on this.
Albert
I hope someone have another solution, because edetting in the database is not my specialism. Ik noticed that there are more issues about this. http://www.geeklog.net/forum/viewtopic.php?forum=3&showtopic=75419&highlight=calendar
I just upgraded another site, and the same problem.
Ik hope there is a specialist about the calendar plugin who can help me on this.
Albert
14
16
Quote
Sharlene
Anonymous
I've been having this same problem so I replaced submit.php with the one from v1.4.0sr5
So far it's been working fine.
So far it's been working fine.
17
16
Quote
Status: offline
appie252001
Forum User
Junior
Registered: 12/05/05
Posts: 17
Hi,
I looked at all the differences between the two files, and there are a lot. Most of them are about story in the new file, and event in the old? So it looks like this is the problem, but I'm not sure if I can replace this file without causing other problems.
Can someone help me on this, and tell me if the changes are there with a reason? Why is the event code not in the new file anymore?
Thanks.
Albert
I looked at all the differences between the two files, and there are a lot. Most of them are about story in the new file, and event in the old? So it looks like this is the problem, but I'm not sure if I can replace this file without causing other problems.
Can someone help me on this, and tell me if the changes are there with a reason? Why is the event code not in the new file anymore?
Thanks.
Albert
15
13
Quote
Status: offline
jmucchiello
Forum User
Full Member
Registered: 08/29/05
Posts: 985
Because the calendar was turned into a true plugin. Apparently with some bugs. But I'm surprise the 1.40s5 file worked without causing other errors. Are you sure you updated to 1.4.1 correctly?
19
10
Quote
Status: offline
appie252001
Forum User
Junior
Registered: 12/05/05
Posts: 17
Hi,
I suppose so, is there a way to check this?
I was glad that there was another user with this problem, she discovered that the problem is in the submit.php.
Albert
I suppose so, is there a way to check this?
I was glad that there was another user with this problem, she discovered that the problem is in the submit.php.
Albert
13
13
Quote
Status: offline
jmucchiello
Forum User
Full Member
Registered: 08/29/05
Posts: 985
Let's start simple. How are you config.php settings for the calendar set (check plugins/calendar/config.php):
// when set to 1 will only allow logged-in users to view the list of past events
// (also see $_CONF['loginrequired'] in Geeklog's config.php)
$_CA_CONF['calendarloginrequired'] = 0;
// enable (set to 1) or disable (set to 0) submission queues:
$_CA_CONF['eventsubmission'] = 1;
// when set to 1 will only allow logged-in users to view the list of past events
// (also see $_CONF['loginrequired'] in Geeklog's config.php)
$_CA_CONF['calendarloginrequired'] = 0;
// enable (set to 1) or disable (set to 0) submission queues:
$_CA_CONF['eventsubmission'] = 1;
16
15
Quote
Status: offline
appie252001
Forum User
Junior
Registered: 12/05/05
Posts: 17
Hi,
All set as it should be, as far as I know.
Calendar config:
// when set to 1 will only allow logged-in users to view the list of past events
// (also see $_CONF['loginrequired'] in Geeklog's config.php)
$_CA_CONF['calendarloginrequired'] = 0;
// enable (set to 1) or disable (set to 0) submission queues:
$_CA_CONF['eventsubmission'] = 1;
Geeklog config:
// this lets you select which functions are available for registered users only
$_CONF['loginrequired'] = 0; // all of them, if set to 1 will override all else
$_CONF['submitloginrequired'] = 0;
$_CONF['commentsloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
$_CONF['directoryloginrequired'] = 0;
All set as it should be, as far as I know.
Calendar config:
// when set to 1 will only allow logged-in users to view the list of past events
// (also see $_CONF['loginrequired'] in Geeklog's config.php)
$_CA_CONF['calendarloginrequired'] = 0;
// enable (set to 1) or disable (set to 0) submission queues:
$_CA_CONF['eventsubmission'] = 1;
Geeklog config:
// this lets you select which functions are available for registered users only
$_CONF['loginrequired'] = 0; // all of them, if set to 1 will override all else
$_CONF['submitloginrequired'] = 0;
$_CONF['commentsloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
$_CONF['directoryloginrequired'] = 0;
18
17
Quote
SVillanueva
Anonymous
Hi guys! The same thing happened to me with my site www.consorcio empresarial.com.mx . I don´t know what is happening and only works fine with the rights to moderate or edit, but I don´t want to give priviledges to people that get registered to submit events. Could comeone be so kind in helping??
You can test it with the user "reguser" and password "calsubmiter".
Thanks in advance.
You can test it with the user "reguser" and password "calsubmiter".
Thanks in advance.
Quote by: appie252001
I just upgraded to Geeklog 1.4.1. After the upgrade it is not possible to add any calendar events by logged in, and not logged in users. With the right to moderate or edit it is working well.
When the submit button is pushed, the normal input screen is comming back. No fault reported, also no faults in the error log.
I didn't see any solution in the forum topics, can someone help me on this.
Thanks.
Albert
22
15
Quote
Status: offline
svillanueva
Forum User
Newbie
Registered: 01/25/10
Posts: 6
The Geeklog version is 1.6.0. Could someone be so kind in giving me a tip of where the problem could be? or should I replace the submit.php for the 1.4.0 version? Thanks in advance. You can see the problem in www. consorcio empresarial. com . mx with the user: reguser y password: calsubmiter
Thanks and Regards,
Thanks and Regards,
13
15
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Don't mix code from different Geeklog versions, that'll only make things worse.
I had a quick look through the code but couldn't find an obvious explanation for the problem you're having. This would need someone looking at your install. I believe you've already been in contact with somebody?
bye, Dirk
I had a quick look through the code but couldn't find an obvious explanation for the problem you're having. This would need someone looking at your install. I believe you've already been in contact with somebody?
bye, Dirk
14
15
Quote
Status: offline
alb3rt
Forum User
Regular Poster
Registered: 10/30/06
Posts: 71
Location:Mexico City
It's one error of language, is necesary that
~language/languageX.php
$LANG12[8]
~plugins/calendar/language/languageX.php
$LANG_CAL_1[45]
Have the same translation.
D Web Studio - www.d-webstudio.net
~language/languageX.php
$LANG12[8]
~plugins/calendar/language/languageX.php
$LANG_CAL_1[45]
Have the same translation.
D Web Studio - www.d-webstudio.net
13
18
Quote
Status: offline
jmucchiello
Forum User
Full Member
Registered: 08/29/05
Posts: 985
Oh, it's this bug again:
http://www.geeklog.net/forum/viewtopic.php?showtopic=71587
http://www.geeklog.net/forum/viewtopic.php?showtopic=71587
16
12
Quote
All times are EST. The time is now 06:46 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content