Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 27 |
Nodes: | 6 (0 / 6) |
Uptime: | 35:50:18 |
Calls: | 631 |
Calls today: | 2 |
Files: | 1,187 |
D/L today: |
22 files (29,767K bytes) |
Messages: | 172,999 |
Hello Thom!
PHP Warning: filemtime(): stat failed for /root/spam/nocemlist.inc.php
in /root/nocemlist.inc.php on line 82
I changed
$nocemconfig_mtime = filemtime($workpath . '/nocemlist.inc.php');
to
$nocemconfig_mtime = filemtime($workpath . 'nocemlist.inc.php');
Please tell me which info you need from my system to investigate.
Hello Thom!
PHP Warning: filemtime(): stat failed for /root/spam/nocemlist.inc.php
in /root/nocemlist.inc.php on line 82
I changed
$nocemconfig_mtime = filemtime($workpath . '/nocemlist.inc.php');
to
$nocemconfig_mtime = filemtime($workpath . 'nocemlist.inc.php');
Please tell me which info you need from my system to investigate.
On Mon, 17 Feb 2025 14:25:17 +0100, Marco Moock wrote:
Hello Thom!
PHP Warning: filemtime(): stat failed for
/root/spam/nocemlist.inc.php in /root/nocemlist.inc.php on line 82
I changed
$nocemconfig_mtime = filemtime($workpath . '/nocemlist.inc.php');
to
$nocemconfig_mtime = filemtime($workpath . 'nocemlist.inc.php');
Please tell me which info you need from my system to investigate.
I'm back at my computer...
What are you running when you see this warning?
It should be part of the "tool" nocem, and it is an include file.
Do you have $workpath set properly in that file?$workpath = "/root/spam/";
It should be the directory containing nocemlist.inc.php.
On 17.02.2025 07:54 Uhr Retro Guy wrote:
On Mon, 17 Feb 2025 14:25:17 +0100, Marco Moock wrote:
Hello Thom!
PHP Warning: filemtime(): stat failed for
/root/spam/nocemlist.inc.php in /root/nocemlist.inc.php on line 82
I changed
$nocemconfig_mtime = filemtime($workpath . '/nocemlist.inc.php');
to
$nocemconfig_mtime = filemtime($workpath . 'nocemlist.inc.php');
Please tell me which info you need from my system to investigate.
I'm back at my computer...
What are you running when you see this warning?
It should be part of the "tool" nocem, and it is an include file.
It is, but I copied it to a separate place to avoid overwriting when I
pull the git repo.
Do you have $workpath set properly in that file?$workpath = "/root/spam/";
It should be the directory containing nocemlist.inc.php.
This is there.
I see that neither $newsgroups nor $sender are in nocemlist.inc.php. Is
that fine?
Do you have a subdir in that dir called 'incoming'? You need one and
it looks like the script doesn't create it. I'll fix that in the
future.