I am getting my distributed semantic everything sites in place, and would be interested to know of any plans for a Drupal 5 version ?

Comments

duckofdeath’s picture

Hi,

I was about to ask the same question. I took a look at the source and it looks like (I have the 4.7.x-1.x-dev version) there has only 1 line to be changed in sioc.module to get it running:
if (module_exist('foaf')) {
to
if (module_exists('foaf')) {

Additionally you would have to sioc.info.

So far its running if you have all the node types it needs (forum, etc.) installed, otherwise you get naughty error messages (sioc module is trying to access functions from the forum module without checking if it is installed).

Cheers,
Reinhard

terraces’s picture

Status: Active » Fixed

Fixed !
Sorry for the delay.
I'll check what you mention re. forum module

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.