I am getting the following error message:

"Fatal error: Class 'RPX' not found in C:\websites\ispot_org_uk\modules\rpx\rpx.module on line 516"

when I enable the module.

I am on a localhost site to initially enable the module. Could this be part of the problem?

CommentFileSizeAuthor
#1 rpx-class.patch17 bytesjanrain

Comments

janrain’s picture

StatusFileSize
new17 bytes

Try this patch.

ivanstegic’s picture

This happened to me as well. The real fix was to make sure that the opening tag in the rpx.class.php was set as "<?php" and not "<?" -- make the world of difference. Also, this is covered in another bug #612076: RPX Class uses Short Open Tag and although the changes claim to have been committed, they do not show up in the latest rev of the file 1.1.2.5 from 12/17 here: http://drupalcode.org/viewvc/drupal/contributions/modules/rpx/rpx.class.php?revision=1.1.2.5&view=markup&pathrev=DRUPAL-6--1

nrambeck’s picture

Assigned: richlove » janrain
Status: Active » Fixed

Looks like rweishar fixed the short tag issue (again) and committed it to dev a couple weeks back.

richlove’s picture

Great, thank you

janrain’s picture

Status: Fixed » Closed (fixed)