View Full Version : beta 1 breaks 'whos online'
nealparry
01-14-2010, 06:35 PM
Great thanks, however the front page loads without any styling, just text and links on a white background for me - www.burnleywood.com
nealparry
01-14-2010, 06:40 PM
http://www.burnleywood.com/forum/online.php User Online is doing the same also, heh.
KW802
01-14-2010, 06:42 PM
Great thanks, however the front page loads without any styling, just text and links on a white background for me - www.burnleywood.com (http://www.burnleywood.com)
I'm having that problem with the Who's Online page; no answer yet. :o
Since CMPS is beta, you may want to rename it back to "cmps_index.php" and have index.php redirect to your forums for now.
dieKetzer
01-15-2010, 06:56 AM
ive tested twice now by removing and reinstalling, and the result is the same.
while vba is installed, /online.php renders what looks to be the beginnings of a vba nav module, and nothing else (white page etc)
when vba is removed /online.php functions normally.
KW802
01-15-2010, 11:17 AM
[ Threads merged ]
moiz615
01-15-2010, 05:31 PM
Same here, Same problem here what to now
Same here, Same problem here what to now
Same issue, although it is not a real problem really for me, its a problem in general
Brian
01-16-2010, 01:55 PM
when vba is removed /online.php functions normally.
Do you have your online.php file integrated with the CMPS? Or is this issue happening without the CMPS being integrated with online.php?
KW802
01-16-2010, 02:10 PM
Do you have your online.php file integrated with the CMPS? Or is this issue happening without the CMPS being integrated with online.php?
It happens all the time with no integration being done. From looking at the source code of the resulting page it is missing the who's online .css file but it is including the adv_portal.css file so it looks like CMPS is swapping the 'head' info with it's own template when it shouldn't be. :o
cornishman
01-16-2010, 04:59 PM
I find that any file (forum.php, showthread etc.) I integrate into my new module page has no styling.
Could the fact that I have everything in root be a cause?
I have disabled ALL of my add-ons, had no effect.
I have been through all templates, making sure they are all reverted/default, still no improvement.
I will say that on a virgin install of vB/vBA everything does seem to work! I am very confused.
carrlos
01-16-2010, 10:06 PM
The online.php is also broken for me.
tradersarena
01-16-2010, 10:18 PM
I had the problem with the Online Users module when I first installed the new vbadvanced and moved the module to inactive status. Yesterday I come back and moved it back into active on the vba page and it's been working fine since. I did nothing to edit any templates or files
carrlos
01-16-2010, 10:26 PM
Didn't work for me.
dieKetzer
01-17-2010, 09:56 AM
no integration.
bone stock default config.Do you have your online.php file integrated with the CMPS? Or is this issue happening without the CMPS being integrated with online.php?
bouncer222
01-17-2010, 10:24 AM
I have vb 4.0.1 suite version but I disabled my VB CMPS , have same issue.
oly51
01-17-2010, 12:29 PM
Great thanks, however the front page loads without any styling, just text and links on a white background for me - www.burnleywood.comNot sure if this should be a new thread or not but I'm having the same problem when running cmps_index.php in the root directory. (Although it looks like nealparry's has been fixed)
My forums directory is in: /forums. If I move cmps_index.php to that directory it works normally. Move it back into the root and it has no styling and the main links in the header show are looking for the files in the root. (forum.php not /forums/forum.php)
My forum path in cmps_index.php is: /home/***/domains/******.com/public_html/forums
When I run forumpath.php, the forum path shows up as: /home/***/domains/******.com/public_html
The Latest Forum Topics is only module I am running.
Any word (fix?) yet on the breaking online problem. This is holding me back from running the beta as all our mods and admins will ***** like crazy if they cant see who's online.
I am having this same issue. My online users page is not completely blank, but rather is a partial page with no CSS formatting.
I didn't even notice it at first, but I did notice it on misc.php which is having the exact same issue. I had a support ticket open with vBulletin and traced it to vbAdvanced without question.
See: http://www.thecomicboard.com/forum/online.php
FWIW I am also running cmps_index.php (renamed index.php) in my site root and my forum in /forum.
This is pretty major - any word on a fix or update?
1996 328ti
01-17-2010, 07:29 PM
This is beta version 1.
Why would anyone install this on a live site?
Give Brian a little time to fix it.
Brian
01-18-2010, 02:22 PM
Ahhh, I see what happened here... online.php was one of the files I was testing integration with and I accidentally exported that plugin code with the rest. This issue can be solved by using the Integration link to integrate any pages you would like since that will rebuild the plugin. Or if you do not wish to use the Integration feature, you can edit your 'vBa CMPS - Integration Startup' plugin and replace the 'Plugin PHP Code' with the following:
$somevar = '';
(vB won't let you save a blank plugin, so that's why some type of code has to be added there)
That works. Thanks, Brian.
KW802
01-18-2010, 02:45 PM
That works. Thanks, Brian.That did indeed work. :cool:
bouncer222
01-18-2010, 03:34 PM
So we have the chance to disable it or something you mention, does that code bring it back to normal how its supposed to be viewed?
So we have the chance to disable it or something you mention, does that code bring it back to normal how its supposed to be viewed?
If you follow the directions Brian posted then yes, it will display as it is supposed to display.
bouncer222
01-18-2010, 04:53 PM
ah thanks, works!
carrlos
01-18-2010, 08:18 PM
Ahhh, I see what happened here... online.php was one of the files I was testing integration with and I accidentally exported that plugin code with the rest. This issue can be solved by using the Integration link to integrate any pages you would like since that will rebuild the plugin. Or if you do not wish to use the Integration feature, you can edit your 'vBa CMPS - Integration Startup' plugin and replace the 'Plugin PHP Code' with the following:
$somevar = '';
(vB won't let you save a blank plugin, so that's why some type of code has to be added there)
My misc.php is broken too. I will try the fix to see if it works on that as well.
Edit:
It worked for both (I noticed that misc.php was in the plug-in also!).
bouncer222
01-18-2010, 08:21 PM
mine works, it must be something else causing that for u
carrlos
01-18-2010, 08:26 PM
mine works, it must be something else causing that for u
Yes, it works NOW after the plug-in edit. But if you noticed the original plug-in code, it had both online.php and misc.php in it. But after changing the code, they're both working now.
Yae Naung
06-29-2010, 04:30 AM
Ahhh, I see what happened here... online.php was one of the files I was testing integration with and I accidentally exported that plugin code with the rest. This issue can be solved by using the Integration link to integrate any pages you would like since that will rebuild the plugin. Or if you do not wish to use the Integration feature, you can edit your 'vBa CMPS - Integration Startup' plugin and replace the 'Plugin PHP Code' with the following:
$somevar = '';
(vB won't let you save a blank plugin, so that's why some type of code has to be added there)
I am using not 4.0.0 not beta1. But sill having that problem. I have tried as you said but it is not work. It is always display "No Member Online". How am I fix it? Help!!!!!
Brian
07-02-2010, 12:35 PM
What other plugins/products do you have installed?
blazinthu
10-14-2010, 09:34 AM
Ahhh, I see what happened here... online.php was one of the files I was testing integration with and I accidentally exported that plugin code with the rest. This issue can be solved by using the Integration link to integrate any pages you would like since that will rebuild the plugin. Or if you do not wish to use the Integration feature, you can edit your 'vBa CMPS - Integration Startup' plugin and replace the 'Plugin PHP Code' with the following:
$somevar = '';
(vB won't let you save a blank plugin, so that's why some type of code has to be added there)
I opened a support ticket yesterday but this just resolved my issue and I do not have Bet 1.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.