The RDF file produced by the SIOC module doesn't contain a site name. The function output_sioc_concept looks to the $conf variable to obtain the site name but this is not initialised when read. Adding:

global $conf;

Just underneath the function line (line 589) seemed to fix it.

Comments

liamgh’s picture

Version: 5.x-1.x-dev » 5.x-1.2

Just to let you know that this is still broken in version 5.x-1.2.

scor’s picture

Assigned: Unassigned » scor
Status: Active » Fixed

thanks. fixed 5.x dev. was already fixed in 6.x.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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