![]() |
|
|
|
#1
|
|||
|
|||
|
Okay I have a little problem I hope someone can help I will try to explain best I can. I am on vbulletin 4.2 when I install vbacmps 4.2.0 in the forum folder it seems to work great. However, I want to install cmps_index.php in the root so when you type in myurl.com it goes to the vbacmps home.
Well when I installed it that way it does go to vba home when myurl.com is typed, but if I log in there it redirects me to forum page and sometimes Im logged in, sometimes not. When I am logged in I find that the chatbox doesnt work, it only says loading. If I type in myurl.com and go to home page I am logged out of vbacmps page? So I am curious as to why the chat doesnt work, I dont have that problem when cmps_index is in forum folder. I have the path to forum in the cmps_index /var/etc/etc using the findpath.php. So in the root along with /forum folder and cmps_index, I have a /ioncube folder and php5.ini for ioncube. Would these be conflicting in any way? Also in root I have my custom 404.php script and my .htaccess which I use to redirect my old SMF Forum urls because I converted from smf to vbulletin. Would the code in the .htaccess be conflicting? Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^myurl.com
RewriteRule ^(.*)$ http://www.myurl.com/$1 [R=permanent,L]
RewriteCond %{QUERY_STRING} board=([0-9]+)
RewriteRule index\.php 404.php?action=forum&oldid=%1 [L]
RewriteCond %{QUERY_STRING} topic=([0-9]+)
RewriteRule index\.php 404.php?action=thread&oldid=%1 [L]
RewriteCond %{QUERY_STRING} .msg([0-9]+)
RewriteRule index\.php 404.php?action=post&oldid=%1 [L]
RewriteCond %{QUERY_STRING} action=profile;u=([0-9]+)
RewriteRule index\.php 404.php?action=user&oldid=%1 [L]
RewriteRule ^forums/(.*) http://www.myurl.com/forum [R=301,L]
EDIT: I just thought of something I read some where about "whitelisting" would this be what I need to do maybe, or is that not a issue at all? Last edited by thecoo1est; 05-27-2012 at 12:53 AM. |
|
#2
|
|||
|
|||
|
integration works just fine for me - http://test.texasfba.com/forum.php
I do have the cmps index inside the fourm folder though... Make sure your forum_path variable is set correctly inside of the cmps_index.php |
|
#3
|
|||
|
|||
|
Yes it works perfeclty for me when its in the forum folder but not outside in the root and my forum path in cmps_index is correct, I put the forumpath.php in my forum folder and copy and pasted the output it gave me in the cmps between the '' marks in the cmps_index file.
|
|
#4
|
|||
|
|||
|
That didnt work at all. So any ideas anyone? I would really like to get this working.
EDIT: Well I narrowed it down a little I think. Like I stated before the chatbox doesnt work when the cmps_index is in root. I kinda suspected that because the ioncube folder and php5 file for the chatbox was in root that that mightve been the problem with chat. Well I moved the two files in forum folder and I still have the exact same outcome. When vba is inside folder it works, the username logins are synced meaning if you are logged in on site you are logged in on vbacmps, but when I put that index file in root it goes all retarded. The forum path is set in the cmps file. What else could it be, is it something to do with the vbulletin index.php or forum.php file in the forum folder? Last edited by thecoo1est; 05-27-2012 at 04:25 PM. |
|
#5
|
|||
|
|||
|
I went ahead and installed in the forum folder and its all working great. I know I had my forum path right because when it was in the root and I typed myurl.com it went to vbacmps. If path wasnt right it would tell you. Anyway Im running it from inside forum folder. If anyone figures this issue of running it in root outside of folder I would appreciate you sharing. It might just be a vb 4.2 issue. I know the vbacmps hasnt technically been upgraded yet but I wanted to try because I just got vb and I really need this, Thanks guys.
|
|
#6
|
|||
|
|||
|
I will have to test this out over the next few days or so...
see if I can duplicate your issue. Last edited by Dragonsys; 05-29-2012 at 03:31 AM. |
|
#7
|
|||
|
|||
|
The navigation manager wants stuff in the main forum folder..
See: http://www.vbadvanced.com/forum/show...047#post223047
__________________
AusPhotography - Australia's Premier Photographic Forum www.ausphotography.net.au is a photography forum where members share their photography, photo editing skills and techniques. We run regular photographic competitions Rick (site owner) and Kym (site tech) using this account Please vote for IPv6 support Home of the AP fully comprehensive vb4 photographic competition management solution |
|
#8
|
|||
|
|||
|
Quote:
I do run CMPS outside of the forum folder on one of my sites, but I do not use the Integration feature on that site, so I'm still not much help here, sorry. |
|
#9
|
||||
|
||||
|
Have you tried the suggestions from our FAQ?
http://www.vbadvanced.com/forum/faq....trouble_cookie
__________________
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. |
|
#10
|
|||
|
|||
|
Well I have installed the latest version 4.2.1 and it all went super smooth. Integrated perfectly and is outside the forum folder like I wanted. I did need to reset the cookie feature back to "/" . Thanks a lot for your hard work on such a great feature!
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Integrating CMPS with Reviewpost | mrjbs | "How Do I..." Questions | 2 | 01-20-2009 10:11 AM |
| Integrating VBblog into CMPS | joyceleong | "How Do I..." Questions | 3 | 04-23-2008 12:04 PM |
| Integrating PhotoPro with CMPS | John Thawley | Chit Chat | 13 | 10-05-2007 07:45 AM |
| integrating vb pages into vba cmps | scruby | "How Do I..." Questions | 4 | 11-21-2005 12:53 AM |
| Integrating a Php Script into the CMPS | Polo | Troubleshooting / "How do I..." Questions | 2 | 12-23-2004 12:54 PM |