PDA


View Full Version : Help installing VBadvanced CMPS v2.0


Adam050
12-05-2005, 03:57 PM
Hi

Ive got vBadvanced and i need some help with this bit.
(This is what it comes up with)


Parse error: parse error, unexpected '/', expecting ')' in /home/habbooas/public_html/habbohome/cmps_index.php on line 22



And ive done this.


// ============================================ // Enter the full path to your forum here // /home/habbooas/public_html/habbohome/index.php // ============================================ chdir(/home/habbooas/public_html/habbohome/index.php);









Ive tryed everything to get it to work but if any knows what is wrong please can you help me.

Many Thanks

Adam

theMusicMan
12-05-2005, 04:03 PM
You have;

chdir(/home/habbooas/public_html/habbohome/index.php);
when you should have;

chdir('/home/habbooas/public_html/habbohome');

Adam050
12-05-2005, 04:34 PM
Thanks for the help :)

Ive installed it but when i click on it now it comes up with,

Warning: main(./modules/latesttopics.php): failed to open stream: No such file or directory in /includes/vba_cmps_include_bottom.php on line 320

Fatal error: main(): Failed opening required './modules/latesttopics.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/habbooas/public_html/habbohome/includes/vba_cmps_include_bottom.php on line 320


And on line 320...

}
else
(This is line 320) {
require('./modules/' . $mods['filename']);
}




If you know what ive got to do please reply

Many Thanks

Adam

Brian
12-05-2005, 04:37 PM
Sounds like you're missing your latesttopics.php file from your modules directory. Try uploading that entire directory again and that should take care of the problem.

Adam050
12-05-2005, 04:42 PM
Thank so much, i forgot to upload that one file. Any way ive got it going and thanks for all your help


Adam