Posted by liamgh on May 18, 2008 at 11:12pm
Jump to:
| Project: | SIOC |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | scor |
| Status: | closed (fixed) |
Issue Summary
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
#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.