PDA

View Full Version : Help


edegonia
06-24-2002, 04:12 AM
I getting some weird errors and for no one seems to know how to fix this. Anyone give it a try

First One

Warning: Server Error in D:\Web\mdionline.org\roster\class.html.mime.mail.i nc on line 456
Your file has been e-mailed to edegonia@resourcesys.com
You can also download the file (without headers) here

Second One

This shows up all the time


Warning: unexpected error in date() in D:\Web\mdionline.org\vbulletin\admin\functions.php on line 1599

Warning: unexpected error in date() in D:\Web\mdionline.org\vbulletin\admin\functions.php on line 1599

Admin
06-24-2002, 06:39 AM
What's line 1599 of functions.php?

edegonia
06-24-2002, 12:43 PM
I am not sure. I believe it has something to do with a time stamp but not really clear.

Xenon
06-24-2002, 03:20 PM
copy the line in here so we can see :)

edegonia
06-24-2002, 05:38 PM
I have posted the error above xenon is starts out WARNING:

Steve Machol
06-24-2002, 05:51 PM
He meant copy line 1599 from functions'php.

edegonia
06-24-2002, 05:54 PM
ahhhh one sec

edegonia
06-24-2002, 06:18 PM
This is the code sorry

return date($format,$timestamp+($bbuserinfo['timezoneoffset']-$timeoffset)*3600);

Xenon
06-24-2002, 08:21 PM
hmm, that really doesn't help, this is the correct function of vb.

do you have installed a hack before this appeared?
somewhere you made a incorrect call to the vbdate function.

edegonia
06-24-2002, 11:54 PM
This has been happening since I had vB. The only thing I can point to is I imported a csv file in and did not know about all the time fields like (last visit, last post, last activity) Which field is causing this?

Eric

Xenon
06-25-2002, 02:04 PM
go to your vb-options where you can enter your date/time format
try to enter nothing into both and see if the error occurs again

edegonia
06-25-2002, 02:38 PM
Tried that and got the same errors