vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   phpBB2 attachment support for ImpEx (https://vborg.vbsupport.ru/showthread.php?t=67612)

OmerE 11-01-2004 12:57 PM

I've received information about the issue from Melanie (off-board), and it
seems that the current ImpEx is compatible with the patch, but not with
the patch file. I'll post a new patch file as soon as I have some time.

Omer.

zigx 11-23-2004 05:39 AM

Quote:

Originally Posted by OmerE
I've received information about the issue from Melanie (off-board), and it
seems that the current ImpEx is compatible with the patch, but not with
the patch file. I'll post a new patch file as soon as I have some time.

Omer.

is this updated already?

zigx 11-23-2004 06:15 AM

Hey guys, im getting this error:

Code:

Fatal error: Cannot redeclare get_phpbb2_attachment_details() in /var/www/domain/impex/systems/phpBB2/000.php on line 978
Any ideas?

zigx 11-23-2004 06:21 AM

for some reason that function and the one under it were in there twice..just deleted an instance of both of htem and that fixed it.

zigx 11-24-2004 12:11 AM

hi OmerE, check the attachment i put on thispost...

i imported everything fine until i got to the attachment module.... hit attachment, then the error below popped up and my browser memory usage started to SKY rocket until the computer froze...

Now when i try to go back into impex's importer area it gets stuck in a loop and trys to load the frame for infinity... not sure what to do.

i couldnt get more details than this Screen shot when it crashed, but do you have any idea whats going on? or anyone for that matter?! thanks a lot guys.

and especailly thanks for this hack because if i can get it to work....i will consider you my life saver lol.

zigx 11-24-2004 01:45 AM

Quote:

Originally Posted by OmerE
In the patch file included here I neglected to add one required line
which is required in order to create a temporary column in the attachment
table during the upgrade process.

In impex/systems/phpBB2/001.php, around line 89, and AFTER you
use the patch file, find this:
Code:

                                '13'    => array('post'                =>  'importpostid')
Replace with:
Code:

                                '13'    => array('post'                =>  'importpostid'),
                                '14'    => array('attachment'                =>  'importattachmentid')

If you're in the middle of the process, just add a BIGINT colum
named 'importattachmentid' to the attachment table.

also, my 001.php didnt have that line in it... but i added the BIGINT column to the end of the table.

Jerry 11-24-2004 08:12 AM

If you PM me over at vbulletin.com I will add this offically so you don't have to mess about with hacks.........

Jerry 11-24-2004 08:13 AM

Quote:

Originally Posted by zigx
also, my 001.php didnt have that line in it... but i added the BIGINT column to the end of the table.

It wouldn't all that has changed now.

zigx 11-24-2004 10:26 AM

wow im BRAND new to vB so this is all new to me... ill drop u a PM.

Jerry 11-24-2004 10:31 AM

Quote:

Originally Posted by zigx
wow im BRAND new to vB so this is all new to me... ill drop u a PM.

Well I'm one of the developers and have been after a board with attachments for a while so I can add the attachment module.


All times are GMT. The time now is 09:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01271 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete