Thread: [Phplib-trackers] [ phplib-Bugs-576415 ] re offset 0 ligne 130
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-07-02 14:57:54
|
Bugs item #576415, was opened at 2002-07-02 16:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=576415&group_id=31885 Category: Template Group: 7.4pre1 Status: Open Resolution: None Priority: 5 Submitted By: courou (courou) Assigned to: Nobody/Anonymous (nobody) Summary: re offset 0 ligne 130 Initial Comment: hey, i use the same template Version : v 1.11 2002/04/25 12:49:17 richardarcher it's about a function wich is called twice in the script cause of the usage of DHTML. This is the function: If I called one and again, the error appear. Could you translate it me please // liste les fichiers d'un repertoire // @param $direction = chemin d'installation // @param $pid = utilisateur function Simplify_function_for_offset($directory,$pid) { Global $TEMPLATE; $File = array(); $Dir = opendir("$directory/$pid"); while($tmp = readdir($Dir)) $File[] = "$tmp"; closedir($Dir); rsort($File); next($File); next($File); reset($File); $TEMPLATE->set_block ("FILE_32", "BOUCLE_OPTION_FILE_FORM", "BLOCK _32"); while($tmp = each($File)) if(eregi(".sql", $tmp[1])) { $TEMPLATE->set_var(array ("CHOIX_OPEN_SWITCH" => '<option value="$directory/ $pid/$tmp[1]">$tmp[1]</option>')); $TEMPLATE->parse ("BLOCK_32","BOUCLE_OPTION_FILE_FORM",true); } $TEMPLATE->parse("EXECUTE_32","FILE_32"); echo $TEMPLATE->get("EXECUTE_32"); } seen you soon Courou ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=576415&group_id=31885 |
|
From: <no...@so...> - 2002-07-02 15:39:40
|
Bugs item #576443, was opened at 2002-07-02 17:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=576443&group_id=31885 Category: Template Group: 7.4pre1 Status: Open Resolution: None Priority: 5 Submitted By: courou (courou) Assigned to: Nobody/Anonymous (nobody) Summary: re offset 0 ligne 130 Initial Comment: hey, i use the same template Version : v 1.11 2002/04/25 12:49:17 richardarcher it's about a function wich is called twice in the script cause of the usage of DHTML. This is the function: If I called one and again, the error appear. Could you translate it me please // liste les fichiers d'un repertoire // @param $direction = chemin d'installation // @param $pid = utilisateur function Simplify_function_for_offset($directory,$pid) { Global $TEMPLATE; $File = array(); $Dir = opendir("$directory/$pid"); while($tmp = readdir($Dir)) $File[] = "$tmp"; closedir($Dir); rsort($File); next($File); next($File); reset($File); $TEMPLATE->set_block ("FILE_32", "BOUCLE_OPTION_FILE_FORM", "BLOCK _32"); while($tmp = each($File)) if(eregi(".sql", $tmp[1])) { $TEMPLATE->set_var(array ("CHOIX_OPEN_SWITCH" => '<option value="$directory/ $pid/$tmp[1]">$tmp[1]</option>')); $TEMPLATE->parse ("BLOCK_32","BOUCLE_OPTION_FILE_FORM",true); } $TEMPLATE->parse("EXECUTE_32","FILE_32"); echo $TEMPLATE->get("EXECUTE_32"); } seen you soon Courou ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=576443&group_id=31885 |
|
From: <no...@so...> - 2002-07-02 15:40:40
|
Bugs item #576443, was opened at 2002-07-02 17:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=576443&group_id=31885 Category: Template Group: 7.4pre1 >Status: Deleted Resolution: None Priority: 5 Submitted By: courou (courou) Assigned to: Nobody/Anonymous (nobody) Summary: re offset 0 ligne 130 Initial Comment: hey, i use the same template Version : v 1.11 2002/04/25 12:49:17 richardarcher it's about a function wich is called twice in the script cause of the usage of DHTML. This is the function: If I called one and again, the error appear. Could you translate it me please // liste les fichiers d'un repertoire // @param $direction = chemin d'installation // @param $pid = utilisateur function Simplify_function_for_offset($directory,$pid) { Global $TEMPLATE; $File = array(); $Dir = opendir("$directory/$pid"); while($tmp = readdir($Dir)) $File[] = "$tmp"; closedir($Dir); rsort($File); next($File); next($File); reset($File); $TEMPLATE->set_block ("FILE_32", "BOUCLE_OPTION_FILE_FORM", "BLOCK _32"); while($tmp = each($File)) if(eregi(".sql", $tmp[1])) { $TEMPLATE->set_var(array ("CHOIX_OPEN_SWITCH" => '<option value="$directory/ $pid/$tmp[1]">$tmp[1]</option>')); $TEMPLATE->parse ("BLOCK_32","BOUCLE_OPTION_FILE_FORM",true); } $TEMPLATE->parse("EXECUTE_32","FILE_32"); echo $TEMPLATE->get("EXECUTE_32"); } seen you soon Courou ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=576443&group_id=31885 |
|
From: <no...@so...> - 2002-07-05 22:22:51
|
Support Requests item #576415, was opened at 2002-07-03 00:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 >Category: None >Group: None Status: Open Priority: 5 Submitted By: courou (courou) Assigned to: Nobody/Anonymous (nobody) Summary: re offset 0 ligne 130 Initial Comment: hey, i use the same template Version : v 1.11 2002/04/25 12:49:17 richardarcher it's about a function wich is called twice in the script cause of the usage of DHTML. This is the function: If I called one and again, the error appear. Could you translate it me please // liste les fichiers d'un repertoire // @param $direction = chemin d'installation // @param $pid = utilisateur function Simplify_function_for_offset($directory,$pid) { Global $TEMPLATE; $File = array(); $Dir = opendir("$directory/$pid"); while($tmp = readdir($Dir)) $File[] = "$tmp"; closedir($Dir); rsort($File); next($File); next($File); reset($File); $TEMPLATE->set_block ("FILE_32", "BOUCLE_OPTION_FILE_FORM", "BLOCK _32"); while($tmp = each($File)) if(eregi(".sql", $tmp[1])) { $TEMPLATE->set_var(array ("CHOIX_OPEN_SWITCH" => '<option value="$directory/ $pid/$tmp[1]">$tmp[1]</option>')); $TEMPLATE->parse ("BLOCK_32","BOUCLE_OPTION_FILE_FORM",true); } $TEMPLATE->parse("EXECUTE_32","FILE_32"); echo $TEMPLATE->get("EXECUTE_32"); } seen you soon Courou ---------------------------------------------------------------------- >Comment By: Richard Archer (richardarcher) Date: 2002-07-06 08:22 Message: Logged In: YES user_id=279311 This was in the wrong forum for support requests. Being moved... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 |
|
From: <no...@so...> - 2002-07-26 00:26:09
|
Support Requests item #576415, was opened at 2002-07-02 16:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 Category: None Group: None Status: Open >Priority: 9 Submitted By: courou (courou) Assigned to: Nobody/Anonymous (nobody) Summary: re offset 0 ligne 130 Initial Comment: hey, i use the same template Version : v 1.11 2002/04/25 12:49:17 richardarcher it's about a function wich is called twice in the script cause of the usage of DHTML. This is the function: If I called one and again, the error appear. Could you translate it me please // liste les fichiers d'un repertoire // @param $direction = chemin d'installation // @param $pid = utilisateur function Simplify_function_for_offset($directory,$pid) { Global $TEMPLATE; $File = array(); $Dir = opendir("$directory/$pid"); while($tmp = readdir($Dir)) $File[] = "$tmp"; closedir($Dir); rsort($File); next($File); next($File); reset($File); $TEMPLATE->set_block ("FILE_32", "BOUCLE_OPTION_FILE_FORM", "BLOCK _32"); while($tmp = each($File)) if(eregi(".sql", $tmp[1])) { $TEMPLATE->set_var(array ("CHOIX_OPEN_SWITCH" => '<option value="$directory/ $pid/$tmp[1]">$tmp[1]</option>')); $TEMPLATE->parse ("BLOCK_32","BOUCLE_OPTION_FILE_FORM",true); } $TEMPLATE->parse("EXECUTE_32","FILE_32"); echo $TEMPLATE->get("EXECUTE_32"); } seen you soon Courou ---------------------------------------------------------------------- Comment By: Richard Archer (richardarcher) Date: 2002-07-06 00:22 Message: Logged In: YES user_id=279311 This was in the wrong forum for support requests. Being moved... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 |
|
From: <no...@so...> - 2002-08-04 07:40:32
|
Support Requests item #576415, was opened at 2002-07-03 00:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 Category: None Group: None Status: Open Priority: 9 Submitted By: courou (courou) >Assigned to: Richard Archer (richardarcher) Summary: re offset 0 ligne 130 Initial Comment: hey, i use the same template Version : v 1.11 2002/04/25 12:49:17 richardarcher it's about a function wich is called twice in the script cause of the usage of DHTML. This is the function: If I called one and again, the error appear. Could you translate it me please // liste les fichiers d'un repertoire // @param $direction = chemin d'installation // @param $pid = utilisateur function Simplify_function_for_offset($directory,$pid) { Global $TEMPLATE; $File = array(); $Dir = opendir("$directory/$pid"); while($tmp = readdir($Dir)) $File[] = "$tmp"; closedir($Dir); rsort($File); next($File); next($File); reset($File); $TEMPLATE->set_block ("FILE_32", "BOUCLE_OPTION_FILE_FORM", "BLOCK _32"); while($tmp = each($File)) if(eregi(".sql", $tmp[1])) { $TEMPLATE->set_var(array ("CHOIX_OPEN_SWITCH" => '<option value="$directory/ $pid/$tmp[1]">$tmp[1]</option>')); $TEMPLATE->parse ("BLOCK_32","BOUCLE_OPTION_FILE_FORM",true); } $TEMPLATE->parse("EXECUTE_32","FILE_32"); echo $TEMPLATE->get("EXECUTE_32"); } seen you soon Courou ---------------------------------------------------------------------- >Comment By: Ignatius Teo (eyrie) Date: 2002-08-04 17:40 Message: Logged In: YES user_id=29397 Richard, If this is resolved, can you please close it. We can reopen it later if not. Sounds like an illegal offset 0 at line 130 error? Not sure which script though. More info would be good.... Thanks, ignatius ---------------------------------------------------------------------- Comment By: Richard Archer (richardarcher) Date: 2002-07-06 08:22 Message: Logged In: YES user_id=279311 This was in the wrong forum for support requests. Being moved... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 |
|
From: <no...@so...> - 2002-08-04 08:11:38
|
Support Requests item #576415, was opened at 2002-07-03 00:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 Category: None Group: None Status: Open Priority: 9 Submitted By: courou (courou) >Assigned to: Nobody/Anonymous (nobody) Summary: re offset 0 ligne 130 Initial Comment: hey, i use the same template Version : v 1.11 2002/04/25 12:49:17 richardarcher it's about a function wich is called twice in the script cause of the usage of DHTML. This is the function: If I called one and again, the error appear. Could you translate it me please // liste les fichiers d'un repertoire // @param $direction = chemin d'installation // @param $pid = utilisateur function Simplify_function_for_offset($directory,$pid) { Global $TEMPLATE; $File = array(); $Dir = opendir("$directory/$pid"); while($tmp = readdir($Dir)) $File[] = "$tmp"; closedir($Dir); rsort($File); next($File); next($File); reset($File); $TEMPLATE->set_block ("FILE_32", "BOUCLE_OPTION_FILE_FORM", "BLOCK _32"); while($tmp = each($File)) if(eregi(".sql", $tmp[1])) { $TEMPLATE->set_var(array ("CHOIX_OPEN_SWITCH" => '<option value="$directory/ $pid/$tmp[1]">$tmp[1]</option>')); $TEMPLATE->parse ("BLOCK_32","BOUCLE_OPTION_FILE_FORM",true); } $TEMPLATE->parse("EXECUTE_32","FILE_32"); echo $TEMPLATE->get("EXECUTE_32"); } seen you soon Courou ---------------------------------------------------------------------- >Comment By: Richard Archer (richardarcher) Date: 2002-08-04 18:11 Message: Logged In: YES user_id=279311 I don't know whether it's resolved. There's certainly insufficient information there to track down the problem. We'd need to see the template file and a sample directory listing for starters. And some comments in the code describing what it's trying to do would be nice. And I'm afraid I know no French. I'm unassigning this from myself, as I am unable to resolve it. Perhaps we should put a time limit on these support requests... surely the request would be redundant for one reason or another after a week or two? Personally I'd like to see the Support tracker on SF shut down. People should be directed to the mailing list for support. Lots more helpers willing and able to assist with problems there. And email is much easier to use. ...R. ---------------------------------------------------------------------- Comment By: Ignatius Teo (eyrie) Date: 2002-08-04 17:40 Message: Logged In: YES user_id=29397 Richard, If this is resolved, can you please close it. We can reopen it later if not. Sounds like an illegal offset 0 at line 130 error? Not sure which script though. More info would be good.... Thanks, ignatius ---------------------------------------------------------------------- Comment By: Richard Archer (richardarcher) Date: 2002-07-06 08:22 Message: Logged In: YES user_id=279311 This was in the wrong forum for support requests. Being moved... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 |
|
From: <no...@so...> - 2002-08-05 22:43:20
|
Support Requests item #576415, was opened at 2002-07-03 00:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 Category: None Group: None >Status: Closed Priority: 9 Submitted By: courou (courou) Assigned to: Nobody/Anonymous (nobody) Summary: re offset 0 ligne 130 Initial Comment: hey, i use the same template Version : v 1.11 2002/04/25 12:49:17 richardarcher it's about a function wich is called twice in the script cause of the usage of DHTML. This is the function: If I called one and again, the error appear. Could you translate it me please // liste les fichiers d'un repertoire // @param $direction = chemin d'installation // @param $pid = utilisateur function Simplify_function_for_offset($directory,$pid) { Global $TEMPLATE; $File = array(); $Dir = opendir("$directory/$pid"); while($tmp = readdir($Dir)) $File[] = "$tmp"; closedir($Dir); rsort($File); next($File); next($File); reset($File); $TEMPLATE->set_block ("FILE_32", "BOUCLE_OPTION_FILE_FORM", "BLOCK _32"); while($tmp = each($File)) if(eregi(".sql", $tmp[1])) { $TEMPLATE->set_var(array ("CHOIX_OPEN_SWITCH" => '<option value="$directory/ $pid/$tmp[1]">$tmp[1]</option>')); $TEMPLATE->parse ("BLOCK_32","BOUCLE_OPTION_FILE_FORM",true); } $TEMPLATE->parse("EXECUTE_32","FILE_32"); echo $TEMPLATE->get("EXECUTE_32"); } seen you soon Courou ---------------------------------------------------------------------- >Comment By: Richard Archer (richardarcher) Date: 2002-08-06 08:43 Message: Logged In: YES user_id=279311 I'm closing this one because it's over a month old. If this problem is not yet resolved, please request support via the php...@li... mailing list. ...R. ---------------------------------------------------------------------- Comment By: Richard Archer (richardarcher) Date: 2002-08-04 18:11 Message: Logged In: YES user_id=279311 I don't know whether it's resolved. There's certainly insufficient information there to track down the problem. We'd need to see the template file and a sample directory listing for starters. And some comments in the code describing what it's trying to do would be nice. And I'm afraid I know no French. I'm unassigning this from myself, as I am unable to resolve it. Perhaps we should put a time limit on these support requests... surely the request would be redundant for one reason or another after a week or two? Personally I'd like to see the Support tracker on SF shut down. People should be directed to the mailing list for support. Lots more helpers willing and able to assist with problems there. And email is much easier to use. ...R. ---------------------------------------------------------------------- Comment By: Ignatius Teo (eyrie) Date: 2002-08-04 17:40 Message: Logged In: YES user_id=29397 Richard, If this is resolved, can you please close it. We can reopen it later if not. Sounds like an illegal offset 0 at line 130 error? Not sure which script though. More info would be good.... Thanks, ignatius ---------------------------------------------------------------------- Comment By: Richard Archer (richardarcher) Date: 2002-07-06 08:22 Message: Logged In: YES user_id=279311 This was in the wrong forum for support requests. Being moved... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403612&aid=576415&group_id=31885 |