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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-05-2005, 06:22 PM
scouse scouse is offline
Junior Member
 
Join Date: Nov 2005
Posts: 6
Default Link Forums Error - Page Not Found

I have CMPS installed on the root directory default page on index.php. When i try clicking Log On or Log Out, it says page can not be found, and on the link, it is not going to /forums dir it is staying in the root dir and it comes up as page not found because i have the vbulletin forums at the /forums dir. Some pages already have the /forums after the website name but some dont like the login and logout. I think it might be my skins because if i put it back on the default skin, it works fine but with my eXtreme Pixels skins, it comes up with the 404 error. Anybody know how to fix this????

Last edited by scouse; 12-05-2005 at 06:27 PM.
Reply With Quote
  #2  
Old 12-05-2005, 07:41 PM
phoenixdown phoenixdown is offline
Senior Member
 
Join Date: May 2004
Posts: 138
Default Re: Link Forums Error - Page Not Found

Option A: in the admin settings, you can change the replacements for buttons that appear in the navbar and in the header. Try changing the one in the header to match what is in the navbar section since that seems to work with a default style.

Option B: edit that specific template in that style and hardcode the url.
Reply With Quote
  #3  
Old 12-10-2005, 08:07 PM
scouse scouse is offline
Junior Member
 
Join Date: Nov 2005
Posts: 6
Default Re: Link Forums Error - Page Not Found

Which admins settings do you mean? I didnt find that. and i cant choose option b because its on many pages and it would take a looong time.
Reply With Quote
  #4  
Old 12-10-2005, 10:57 PM
Startinfresh Startinfresh is offline
Junior Member
 
Join Date: Nov 2005
Posts: 5
Default Re: Link Forums Error - Page Not Found

Mine did that too as my stuff is in /forums and most of the edits and updates in the templates are labeled forum. So I had to go in to templates and fix them that way. Not sure if that is your problem or not, just thought I would offer my experiance
Reply With Quote
  #5  
Old 12-11-2005, 11:35 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Link Forums Error - Page Not Found

Can you post a link to your site?
Reply With Quote
  #6  
Old 12-13-2005, 02:03 PM
testuser testuser is offline
Junior Member
 
Join Date: Dec 2005
Posts: 16
Default Re: Link Forums Error - Page Not Found

I have the same problem...I've already added login.php to the replacements for navbar header and footer but it doesn't help. Sure I could edit it in the template but there should be another way I guess.

http://mirabiliz.com/cmps_index.php
Reply With Quote
  #7  
Old 12-14-2005, 08:34 PM
testuser testuser is offline
Junior Member
 
Join Date: Dec 2005
Posts: 16
Default Re: Link Forums Error - Page Not Found

???
Reply With Quote
  #8  
Old 12-15-2005, 01:34 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Link Forums Error - Page Not Found

Go to the 'Plugin Manager' link in your Admin CP and make sure you have this code for your 'vBadvanced Error Replacements' plugin.
PHP Code:
$vbulletin->templatecache['STANDARD_ERROR'] = str_replace(
    array(
        
'"login.php',
        
'"register.php',
        
'"clientscript'
    
),
    array(
        
'"' $vbulletin->options['bburl'] . '/login.php',
        
'"' $vbulletin->options['bburl'] . '/register.php',
        
'"' $vbulletin->options['bburl'] . '/clientscript'
    
),
    
$vbulletin->templatecache['STANDARD_ERROR']
);

$headinclude str_replace('"clientscript''"' $vbulletin->options['bburl'] . '/clientscript'$headinclude);

$errormessage str_replace(
    array(
        
'"login.php',
        
'"profile.php',
        
'"clientscript'
    
),
    array(
        
'"' $vbulletin->options['bburl'] . '/login.php',
        
'"' $vbulletin->options['bburl'] . '/profile.php',
        
'"' $vbulletin->options['bburl'] . '/clientscript'
    
),
    
$errormessage
);

$forumjump str_replace('"forumdisplay.php''"' $vbulletin->options['bburl'] . '/forumdisplay.php'$forumjump); 
Reply With Quote
  #9  
Old 12-15-2005, 05:44 PM
testuser testuser is offline
Junior Member
 
Join Date: Dec 2005
Posts: 16
Default Re: Link Forums Error - Page Not Found

helped, thx
Reply With Quote
  #10  
Old 12-16-2005, 10:19 PM
scouse scouse is offline
Junior Member
 
Join Date: Nov 2005
Posts: 6
Default Re: Link Forums Error - Page Not Found

Hmm, mine still doesnt work. My site is http://www.aimunleashed.ulost.net/ . Now the images dont even work. Please help. Thanks.

Last edited by scouse; 12-16-2005 at 10:26 PM.
Reply With Quote
  #11  
Old 12-18-2005, 02:40 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Link Forums Error - Page Not Found

I'm not seeing the CMPS anywhere on your site...
Reply With Quote
  #12  
Old 12-19-2005, 12:37 AM
scouse scouse is offline
Junior Member
 
Join Date: Nov 2005
Posts: 6
Default Re: Link Forums Error - Page Not Found

Yeah sorry bout that i was upgrading to 3.5.2. Now its up. It works but the links are still screwed up and dont work. I need it to go to dir /forums on my header.

Last edited by scouse; 12-19-2005 at 04:44 PM.
Reply With Quote
  #13  
Old 12-20-2005, 07:46 PM
scouse scouse is offline
Junior Member
 
Join Date: Nov 2005
Posts: 6
Default Re: Link Forums Error - Page Not Found

Anybody???????
Reply With Quote
  #14  
Old 12-22-2005, 12:17 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Link Forums Error - Page Not Found

Admin CP => vBa CMPS => Default Settings

Copy the list of filenames listed in your Navbar Replacements option over to your Header Replacements option.
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
Forums Link goes to vB CMPS index page RaceJunkie Troubleshooting & Problems 3 06-20-2005 03:18 PM
Page not Found error in AdminCP for vBa CMPS options Tbird66 Troubleshooting / "How do I..." Questions 9 12-14-2004 03:08 PM
restricted forums settings giving db error page chuanse Troubleshooting / "How do I..." Questions 5 06-30-2004 11:42 AM


All times are GMT -4. The time now is 09:52 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.