I got this error when using the Recent Posts/Topics function in SSI.php
Fatal error: Call to undefined function: () in /home/info/username/html/forum/Sources/Load.php on line 153
Interesting... may we see the lines around 153 in Load.php?
Sure, went to the line, but it wasn't anything I called to, but here is the full Load.php
Interesting, you are getting the error from this:
$request = $smcFunc['db_query']('', '
SELECT variable, value
FROM {db_prefix}settings',
array(
)
);
However $smcFunc is being globaled in that function. Do you have any other errors in your error log?
Yeah, I checked it out, there's alot of errors. I fixed the problem, I downloaded the full install, and switch the SSI, and the Source files, and it its working now.