The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
The problem is in line 400 of sessions.php. What's on this line and what editor are you using?
|
#12
|
||||
|
||||
steve sorry i have to say, but you are wrong here.
line 400 of sessions.php calls vbdate() which has never been defined, because the functions.php is corrupted. @dot: replace this line: PHP Code:
PHP Code:
|
#13
|
|||
|
|||
I don't have:
Code:
$buffer = str_replace(""", """, $buffer); Instead, I have: Code:
$buffer = str_replace(""", "\"", $buffer); |
#14
|
||||
|
||||
np
you're welcome |
#15
|
|||
|
|||
Quote:
Anywho.. if that is the line you mean, I replaced it as requested and I get a completely different error now. If I give full access to my server, control panel, etc. is there ANYWAY you could take a look. This has been going on forever and it's making me insane. |
#16
|
||||
|
||||
Quote:
Another thought came to me. Perhaps after editing these files, he's not uploading them in ASCII. |
#17
|
|||
|
|||
I have tried several different editors.. so I don't think that is the problem. I have also edited the files directly from the server with no luck. I am also making sure to upload the files in ASCII format and make sure there is no blank space at the bottom. Every other edit I have done to every other file has been done with success. I'm positive it's something specific to functions.php, but can't figure out what. This has even happend when I tried to edit the same file on a former site of mine. Same host, same server, but different account. Same thing happened.
|
#18
|
||||
|
||||
Well functions.php works for all of us to edit, so the problem must be your editor or you upload it the wrong way, there's nothing we can do...
perhaps, the file is to long for your editor, try UltraEdit, that's what al lot of us use... @Steve: touche |
#19
|
|||
|
|||
Quote:
This is line 400 in my sessions.php Code:
$bbuserinfo['lastvisitdate'] = vbdate($dateformat." ".$timeformat,$bbuserinfo['lastvisit']); |
#20
|
|||
|
|||
Quote:
Considering (a) no other file I?ve edited has this problem, (b) I?ve used several different editors and edited from the server directly, and (c) I?m transferring in the correct format (ASCII) and make sure there is no empty space at the bottom, it?s difficult to believe. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|