171
GIJOE
Re: piCal problem
  • 2003/11/7 20:46

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


hi hrac.
Quote:

I think there is a bug in piCal:
When I add a weekly reoccuring event for example every sunday, piCal adds these events one day earlier for example every saturday.

This is a very complex problem.

There is no problem if all timezones are same like:
Server'sTZ=Poster'sTZ=Viewer'sTZ=Event'sTZ
(TZ means TimeZone)

eg) the case of Poster's TZ <> Event's TZ

I love NFL.
The monday night football is held every Monday in 21:00(-0700).
Since I live in Japan(+0900), The live relay is done on Tuesday noon.

Which day should I select as BYDAY of RRULE?

If you'll set events with rrule from different timezone,
at first, you set your timezone same as event's timezone.



172
GIJOE
Re: piCal - Seach Problem
  • 2003/11/7 9:44

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


hi feral1
Thank you for using piCal.

I've already fixed search function problems in 0.504.
(It's only my forgetting to correct)



173
GIJOE
Re: Great Calendar Module!
  • 2003/11/7 4:54

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Quote:

gruessle wrote:
I like the random pictures at Agendax, which is not available on piCal

Certainly piCal doesn't have such a function.
But, why calendar module should show random pictures?

It must be a role of photo album module.
You can select from a lot of better photo album modules having the function.
myAlbum-P is also one of them.



174
GIJOE
Re: PiCal: Minicalenderblock error, doesn't show up.
  • 2003/11/7 2:09

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


This is an indeed interesting case.
Certainly, there can be a system which puts patTemplate.php on include_path.

The cause of the error and the correction method are made clear.

You should change all lines of piCal.php
require_once( "[color=ff0000]$this->mydir/[/color]include/patTemplate.php" ) ;

I'll patch my archive by tommorow.



175
GIJOE
Re: piCal skinpath-error
  • 2003/11/6 21:50

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Do you use Windows as Server?
I didn't guess the possibility.

I always use Unix.

for Windows Servers...

line 121 in piCal.php
[d]    $this->mydir substr__FILE__ strrpos__FILE__ '/' ) ) ;[/d]
[
color=ff0000]    $__file__ str_replaceDIRECTORY_SEPARATOR '/' __FILE__ ) ;
    
$this->mydir substr$__file__ strrpos$__file__ '/' ) ) ;[/color]

(Very thanks for Ryuji as super programmer)

The new archives(0.503) has already included this patched file.

p.s. When you claim about trouble for the next time, write your environment in detail please.
(Windows or Unix is very important information)



176
GIJOE
Re: piCal skinpath-error
  • 2003/11/6 13:53

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


piCal was designed independent of register_globals from the beggining.
register_globals doesn't affect piCal's behavior at all.



177
GIJOE
Re: piCal skinpath-error
  • 2003/11/6 13:47

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


php 4.2.3 is well known as buggy version.
If you say this is piCal's bug to the end,
you should test php-4.3.x at first.



178
GIJOE
Re: piCal skinpath-error
  • 2003/11/6 13:10

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Perhaps, this trouble is not caused by piCal's bug but an incompatibility among versions of PHP.
piCal works fine in any languages under PHP 4.3.3.
Tell me your PHP version.



179
GIJOE
Re: MyAlbum-P Multiple Uploads
  • 2003/11/6 8:30

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


I've just known some version of php fails returning right permission of is_executable().

Try this:

myalbum/admin/batch.php
line 58-
// Check Directory
    
$dir $_POST['dir'] ;
    if( empty( 
$_POST['dir'] ) || ! is_dir$dir ) [d]|| ! is_executable$dir )[/d] ) {
        
redirect_header$PHP_SELF _ALBM_MES_INVALIDDIRECTORY ) ;
        exit ;
    }
    if( 
substr$dir , -) == '/' $dir substr$dir , -) ;



180
GIJOE
Re: myalbum-p batch register driving me nuts
  • 2003/11/6 8:29

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Some environment of php fails to return right permission of is_executable.

Try this:

myalbum/admin/batch.php
line 58-
// Check Directory
    
$dir $_POST['dir'] ;
    if( empty( 
$_POST['dir'] ) || ! is_dir$dir ) [d]|| ! is_executable$dir )[/d] ) {
        
redirect_header$PHP_SELF _ALBM_MES_INVALIDDIRECTORY ) ;
        exit ;
    }
    if( 
substr$dir , -) == '/' $dir substr$dir , -) ;




TopTop
« 1 ... 15 16 17 (18) 19 20 21 »



Login

Who's Online

235 user(s) are online (166 user(s) are browsing Support Forums)


Members: 0


Guests: 235


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits