
03-12-2011, 03:36 PM
|
|
|
Join Date: Nov 2002
Location: Bowling Green, KY
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by giaguaro
1 - vb 4.1.2
2 - i imported it (i didnt install it before)
3 -  cant link: if i activate the products, it say
not working:
Warning: require_once([path]/mgc_cb_evo/classes/class_core.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 4
Fatal error: require_once() [function.require]: Failed opening required '/var/www/jtv.cc/forum/mgc_cb_evo/classes/class_core.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/jtv.cc/forum/includes/class_bootstrap.php(103) : eval()'d code on line 4
Perhaps i have to setup something in the OPTION (Admin Cp) ?
|
First thing I'd ask is did you follow everything in the readme file step by step?
Quote:
Follow the following install instructions: For a fresh install
Upload the content of the Files folder in your forum root.
You can't just dump the "Files" folder in your forum root. You have to match up folder for folder what's in the Files folder to the corresponding folders in your forums directory. (Sorry to be so elementary, but this is often the biggest misunderstanding for beginning mod-ers.)
In your forum root directory /forums , you should copy two files there:
1. mgc_cb_evo.php
2. mgc_cb_evo_ajax.php
When you look in the Files folder, you'll find other folders.
1. admincp - the contents of this folder should be copied to the admincp/ folder on your server. not the folder itself, just the contents into the admincp folder already there.
2. includes - the contents of this folder should be copied to the includes/ folder on your server. not the folder itself, just the contents into the includes folder already there.
3. mgc_cb_evo - this entire folder should be copied to your forum root.
Let me know if you understand this stuff and I need to stop. If not, let me know, and I'll break it down further. To me, your problem sounds like it is not finding files where it expects them to be located.
Upload the content of the Images in each of your forum styles directories.
Log into the admin control panel of your forum and import the product located in the Product folder.
Go in the Download/Upload item of the Language manager menu and then:
Select the English language file from the Lang folder.
Select the forum language to overwrite.
Set the Ignore language version option to YES.
Launch the upload.
Installation is finished, you just have to set the permissions of your usergroups so that they can see the chatbox, configure the chatbox settings, manage the available commands and if necessary add channels.
|
If you are 100% sure you've got everything copied to the right place, I'll investigate further, but let me know this much for now.
|