12
Hey Danielreple
Looks like it is only warnings from xforum. Assigning new values by reference should not break the page loading only give a message.
Something else must be wrong. Did you allow regular users access to the module in admin ?
In the help section there are some hints on fixing white / blank errors. Try if any of these could help. If not you could send me a link and I could give it a look.
Make sure your block is visible on "All pages" and not only frontpage.
Make sure your Xoops version is > 2.4.0. Older versions of Xoops don't have preloads, which are required.
Turn on debug and check to see if any errors emerge
Using FireFox, right click on the screen, choose inspect element, choose console in the tabs and check to see if chat heartbeat is running
"GET
http://www.yoursite.com/modules/xim/chat.php?action=chatheartbeat&_=XXXXXXXXXXXX xxx OK xxx MS"
If no errors, use Firebug (Right click->inspect element->console) and see if there are any jQuery errors.
If there are no jQuery errors. Clean caches-> module update xim, system modules.
If the page is still blank, Go to your protector module -> settings and write xim in the form "Modules out of Dos / Crawler checker".
Check if your theme is including more than one version of jQuery. Usually in the head of your theme.html file.Normally this is no problem as long as the other including jQuery > 1.3.2