PDA

View Full Version : Problem


Bubbasmurf
11-19-2004, 02:38 PM
Ok I have installed everything up to Step 7: Updates Image Paths
When it gets to this point it goes to a page not found and stops.
Here in the cmps_index.php file
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0 RC2 ||
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved ||
// || This file may not be redistributed in whole or significant part. ||
// || http://vbadvanced.com ||
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

chdir('/Forums_vb/');

// ============================================
// No Further Editing Necessary!
// ============================================


And yes I looked at the phpinfo and put that in the chdir part but that didn’t help
It still says

Warning: ChDir: No such file or directory (errno 2) in /export/home/bubbasmu/www/Forums_vb/cmps_index.php on line 19



Unable to add cookies, header already sent.File: N/ALine: 0
So I’m lost, I don’t know how to fix this, any help would be greatly appreciated

Zachery
11-19-2004, 03:07 PM
Remove

chdir('/Forums_vb/');


1. you are already in the vBulletin folder
2. you dont need a end /
3. make sure there is no whitespace before <?php and again after ?>

Our Sponsors
 

Bubbasmurf
11-19-2004, 03:28 PM
ok here is what I get know.

Error 500 Internal Server Error

Brian
11-19-2004, 03:35 PM
It looks like you have some white space in the file. Make sure you don't have any line breaks after the ?> at the end of the file.

Our Sponsors
 

Bubbasmurf
11-19-2004, 04:30 PM
ok let me start over. When I get to Step 7 on the install here is what I get

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

--------------------------------------------------------------------------------

Please try the following:

If you typed the page address in the Address bar, make sure that it is spelled correctly.

Open the www.bubbasmurf.com home page, and then look for links to the information you want.
Click the Back button to try another link.
Click Search to look for information on the Internet.



HTTP 400 - Bad Request
Internet Explorer
--------------------------------------------

and thats it, it stops the install.

whats going on?

Brian
11-19-2004, 05:41 PM
That can happen if you have a lot of smilies or icons on your forums (that part of the installation updates the path to these images so that they can be used from your homepage). I've just updated the zip file here with a new version of the install script that separates this step into pages so that it shouldn't have any problems. Please download the new file, upload it to your server, and then when you go to it in your browser you can just select the option to update your image paths.

Bubbasmurf
11-19-2004, 06:28 PM
ok did all that, I also took of all but 15 smilies I then uninstalled vBadvanced CMPS and re installed it but still get to step 7 and after a few min it stops and says

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

--------------------------------------------------------------------------------

Please try the following:

If you typed the page address in the Address bar, make sure that it is spelled correctly.

Open the www.bubbasmurf.com home page, and then look for links to the information you want.
Click the Back button to try another link.
Click Search to look for information on the Internet.



HTTP 400 - Bad Request
Internet Explorer
------------------------------------------

Brian
11-19-2004, 06:44 PM
You can try opening the install file and looking for this:

$perpage = 50;

And replace 50 with a smaller number (probably 10 to be safe) and then try it again. If that still doesn't work then you'll need to manually update the path for each of your smilies and icons.

Bubbasmurf
11-19-2004, 07:08 PM
There is no $perpage = 50; in the install file.......................

Brian
11-19-2004, 07:10 PM
Did you download a new copy? I just double checked the file on the server and it is there.

Bubbasmurf
11-19-2004, 08:03 PM
Well Im having more problems then I can deal with right now so I just paid to have one of you install this for me.

Thanks for all your help.