Greetings,

Just installed Laconica on my blog via darcs (0.5.0 - num patches  
1296), primarily for a client demo. Everything is working, however, I  
experienced a php error message "Undefined variable: language in  
util.php on line 177 (and 178). I have looked at the code and was  
kind of surprised that yes, in fact, the function common_show_header 
() didn't have $language defined per se.  I added the line
      $language = common_language();
just before the function call common_element_start( ... ) and the php  
error message went away.

HOWEVER, I am assuming that something I did in the install broke the  
code and not that util.php has an error since it isn't a reported bug  
as far as I could tell on Trac. Any clue what I did to break the code  
on my system?

http://www.wereveal.com/laconica/

Bill
-----
William E. Reveal
[EMAIL PROTECTED]
http://www.wereveal.com/
-----




_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to