
05-07-2007, 02:18 PM
|
 |
|
|
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Kihon Kata
Hi Logician. Problem here
My PHP parse method versions of my webtemplates died  Basically my webtemplates work just fine except when I select the PHP parse method, then they don't. I have no idea why. I rely on this for everything. Here is an example
Here is the phptest http://www.makeuptalk.com/forums/view.php?pg=phptest
EDIT I found where it's causing me issues. I have this in the top part of the templates:
Code:
$usrObj=new users($userid);
$username=$usrObj->getUsername();
If I comment those out, it works. username doesn't seem to work now.
Can you help?
|
Why do you need this code and what exact error you get?
|