Status
Not open for further replies.

iAmDjMAD

Active Member
784
2012
139
0
i unable to install Chatbox in VB3. i have tried almost every cb plugin but everytime i have received this error.

it goes on & on pointing different lines
2c6a309788.png
 
6 comments
A permanent fix is to edit the files; includes/init.php, includes/class_core.php, etc. and on the line the problem is (i.e. on line 55 and 107) there should be something like:

$variable =& new Class();

Just remove the &


Another good fix is to use this error reporting when you run into init.php errors, add: error_reporting(E_ALL & ~E_NOTICE ^ E_DEPRECATED);
 
yes it is 3.8

Excel the problem on not 55 & 107 its on manys list goes on & on & i unable to find out $variable =& new Class(); in init.php

& about your second fix i did not properly understand it.

what actually the problem? should i move to vb4?

here is the error i receive when install CB by dragonbyt & it appears on settings as well

4bb27806ff.png
 
Status
Not open for further replies.
Back
Top