Arch Posted March 2, 2013 Report Share Posted March 2, 2013 I'm trying to convert an old phpbb2 forum to phpbb3. With not having access to the server, I just took a sql backup - structure and data - and downloaded it via the ACP. It's about 355MB. I've installed a version oh phpbb2 and fresh phpbb3 on my NAS. Managed to use bigdump to restore the sql backup into the v2 and it works fine. Now i'm trying to convert that using the built in converter on phpbb3. I managed to fix all the 'colliding' user problems last night and things were going ok, problem i'm getting now is, part way through the process, step 17/28, where it start to fill the posts table, i get an Error writing '/tmp (Errcode 28) [3] Googling about, this seems to refer to a lack of space on in the tmpdir? Thing is, i have no idea where that should exist? If mysql just find C:\Windows\Temp then there's 85GB free, if it's doing it somewherre on the NAS, i have 1.36TB free space. The error message looks like it's trying to take data from two tables in phpbb2 the phpbb_posts and phpbb_posts_text tables and combine them in a temp table to then (i guess) populate into phpbb_posts in the new database? Is there anything i'm missing out here? Could it be database user related? Please bear in mind, i've only been Flipping about with this for two evenings from scratch so on a tech savvy level of databases ------------> ..I'm roughly about here. Any advice much appreciated. Link to comment Share on other sites More sharing options...
Arch Posted March 6, 2013 Author Report Share Posted March 6, 2013 Woaaaahhh, don't all rush at once will you..., i've fixed it. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now