Here is the message that has just been posted:
***************
It appears that there is a problem on the link between Level3 and Colo4Dallas. Here is a copy of the reply received from them:
*********
We experiencing network issues at this time, we will provide an update as soon
as information becomes available.
*********
This thread will be updated as soon as any additional status notification will be received from Colo4Dallas.
An FIB TCAM exhaustion issue was experienced this morning on the Premium Network. The initial incident resulted in a small number of routes entering a software-switched state. However, as the morning went on, this issue cascaded and required rolling reboots of our border routers.
At this time, the issue has been resolved.
No, you're not complaining. I need to find a cheaper host that doesn't have all these issues. As it is, I don't really want to pay for hosting any more. I don't have the time to figure this stuff out.
Is this simply an indirect way of passing the hat to pay for the site? Is it that you are not interested in the job any longer and want someone else to take over?
Oh that is terrible. First the MBF now this. Anything that I can do in the next months?
We can start discussing ways to make it easier for Doug and faster for all of us.
Require registration to start with an e-mail to a mod?
Colo a dedicated server?
I'm assuming the bulk of the admin duties are dealing with SPAMers?
This place is important to me. I would happily send $10-25/mo to make it better, and could donate a rather beastly machine for the purpose.
spent a few hours last Saturday troubleshooting some code, but I made no changes or progress yet. I have a list of things I need to change/implement to make it a little better.
If you want help I have a decent amount of PHP development experience (though Java is much preferred for me).
Yep. At least one person on the second last page of that thread successfully converted from VB3.82 to phpBB3. HTH.
General Error
SQL ERROR [ mysqli ]
Out of range value adjusted for column 'poll_option_id' at row 1 [1264]
SQL
insert into phpbb_poll_options (poll_option_id,topic_id,poll_option_text,poll_option_total) values(128,6666,'Yes',9)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: install/convertors/functions_vb30.php
LINE: 56
CALL: dbal_mysqli->sql_query()
FILE: install/install_convert.php(1654) : eval()'d code
LINE: 2
CALL: vb_import_polloption()
FILE: install/install_convert.php
LINE: 1654
CALL: eval()
FILE: install/install_convert.php
LINE: 799
CALL: install_convert->jump()
FILE: install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: install/index.php
LINE: 409
CALL: install_convert->main()
FILE: install/index.php
LINE: 286
CALL: module->load()
Sadly it failed with this error that i need to track down.
Doug, vBulletin upgrade pricing is $175 + $80/year for email support.
I'm guessing that you've become increasingly unhappy about the product or the company over time?
I don't think it was a casting issue. I looked in the DB and that phpbb3 field is set to tinyint(4) and the value the converter tried inserting was '128,6666'. I'll need to see why the value is so high or maybe something was parsed incorrectly.Casting problem?
If there is anything we can do to help, please let us know.
What are the hardware requirements for a web site server?
i.e. you were inadvertently trying to cast a SmallInt as a TinyInt.
Out of curiosity, is the value 128 because it's part of a sequence for all possible poll options in the data? Cause on the face of it PhpBB is using a compound key of topic_id + poll_option_id instead. I guess it shouldn't matter because the key will still be unique.
What are the hardware requirements for a web site server?