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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-27-2012, 11:30 PM
Hawkmoth's Avatar
Hawkmoth Hawkmoth is offline
Junior Member
 
Join Date: May 2012
Location: Japan
Posts: 9
Default Installing cmps after vb upgrade to 4.1

Hello. Sorry to sound like some noob. But English is not my first language.

We have been using the portal software at our website for many years but we recently upgraded from 3.6 to 4.1. I think I have all the files in palce but I'm not getting a portal page.

I read through it again for about the 15th time. (The read me file that came with the download.)

Today I read at http://www.vbadvanced.com/membersare...id=1#goinglive the following:
Quote:
To replace your current forum's homepage with the CMPS:
vBulletin 4.x

Delete the vBulletin index.php file from your server.
Rename your cmps_index.php file to index.php.
Login to your vBulletin Admin CP and go to vBulletin Options => Forums Home Page Options => Script Name for Forum Home Page. Change this setting to 'forum' (without the quotes) and save your settings.
Still in your Admin CP, navigate to vBa CMPS => Default Settings => Main Options => CMPS URL. Change this setting to "/index.php" (without the quotes).
Which I tried. but I had an error message. Something like please specify correct path or something.

I was able to follow those steps above and I got the error message but then I was able to change it back very quickly to get rid of the message. Sorry to sound like a noob but I am trying to understand all these things in a different language.

So I'm still doing something wrong but I don't know what it is and I don't have paypal so I can't ask anyone to do this for me.

So if anyone might know an answer I would appreciate your help. Thank you.
Reply With Quote
  #2  
Old 06-08-2012, 06:46 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Have you tried the suggestions from our FAQ?
http://www.vbadvanced.com/forum/faq....uble_forumpath
__________________
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 06-09-2012, 06:36 AM
Hawkmoth's Avatar
Hawkmoth Hawkmoth is offline
Junior Member
 
Join Date: May 2012
Location: Japan
Posts: 9
Default

Hello, Thank you Brian. I have read that.

It says forum path is E:/web/anti when I try the forumpath . php

So I copy and paste that in the cmps_index.php, rename as index.php. load ftp into the sever and it still says: Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.

I'm sorry I don7t quite understand what I am doing wrong.
Reply With Quote
  #4  
Old 06-13-2012, 11:53 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

You should be able to leave the forum path blank since you have vBulletin installed in your root directory.

PHP Code:
$forumpath ''
__________________
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 06-13-2012, 07:00 PM
Hawkmoth's Avatar
Hawkmoth Hawkmoth is offline
Junior Member
 
Join Date: May 2012
Location: Japan
Posts: 9
Default

Thnak you so much Brian. I tried that and now on the main domain page I get this.


Warning: unserialize() expects parameter 1 to be string, array given in [path]\modules\navigation.php on line 55

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: adv_portal_navigation in [path]\includes\functions.php on line 4254

Parse error: syntax error, unexpected T_STRING in E:\web\antifraudi1\htdocs\modules\navigation.php(77) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: adv_portal_welcomeblock in [path]\includes\functions.php on line 4254

Warning: require([path]/modules/recentthreads.php) [function.require]: failed to open stream: No such file or directory in [path]\includes\vba_cmps_include_top.php on line 479

Fatal error: require() [function.require]: Failed opening required 'E:\web\antifraudi1\htdocs/modules/recentthreads.php' (include_path='.;C:\php5\pear') in E:\web\antifraudi1\htdocs\includes\vba_cmps_include_top.php on line 479
Reply With Quote
  #6  
Old 06-13-2012, 10:17 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

You appear to be running a plugin made for vBulletin 3.x, yet are running vBulletin v4.x
That is what causes the fetch_template() errors

Make sure you are running the correct version of CMPS for the version of vBulletin you have installed.
Reply With Quote
  #7  
Old 06-14-2012, 05:38 AM
Hawkmoth's Avatar
Hawkmoth Hawkmoth is offline
Junior Member
 
Join Date: May 2012
Location: Japan
Posts: 9
Default

TY Dragonsys. As I say I am a noob so how would I fix a problem like that? Is that in the admin?
Reply With Quote
  #8  
Old 06-14-2012, 11:33 AM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Quote:
Originally Posted by Hawkmoth View Post
TY Dragonsys. As I say I am a noob so how would I fix a problem like that? Is that in the admin?
ACP -> Manage Products
Find the one which is old and deactivate it

You can check on vb.org for updated versions of your plugins
Reply With Quote
  #9  
Old 06-18-2012, 05:51 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

It sounds like some of your default CMPS module files were not updated when you upgraded, so I would suggest downloading the files from here again and then upload the /forum/modules folder to your server again, making sure that your FTP program overwrites each file.
__________________
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
  #10  
Old 06-21-2012, 06:42 AM
Hawkmoth's Avatar
Hawkmoth Hawkmoth is offline
Junior Member
 
Join Date: May 2012
Location: Japan
Posts: 9
Default

Thank you Brian. That's very helpful. I downloaded 4.2.1 and I will try and install that and see how this works.
Reply With Quote
  #11  
Old 06-21-2012, 07:13 AM
Hawkmoth's Avatar
Hawkmoth Hawkmoth is offline
Junior Member
 
Join Date: May 2012
Location: Japan
Posts: 9
Default

Oh. Yay. Now our portal page is back. That was a great idea Brian-san, thank you so much.
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
Can't use FTP program after installing CMPS QuickQuestion Troubleshooting & Problems 1 04-17-2011 01:48 AM
Installing CMPS chevythunder "How Do I..." Questions 1 09-24-2006 06:33 PM
error when re-installing after gold upgrade Marty McFly Troubleshooting & Problems 10 09-30-2005 03:54 PM
installing CMPS v1.0.1 Damas Feedback & Suggestions 4 09-29-2005 07:39 PM


All times are GMT -4. The time now is 01:43 AM.

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.