No site name in RDF file
liamgh - May 18, 2008 - 23:12
| Project: | SIOC |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | scor |
| Status: | closed |
Jump to:
Description
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.

#1
Just to let you know that this is still broken in version 5.x-1.2.
#2
thanks. fixed 5.x dev. was already fixed in 6.x.
#3
Automatically closed -- issue fixed for two weeks with no activity.