tiki-calendar.php = Blank page Posted by Billy 24 Jan 2010 23:30 GMT-0000 posts: 104 Working with 4.1 new install, trying to set up a calendar and I'm able to admin the cal just fine and can add events, but when I click on the Calendar link it returns a blank page. Any advise? Also I have 64mb in php.ini Thank you! BJ
Posted by Philippe Cloutier 24 Jan 2010 23:37 GMT-0000 posts: 1001 Is debugging enabled (you can enable by applying the Debug Mode Enabled profile)?
Posted by Billy 24 Jan 2010 23:43 GMT-0000 posts: 104 I just turned it on and entered "tiki-calendar.php" and got this; > tiki-calendar.php No such command "tiki-calendar.php"
Posted by Philippe Cloutier 25 Jan 2010 00:38 GMT-0000 posts: 1001 Uh...are you sure? Could you show a screenshot? What do you get if you try accessing, say, tiki-foo.php?
Posted by Billy 25 Jan 2010 00:53 GMT-0000 posts: 104 Here is the link to my site and to the calendar. Select view calendars which will take you to the bottom link which is blank. http://academyofabraham.org/tiki-calendar_edit_item.php?viewcalitemId=2 http://academyofabraham.org/tiki-calendar.php
Posted by Philippe Cloutier 25 Jan 2010 00:56 GMT-0000 posts: 1001 I get a blank page on http://academyofabraham.org/tiki-calendar.php
Posted by Philippe Cloutier 25 Jan 2010 01:00 GMT-0000 posts: 1001 Yes, but you also said you got "No such command "tiki-calendar.php"" after enabling debugging, which I can't see.
Posted by Billy 25 Jan 2010 01:05 GMT-0000 posts: 104 Yes that is when I copy and paste tiki-calendar.php in to the box.
Posted by Billy 25 Jan 2010 01:05 GMT-0000 posts: 104 Yes that is when I copy and paste tiki-calendar.php in to the box. That is what the window said.
Posted by Philippe Cloutier 25 Jan 2010 01:37 GMT-0000 posts: 1001 Which box? Again, could you show a screenshot?
Posted by Billy 25 Jan 2010 13:42 GMT-0000 posts: 104 I apologize but I don't know how to make a screenshot, Vista has me completly lost and learning all over again. The Box is located inside Teki Debuger console where it says "Command" In there I pasted "/tiki-calendar.php" and I clicked exec button, and the below message I received in return: > tiki-calendar.php No such command "tiki-calendar.php" I thinking about reinstallinf from new and see if that fixes it.
Posted by Billy 25 Jan 2010 14:02 GMT-0000 posts: 104 I just did a new install ian the same thing happens so it must be a bug?
Posted by Philippe Cloutier 25 Jan 2010 18:36 GMT-0000 posts: 1001 You don't have to enter tiki-calendar.php in the debug console. The point of applying Debug Mode Enabled was to enable PHP error reporting so you get error messages instead of a blank page when you access the problematic page.
Posted by Billy 26 Jan 2010 13:00 GMT-0000 posts: 104 So when I get the blank page the console does not appear with any error. All I get as you can see is a blank page.
Posted by Philippe Cloutier 26 Jan 2010 18:33 GMT-0000 posts: 1001 Set PHP display_errors to On and error_reporting to E_ALL.
Posted by Billy 26 Jan 2010 19:55 GMT-0000 posts: 104 Thank you! Here is the error: Fatal error: Call to undefined function cal_days_in_month() in /Library/Tenon/WebServer/WebSites/AcademyOfAbraham.org/tikiwiki-4.1/lib/tikidate-php5.php on line 189
Posted by Billy 26 Jan 2010 19:58 GMT-0000 posts: 104 Thank you! Here is the error: Fatal error: Call to undefined function cal_days_in_month() in /AcademyOfAbraham.org/tikiwiki-4.1/lib/tikidate-php5.php on line 189
Posted by Billy 26 Jan 2010 20:04 GMT-0000 posts: 104 Just now when I try to edit my own posting here in this TikiWiki form it gives me this error: Notice: this variable may not be empty: $_POST%22thread_sort_mode%22 Thats the reason for double posting. Sorry!about that BJ