PDA

View Full Version : Critical vBulletin Error


FlowHRS
06-09-2012, 12:56 PM
I've just completed an import of MyBB to vBulletin 4.1.12 - however, the following error occurs on the top of the boards:

Warning: number_format() expects parameter 1 to be double, string given in [path]/includes/functions.php on line 458

Warning: number_format() expects parameter 1 to be double, string given in [path]/includes/functions.php on line 458


What's more, the statistics on the forum are totally wrong:
[img]http://puu.sh/zMap[/code]

I'd very much appreciate assistance on this issue, thank you!

snakes1100
06-09-2012, 02:22 PM
1. The warning can be disabled via php.ini: display_errors = Off, but it being triggered most likely by old code in the db or files from mybb, by default, a fresh/non moded vbulletin instal produces no warning messages from php.

2. You should read & follow the instructions for Impex, the stats wont correct themselves until your update your counters.

FlowHRS
06-09-2012, 04:04 PM
1. The warning can be disabled via php.ini: display_errors = Off, but it being triggered most likely by old code in the db or files from mybb, by default, a fresh/non moded vbulletin instal produces no warning messages from php.

2. You should read & follow the instructions for Impex, the stats wont correct themselves until your update your counters.

Thanks for your reply. I'm going to go ahead and disable errors, however is the aforementioned error going to impact anything on forum functionality?

Also, with regards to the counters:

http://puu.sh/zMap

I followed the Impex tutorial step-by-step, however updating the forum counters did not resolve this problem!

snakes1100
06-09-2012, 08:05 PM
Did you update all the counters?

I wouldnt just disable the errors to start, you need to find out whats causing them.