PDA

View Full Version : Installation Problems


bonjurkes
09-23-2005, 04:40 PM
Hello,

I am using vb 3,5,0 rc 3 and i tried to install vbadvanced cmps.But i had some errors.


When i do the changes that said at readme when i try to install run install file i get
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/***/public_html/forum/includes/adminfunctions_template.php on line 3607

The 3607 th sentence is : 'adv_portal' => 'vBadvanced CMPS'


if i remove: 'aaa' => 'AAA Old Backup'

and try to install script i get :

Parse error: parse error, unexpected $ in /home/***/public_html/forum/includes/adminfunctions_template.php on line 715

error.After i get this error if i press f5.everything turns to normal and i finish the installation.But when i try to visit my cmps_index.php i get only whole white blank page


can anyone help me about it?

Zachery
09-23-2005, 11:43 PM
Change

'adv_portal' => 'vBadvanced CMPS'

to

'adv_portal' => 'vBadvanced CMPS',