Show Navigation
Conversation
Notices
-
@Hubzilla Support Forum+ I'm not sure these two things are related, but my channel has had these two problems for a while now:
1. The notifications widget does not show up in my sidebar unless I wait for a really long time. The weird thing is that this doesn't affect any other channels on my hub; just my main one. I can verify that this problem isn't being caused by any of my themes, and everything works as advertised for my other channels. My Git channel seems to load the notifications widget instantly.
2. When I visit the Channel Manager URL, I am greeted by a blank white page.
I'm going to crank up my logging to look into what kind of errors are showing up, but has anyone had to deal with anything similar here?
-
In the absence of JS errors, visit $yoursite/ping and see if this takes an inordinately long time to load. There may be a particular query which needs a better DB index.
The white page is almost always a PHP syntax error, and may require PHP logging to track down (this happens at a much higher level than the hubzilla log). I haven't seen this particular error. See the last half dozen or so lines in your .htconfig.php file if you've never enabled this log before.
-
Hmm, visiting deadsuperhero.com/ping loads instantly, but the page is completely white.
-
Can just confirm that when I'm logged in as my Git channel, visiting the ping page loads instantly, and does in fact produce an interface. But it doesn't work for my main channel.
More investigation to follow...
-
I believe you're going to require the php log to get to the bottom of this.
-
Just thought of something - we have in the past had issues related to undesired interplay between the default theme and custom themes. While the custom theme may be fine and not have any inherent bugs, some weird behaviour may be related to the fact that the site itself uses a different theme and there may be subtle conflicts in the way these are loaded. Would be interesting to find out if setting the theme to the base theme momentarily fixes these issues.
-
I thought about that, and even tested it, but unfortunately that doesn't seem to be the case.
I'll dig around in my log later tonight when I have time. :)