[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Testing problem
Jason Pincin wrote:
>
> Have you committed any of this code yet? Can I look at it anywhere?
Figured I'd fix it here first. But I'm pretty sure it's not even
getting to my function... ok, now I'm 100% sure.
Just changed the RenderFile field to something that doesn't exist, and I
still get the same page of errors. :-)
The only thing I changed to any of your stuff was adding this to
render.php3:
$current_session = new session($si, $conn);
$current_object = fetch_object($op, $act, $conn);
$current_user = fetch_object(18); // this was the only line added,
others are for context
include $current_object->renderfile;
and unfortunately, I don't think I'll be able to get back to this until
next Monday night. Have lots of packing to do tonight and will be in
Salem for the long weekend. Will have my laptop again, but it's not
good for much but occasional E-mail, web surfing, games, and Borland
Pascal. :)