SMF Support > IPB
[SMF Converter] IPB 2.2.x
Retrolock:
:( after converting I cant see any posts...
JayBachatero:
Did any of the steps fail?
shadow2004:
Hi, my name is Lars.
I tryed the converter and the last sql-file from this post to convert an IPB 2.2 with latest fixes to SMF 1.1.2. It works nearly good. (about 50.000 posts) Just one error was written out:
--- Code: ---Converting user avatars...
Notice: Undefined variable: oldAvatarDir in C:\xampplite\www\smf\convert.php(829) : eval()'d code on line 58
Warning: copy(/av-2.gif) [function.copy]: failed to open stream: No such file or directory in C:\xampplite\www\smf\convert.php(829) : eval()'d code on line 59
Notice: Undefined variable: oldAvatarDir in C:\xampplite\www\smf\convert.php(829) : eval()'d code on line 58
Warning: copy(/upload:av-5.jpg) [function.copy]: failed to open stream: No such file or directory in C:\xampplite\www\smf\convert.php(829) : eval()'d code on line 59
Notice: Undefined variable: oldAvatarDir in C:\xampplite\www\smf\convert.php(829) : eval()'d code on line 58
--- End code ---
This is the code from convert.php (Line 829)
--- Code: ---<826> while ($row = convert_fetch_assoc($special_result))
<827> {
<828> if ($special_code !== null)
<829> eval($special_code);
--- End code ---
But in my opinion it comes out of the sql-file. This is the only file, where something is written about "oldAvatarDir". It seems, that the upload-directory isn't set right.
greetings shadow2004
JayBachatero:
Try this file.
nip0n:
Hi, first tnx for converter :)
second:
I have IPB 2.2.2 and when I try to convert I get this error message:
-----
Converting attachments... Unsuccessful!
This query:
SELECT
attach_pid AS ID_MSG, attach_location AS oldEncrypt,
attach_hits AS downloads, attach_file AS filename
FROM `mojozon`.ibf_attachments
LIMIT 0, 500;
Caused the error:
Unknown column 'attach_pid' in 'field list'
----
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version