Hi,

I just installed the latest version and now when I try to access a page I get the following error:
Parse error: syntax error, unexpected T_LOGICAL_AND, expecting ',' or ')' in /usr/local/apache/dev/sites/all/modules/site_user_list/site_user_list.module on line 811

I was also unable to run update.php, all it's getting is a blank white screen.

I've deleted the module from the site for the moment and it's all fine.

Comments

pukku’s picture

Assigned: Unassigned » pukku
Status: Active » Fixed

OK, I need to get better about testing things. This is fixed. My apologies.

pukku’s picture

(incidentally, if you don't want to redownload from cvs, etc, make like 811 be:

    if (($name != '@uid') and ($name != '@user_view') and ($name != '@user_edit') and (isset($f['db_column']) and ($f['db_column'] != ''))) {

)

deciphered’s picture

Thanks, works now.

pukku’s picture

Status: Fixed » Closed (fixed)