FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » maillist.php generates a Program failure (1)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: maillist.php generates a Program failure (1) [message #20654 is a reply to message #20644] Fri, 22 October 2004 23:41 Go to previous messageGo to previous message
arakune is currently offline  arakune   Canada
Messages: 10
Registered: April 2004
Karma:
Junior Member
No joy.

I've got a brand-spanking new, completely untouched installation. Created my forum, and my mailing list manager setup. Went to the Lock/Unlock section, and clicked the "Unlock" button, and....

I once again receive the many iterations of:

ERROR: couldn't chmod "/u2/afs/home/sites/kw-php.org/FUDforum_zl_2-6-7.tar.gz"

Which is a file which certanly exists, but why FUDforum's is trying to chmod it, I don't know. What it should be chmodding, I imagine, is various things under

/u2/afs/home/sites/kw-php.org/FUDforum/

Since its apparently being confused by the presence of the tarball, I remove it and try again.

This time the script just hangs, until PHP eventually calls a time-out.

I'm happy enough to manually change the file/directory permission instead. Is there anyplace which documents what all gets chmodded, or am I best to just look through the admlock.php script, and work out what it's doing?

EDIT: I'm not sure if this is relevant or not, but when it finally does timeout, PHP references the following line:

Fatal error: Maximum execution time of 60 seconds exceeded in /u2/afs/home/sites/kw-php.org/forums/adm/admlock.php on line 47

which is the beginning of:

$files = glob($v . '{.[a-z]*,*}', GLOB_BRACE);
foreach ($files as $path) {
if (@is_file($path) && !@chmod($path, $fileperms)) {
echo 'ERROR: couldn\'t chmod "'.$path.'"<br>';
} else if (@is_dir($path) && !is_link($path)) {
$dirs[] = $path;
}
}

[Updated on: Fri, 22 October 2004 23:45]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: newbie on egroupware
Next Topic: Fatal error: Call to undefined function: mysql_connect() in /var/www/html/forums/install.php on line
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Nov 27 10:46:17 GMT 2024

Total time taken to generate the page: 0.03709 seconds