Is this even supported anymore?
Brought to you by:
jpap
I am know getting the fread error all the time
now....is there any support or fix for this??
Here is the error:
Warning: fread(): Length parameter must be greater than
0. in
/home/virtual/site104/fst/var/www/html/calendar/ffdb.inc.php
on line 2880
Is this fixable or should I move on to something else?
Is there anything else??
Dave
Logged In: NO
I've noticed that you have to fill in all the fields or you'll get
this notice.
Logged In: NO
Not sure what caused the problem but I had a recent backup
of the files due to my server planning to install a new control
panel When I got the Fred error I uploaded my backup copy
but had to delete the .met .dat and .key files to get it to
work. the first time that I added a new event the files
were .met .dat .key files were created and all works fine. The
only problem now is that I haave not recovered my old event
information but am working on that. My probem is that
the .met .dat and .key files when new ones were created now
have plesk as the owver and I cannot just simply replace the
files with the ones containing my data. Hope this may be of
help for you.
Logged In: NO
instances like this is why the internet gods made google
It is evidently due to a php upgrade so in ffdb.inc.php
go to the line indicated in the message (2880) and put an @
in front of fread to suppress the error
worked for me :)