Shows these errors when I'm installing vBulletin.

Status
Not open for further replies.

ninjamonke

New Member
Messages
4
Reaction score
0
Points
0
I didn't used to get this error on other free hosting sites but in here I get this error. It comes up at the vbulletin install page.

1d8284e4f2a7d8739968498ba523b3d8.png


I searched the error and this is what I got.
https://www.vbulletin.com/forum/project.php?issueid=28380

I don't know what to do. Someone said to turn off show_errors in php.ini which is controlled by host.

This didn't use to happen on other hosting sites. I'm trying to install vBulletin 3.8.2.
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
error_reporting(E_ALL & ~E_DEPRECATED);

add to the page you call to install vB. You will probably have to add it to index.php too, after the install.
 

ninjamonke

New Member
Messages
4
Reaction score
0
Points
0
error_reporting(E_ALL & ~E_DEPRECATED);

add to the page you call to install vB. You will probably have to add it to index.php too, after the install.

Didn't work.

I searched for

error_reporting

on the install/install.php page and upload/index.php

and replaced error_reporting(E_ALL & ~E_NOTICE); with

error_reporting(E_ALL & ~E_DEPRECATED);

Here is the new error it shows.
05b31d018f3a21f0e45dbe32f34a82df.png
 
Last edited:
Status
Not open for further replies.
Top