Dear community,

Over a week, I tried very hard to solve 2 issues (So I'll need to open another issue as well :-(). Even with a deeply forum research, and experimental tests on my own, deletions, and pastings, I checked the error lines, where the issue occur over and over, but the issue still persists. Please, could one of you smart guys give me a hand on it? That would be awsome! The error message is the follow:

* warning: include_once(modules/user_relationships/templates/user_relationships_ui.templates.inc) [function.include-once]: failed to open stream: No such file or directory in /mySite/includes/theme.inc on line 286.
* warning: include_once() [function.include]: Failed opening 'modules/user_relationships/templates/user_relationships_ui.templates.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/mySite/modules/activitystream/PEAR') in /mySite/includes/theme.inc on line 286.
* warning: include_once(modules/user_relationships/templates/user_relationships_ui.templates.inc) [function.include-once]: failed to open stream: No such file or directory in /mySite/includes/theme.inc on line 286.
* warning: include_once() [function.include]: Failed opening 'modules/user_relationships/templates/user_relationships_ui.templates.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/latincof/public_html/modules/activitystream/PEAR') in /home/latincof/public_html/includes/theme.inc on line 286.
* warning: include_once(modules/user_relationships/templates/user_relationship_blocks.templates.inc) [function.include-once]: failed to open stream: No such file or directory in /mySite/includes/theme.inc on line 286.
* warning: include_once() [function.include]: Failed opening 'modules/user_relationships/templates/user_relationship_blocks.templates.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/mySite/modules/activitystream/PEAR') in /home/latincof/public_html/includes/theme.inc on line 286.
* warning: include_once(modules/user_relationships/templates/user_relationship_blocks.templates.inc) [function.include-once]: failed to open stream: No such file or directory in /mySite/includes/theme.inc on line 286.
* warning: include_once() [function.include]: Failed opening 'modules/user_relationships/templates/user_relationship_blocks.templates.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/mySite/modules/activitystream/PEAR') in /home/latincof/public_html/includes/theme.inc on line 286.
* warning: include_once(modules/user_relationships/templates/user_relationship_blocks.templates.inc) [function.include-once]: failed to open stream: No such file or directory in /mySite/includes/theme.inc on line 286.
* warning: include_once() [function.include]: Failed opening 'modules/user_relationships/templates/user_relationship_blocks.templates.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/mySite/modules/activitystream/PEAR') in /mySite/includes/theme.inc on line 286.

Comments

akalsey’s picture

Does disabling Activity Stream (and making no further changes) cause the errors with User Relationships to go away? If not, then this issue should probably be moved to their queue.

At first glance, the error complains that it's trying to find a file in "modules/user_relationships/templates/" but under the current D6 release of UR, that path doesn't exist.

Estrangheros’s picture

akalsey, thank you so much for your first guess! I will check it right away, and update you what happened!

Estrangheros’s picture

Hi,

I tried to disable activity stream, but its outgrayed - so I cannot find it out. Anyway, I will follow your suggestion, and forward this question to the other queue.

Anyway, thank you again for your response!

akalsey’s picture

It's greyed because there's another module active that requires it. In the Activity Stream section on the modules page, uncheck everything that you can and submit. Then repeat. Continue until you can uncheck activity Stream.

Estrangheros’s picture

cool thank you! I'll definitely try this out, and let you know about the result.

akalsey’s picture

Status: Active » Closed (fixed)

Closing. No response from original poster.