Re: Email stopped working after running upgrade to 2.7.7 [message #40735 is a reply to message #40246] |
Thu, 10 April 2008 00:20 |
srchild
Messages: 88 Registered: December 2003 Location: UK
Karma:
|
Member |
|
|
I've just reconfirmed.
If I include exec("touch") statements in maillist.php (as described above), then as expected the touched files 1,2,3 are touched (created, or date changed).
The one before maillist.php line:
fud_use('imsg_edt.inc');
does touch the log directory, but the one after, doesn't.
furthermore, if I include touch lines at top and bottom of
FUDforum/include/theme/default/imsg_edt.inc
they do not do anything.
permissions are like this:
777 FUDforum/include/theme/default/imsg_edt.inc
777 FUDforum/include/theme/default
777 FUDforum/include/theme
777 FUDforum/include
777 FUDforum
If there was a problem with accessing the directory FUDforum/include/theme/default/ then why doesn't it fail earlier e.g. the preceding line:
fud_use('imsg.inc');
That is in the same directory!
This seems weird, any thoughts?
This was a straightforward upgrade from 2.6.9.
Thanks
Simon Child
|
|
|