Page 9 of 16

weekly

Posted: Mon 6. Jun 2005, 23:17
by tikemyson
Hi

question 1)
...is there a possibility to get e WEEKLY overview about the current events, included in the calender month?

Like that:

week1

event 1 - <date> - <time>
description...
event 2 - <date> - <time>
description...
event 3 - <date> - <time>
description...


week 2

event 1 - <date> - <time>
description...
event 2 - <date> - <time>
description...
event 3 - <date> - <time>
description...
.
.
.
.

Question 2)

I just tried to install the newest version of ionrock's event calendar. I Installed it in the backend, but with the front end installation i got my problems. I don't know where to choose the template's and where to edit them?...the test with the RT {cal:0:0:0:0} failed also...it seemes that the backend installation succied. Allthough the admin panel of the calender looks really bad formatted.





THX a lot!!!!!!

Posted: Sat 18. Jun 2005, 13:16
by fabiradi
I've installed the calendar and added an events, but now I can't add any more events. All added events are displayed correctly.
When I try to edit events I get this Message:
There are currently no events in the calendar.
I use ionrock's CalendarMOD 2.01 and DEV 1.2.3

Posted: Mon 20. Jun 2005, 16:41
by Mobius
Is it possible to start the calendar wint Monday?
Fi yes, how?

Posted: Mon 27. Jun 2005, 11:56
by oeconom
Mobius wrote:Is it possible to start the calendar wint Monday?
Fi yes, how?
That's what I'd like to have, too!
Felix

Somehow I got a bug...

Posted: Mon 27. Jun 2005, 12:01
by oeconom
After applying the mod, I got everything working, entered Events, etc.
The tables have been created too and, first, I was able to access the overview and everything in the Modules view.
After haviong closed phpwcms and logged in again, there was again the "Add calendar mod" button.

Someone any idea why, how and how to fix it??

Thanks,
Felix

Posted: Mon 27. Jun 2005, 13:47
by pepe
off topic
---------

Hallo oeconom,

deine Fremd-Werbung in jedem Beitrag halte ich für nicht OK!

So etwas ist in diesem Forum nicht üblich :!:


Wenn du auf eigene Seiten verlinkst, insbesonder wenn das dann phpWCMS Ergebnisse sind, wird das jeden Teilnehmer brennend interessieren...

Ich glaube ich spreche im Namen aller User, wenn ich dich bitte, diese Werbung zu unterlassen... (da geht die oeconomie zu weit :!:)

Mit freundlichsten Grüßen
pepe

Posted: Mon 27. Jun 2005, 15:48
by oeconom
kein Problem doch... :roll:

Posted: Mon 27. Jun 2005, 17:16
by pepe
Danke :lol: :lol: :lol:

Posted: Tue 28. Jun 2005, 18:43
by oeconom
Hat trotzdem jemand eine Idee, wo dieses Problem herkommen könnte?
Any ideas regarding the cause for that effect?

Thanks,
Felix

Posted: Sun 3. Jul 2005, 13:39
by SNap
I'l get

Code: Select all

Fatal error: Cannot redeclare class config in c:\programme\apachefriends\xampp\php\pear\Config.php on line 0
when i go on calendar mod at modules in backend

what did i do wrong?

Posted: Wed 27. Jul 2005, 01:12
by Moan
Good evening,

I´m a new meber and already a fan of this cms...

The only problem I am encountering right now with the Calendar MOD ist he same Snap already had

BeitragVerfasst am: So Jul 03, 2005 12:39 Titel:
I'l get
Code:

Fatal error: Cannot redeclare class config in c:\programme\apachefriends\xampp\php\pear\Config.php on line 0


when i go on calendar mod at modules in backend

what did i do wrong?
Is there anybody out here who can help us along; or @snap have you solved this problem?

I´m using Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7c PHP/4.3.9

Thanks in advance

moanie

Posted: Wed 27. Jul 2005, 01:57
by Moan
Hi there again,

seems to be a problem with the PHP version (4.3.9 )...

switched to PHP5 and now it works fine...

Just hope my publicserver hasn´t got this version on it..

moanie :P

Error log

Posted: Fri 29. Jul 2005, 16:06
by volkman
I am using Ionrock's calendar mod 2.01 on phpwcms DEV 1.2.3, great product man. I am in the process of debugging my site before going online, sorting out most of the errors I put in :?
One leftover seems to be produced by the calendar mod. The apache error log states:

Code: Select all

===== Freitag, 29. Juli 2005 16:03 Uhr Europe/Berlin =====
[Fri Jul 29 16:03:46 2005] [error] PHP Notice:  Undefined variable:  menu in /Library/WebServer/phpwcms/include/inc_module/mod_calendar/inc_lib/calendar.classes.php on line 238
[Fri Jul 29 16:03:46 2005] [error] PHP Notice:  Undefined variable:  menu in /Library/WebServer/phpwcms/include/inc_module/mod_calendar/inc_lib/calendar.classes.php on line 238
Is there any way to fix that.

volkman

Posted: Fri 29. Jul 2005, 16:12
by oeconom
For me, I'm still experiencing the problem, that the mod/script doesn't seem to recognize the tables once created. So each time I installed the Cal mod, logging off, logging on, the "install calendar mod" re-appears again...

I still hope for recommendations how to solve...

Have a good weekend,

FELIX

tables installed

Posted: Fri 29. Jul 2005, 16:51
by volkman
hey felix,
did you check the database, are the tables created? if so, check the naming convention. i do use DEV 1.2.3 as you do. from a clean install all tables start with "phpwcms_". i got confused a bit when i first tried to install the mod (i am using ionrock's 2.0.1 original version): the installation instruction in the very first line states "The first thing you need to do is edit the configuration details. Open the file /mod_calendar/inc_lib/main.config.php and change the prefix to whatever your current prefix is. " the tablenames that are created later are all of the form phpwcms_cal.... So DONT add a prefix, leave the field empty like here.

Code: Select all

// table names
$prefix				= "";
$tables['cal_events'] 		= $prefix . "phpwcms_cm_events";
$tables['cal_categories']	= $prefix . "phpwcms_cm_categories";
$tables['cal_languages']        = $prefix . "phpwcms_cm_languages";
$tables['cal_langList']         = $prefix . "phpwcms_cm_languageList";

$GLOBALS['tables'] = $tables;
i aswell had to comment out
require_once "Mail.php"; // PEAR mail class
to
//require_once "Mail.php"; // PEAR mail class

in app-header.php of the mod to make it work.


hope that helps

volkman