You are here

error after installation of module

Submitted by greggles on Tue, 02/19/2008 - 12:06

I got this message via email:

I started following the installation instructions from the latest version
of the module in the CVS repository. I got as far as "Save configuration"
from the Module administration page. So I have the Market module in my
/modules directory and I have all the necessary dependency. When I clicked
on "Save configuration", at the top of the page upon refresh I see the
following text:

$uid)); $message = t('User %uname losing %pointsvalue !points! skipped
because it would move thir !points! (further) negative',
array_merge(userpoints_translation(), array( '%uname' => $account->name,
'%pointsvalue' => abs($points), ))); if
(variable_get('userpoints_display_message', '1')) {
drupal_set_message($message); } watchdog('userpoints negative', $message);
return FALSE; } } } }

Also, the font size for all the module names has increased. I'm new to
Drupal so I don't know where to start debugging. Does this look like
something you've seen before?

I just installed the market module and i get the same text:

$uid)); $message = t('User %uname is losing %pointsvalue !points. The operation is skipped because he would get negative points.', array_merge(userpoints_translation(), array( '%uname' => $account->name, '%pointsvalue' => abs($points), ) )); if (variable_get('userpoints_display_message', '1')) { drupal_set_message($message); } watchdog('userpoints negative', $message); return FALSE; } } } }

But also the following error:

Fatal error: Unsupported operand types in c:\wamp\www\web\sites\all\modules\workflow_ng\states\states.module on line 163

I might have downloaded not all the correct versions of the modules needed because some where not official releases and maybe they are incompatible or something. I would like to know if you could finally fix your problem and how did you do it.

Also, if you have the market module now working without errors it would be very cool if you could post a file with the modules you have installed to do so :)
Thanks in advance