vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v4.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2010, 05:04 PM
Ann Marie Ann Marie is offline
Member
 
Join Date: Sep 2006
Posts: 49
Default Forums link keeps going to home page.

Yes I've checked the urls again and again. I've checked the cmps files too.

Now. When I click to the forums I wind up back on the home page. Does anyone have a fix for this. TIA.
__________________
Ann Marie
Reply With Quote
  #2  
Old 04-21-2010, 11:03 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

What site is this happening on? Have you tried the suggestions from our FAQ?
http://www.vbadvanced.com/forum/faq...._trouble_links
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #3  
Old 04-21-2010, 12:49 PM
Ann Marie Ann Marie is offline
Member
 
Join Date: Sep 2006
Posts: 49
Default

Quote:
Originally Posted by Brian View Post
What site is this happening on? Have you tried the suggestions from our FAQ?
http://www.vbadvanced.com/forum/faq...._trouble_links
All of it.

Did you want the URL to the site?
__________________
Ann Marie
Reply With Quote
  #4  
Old 04-22-2010, 11:21 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Yes, please.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #5  
Old 04-22-2010, 01:29 PM
Ann Marie Ann Marie is offline
Member
 
Join Date: Sep 2006
Posts: 49
Default

Quote:
Originally Posted by Brian View Post
Yes, please.

Check your PM.
__________________
Ann Marie
Reply With Quote
  #6  
Old 04-23-2010, 02:41 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

From what I can tell, it looks like you've overwritten your vB index.php file with something else. Try downloading vB again and upload the index.php file to your forums folder on your server and see if that helps. If not, go to your Admin CP settings and try changing the 'Script Name for Forum Home Page' setting (under 'Forums Home Page Options') to 'forum'.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #7  
Old 04-23-2010, 03:12 PM
Ann Marie Ann Marie is offline
Member
 
Join Date: Sep 2006
Posts: 49
Default

Thanks! That fixed it but the headers are still messed up.
__________________
Ann Marie
Reply With Quote
  #8  
Old 04-23-2010, 03:22 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Looks like some type of an issue with your style or another plugin. (perhaps some type of mobile style plugins?)
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #9  
Old 04-23-2010, 03:29 PM
Ann Marie Ann Marie is offline
Member
 
Join Date: Sep 2006
Posts: 49
Default

Disabled them and it's still doing it. TIA.
__________________
Ann Marie
Reply With Quote
  #10  
Old 04-24-2010, 10:13 AM
zappaDPJ's Avatar
zappaDPJ zappaDPJ is offline
Junior Member
 
Join Date: Apr 2010
Posts: 15
Default

I'm currently assessing a clean installation of vB4.0.3 plus vBa CMPS v4.0.0 and I ran into the same problem. I've solved it but I think it may depend on your installation paths whether my solution will work for you. For what it's worth here's what I did along with my installation paths which I think are very relevant.

vB installation path: /public_html/forum
vBa CMPS installation path: /public_html/forum (same path)
cmps_index.php (renamed to index.php) installation path: /public_html

To solve the problem I took the following steps:

1. Delete the vBulletin index.php file from /public_html/forum

2. From the Admin CP check the follow is set to 'forum' (no quotes).
Settings > Options > Forums Home Page Options > Script Name for Forum Home Page

3. From the Admin CP check the follow is set to '/index.php' (no quotes, note the preceding forward slash)
vBa CMPS > Default Settings > Main Options > CMPS URL

Please note that I am completely new to vBa CMPS and this fix is very dependent on how you have chosen to install vBa CMPS but if you have the same structure as me I think it should work.
Reply With Quote
  #11  
Old 04-24-2010, 11:14 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Ann Marie - Something on your server is altering the output of your pages and replacing the '&' sign with '&' and that's what's breaking your CSS. I'm not quite sure what hack that would be from, but it's not the CMPS causing the issue.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #12  
Old 04-24-2010, 01:47 PM
Ann Marie Ann Marie is offline
Member
 
Join Date: Sep 2006
Posts: 49
Default

Quote:
Originally Posted by Brian View Post
Ann Marie - Something on your server is altering the output of your pages and replacing the '&' sign with '&' and that's what's breaking your CSS. I'm not quite sure what hack that would be from, but it's not the CMPS causing the issue.
Where would I replace that? TIA.
__________________
Ann Marie
Reply With Quote
  #13  
Old 04-24-2010, 01:50 PM
Ann Marie Ann Marie is offline
Member
 
Join Date: Sep 2006
Posts: 49
Default

Quote:
Originally Posted by zappaDPJ View Post
I'm currently assessing a clean installation of vB4.0.3 plus vBa CMPS v4.0.0 and I ran into the same problem. I've solved it but I think it may depend on your installation paths whether my solution will work for you. For what it's worth here's what I did along with my installation paths which I think are very relevant.

vB installation path: /public_html/forum
vBa CMPS installation path: /public_html/forum (same path)
cmps_index.php (renamed to index.php) installation path: /public_html

To solve the problem I took the following steps:

1. Delete the vBulletin index.php file from /public_html/forum

2. From the Admin CP check the follow is set to 'forum' (no quotes).
Settings > Options > Forums Home Page Options > Script Name for Forum Home Page

3. From the Admin CP check the follow is set to '/index.php' (no quotes, note the preceding forward slash)
vBa CMPS > Default Settings > Main Options > CMPS URL

Please note that I am completely new to vBa CMPS and this fix is very dependent on how you have chosen to install vBa CMPS but if you have the same structure as me I think it should work.
Thanks! Got it working using another method though.
__________________
Ann Marie
Reply With Quote
  #14  
Old 04-27-2010, 02:47 PM
Ann Marie Ann Marie is offline
Member
 
Join Date: Sep 2006
Posts: 49
Default

I just updated the VB software to 4.0.3 PL1. Now everything is fine!!!!

Thanks to everyone who tried to help!!
__________________
Ann Marie
Reply With Quote
  #15  
Old 11-25-2012, 10:35 AM
ukdalai ukdalai is offline
Junior Member
 
Join Date: Jan 2008
Posts: 4
Default

maybe i am wrong, but when i install vba i alway replace the vb index page with the vba_cpms index page, is that why my mobile style wont work when i have left colums intergated on forum.php, it means that if i unintergrate forum.php or any of the other intergrated pages, when viewing on the default template i have no left colunm in that style.

surely thats not how its suposed to work
any help would be great

Craig
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Home link goes to Forums cg156 Troubleshooting & Problems 1 04-09-2008 04:38 PM
...just create a link to forums from CMPS Home Page Sean Massey "How Do I..." Questions 7 11-03-2007 11:35 AM
how to add a Forums link on the vba page and how to add a Home link on forumhome.php? Telegon80 "How Do I..." Questions 2 12-27-2005 02:34 PM
Home/Forums Link The Sandman "How Do I..." Questions 17 01-09-2005 09:58 PM


All times are GMT -4. The time now is 11:36 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.