vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Problem with logins from vBa index page (https://vborg.vbsupport.ru/showthread.php?t=212747)

Chimpie 05-03-2009 01:05 PM

Problem with logins from vBa index page
 
Yes, I have already posted this at the vBa forums but no one has responded so I thought I would try here just in case someone has any ideas.

My site: www.skywarnonline.com

When I try to log in from the home page, it returns with a 404, page not found error. This is happening because the url is not including 'forums', as if you were logging in from the forums page. I have multiple sites set up with vBa, with the forum in its own directory. Every other site logs in just fine. I have checked all the settings (I think) I cannot find the difference between them that would cause this error.

Thoughts? Suggestions?

Thanks!

Michael.A 05-03-2009 03:22 PM

if u have ur vba_index.php file out side of ur upload folder then ur going to have to add the path to ur forum in it.

Chimpie 05-03-2009 03:32 PM

Quote:

Originally Posted by MAD--DOG (Post 1803694)
if u have ur vba_index.php file out side of ur upload folder then ur going to have to add the path to ur forum in it.

Cool... where do I make that change?

Michael.A 05-03-2009 03:41 PM

Note: If you intend to use this software in the same directory as your vBulletin forum and plan to upload the cmps_index.php file to your vBulletin forum's directory (ex: /forum/cmps_index.php) then you may skip this step.

In your cmps_index.php file:

Open your cmps_index.php file in this folder and find:

Code:

$forumpath = '';
Add the full path to your forum on your server between the '' marks here.

Not sure how to find your path?

Chimpie 05-03-2009 03:55 PM

Unfortunately, the forum path is correct.

Biker_GA 05-03-2009 04:09 PM

What are you using as forum path? A URL or directory structure for the server? It should read something along the lines of:

Code:

$forumpath = '/home/accountnamehere/public_html/forum';

Chimpie 05-03-2009 04:17 PM

It reads....

Code:

$forumpath = '/home/***/public_html/forums';


All times are GMT. The time now is 08:19 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00936 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete