Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-18-2014, 03:46 PM
LucaTorelli LucaTorelli is offline
 
Join Date: Feb 2014
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Import attachments from phpbb3

Hello! I really need your help... I have a forum based on phpbb3 and I'm moving to vbulletin 4, everything is going well working with Impex, but I'm still not able to import the attachments! Every path that I've entered leads to Source not found, and I don't know how to correctly import them. How can I find the real full path?

Thank you!!
Reply With Quote
  #2  
Old 02-18-2014, 03:52 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go into Vbulletin 4 and look at phoinfo in the maintenance section of the admincp. Make sure attachment directories have read/write access as well.
Reply With Quote
  #3  
Old 02-19-2014, 08:13 AM
LucaTorelli LucaTorelli is offline
 
Join Date: Feb 2014
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
Go into Vbulletin 4 and look at phoinfo in the maintenance section of the admincp. Make sure attachment directories have read/write access as well.
Hello, thanks for the hint! I've checked phpinfo but I didn't know what to look for...can you explain me?

thanks!
Reply With Quote
  #4  
Old 02-19-2014, 11:03 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You will see your forum path there. Look at the paths and use them to make sure your attachments path is correct. Go into your attachment manager and be sure you have the right path there under storage types. This only applies if you are using file storage though but it would be this and file permissions I would check first.

/var/www/vhosts/yoursite/httpdocs/...... example file path..make sure you have the correct full path to your attachment's directory and make sure your attachments directory is set at chmod 777 or 755 on some servers.
Reply With Quote
  #5  
Old 02-20-2014, 12:01 PM
LucaTorelli LucaTorelli is offline
 
Join Date: Feb 2014
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
You will see your forum path there. Look at the paths and use them to make sure your attachments path is correct. Go into your attachment manager and be sure you have the right path there under storage types. This only applies if you are using file storage though but it would be this and file permissions I would check first.

/var/www/vhosts/yoursite/httpdocs/...... example file path..make sure you have the correct full path to your attachment's directory and make sure your attachments directory is set at chmod 777 or 755 on some servers.
Hello, thanks for your reply!
Unfortunately I still can't find the right path, the attachment manager of phpbb is very poor, and it says that attachments are found through the path /files , but when I enter that path on Impex it doesn't work... That folder is set at 777, like you said.
I found through phpMyadmin that there is a tab named phpbb_attachments, can it be useful?

thanks!!!
Reply With Quote
  #6  
Old 02-20-2014, 12:19 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
You will see your forum path there. Look at the paths and use them to make sure your attachments path is correct. Go into your attachment manager and be sure you have the right path there under storage types. This only applies if you are using file storage though but it would be this and file permissions I would check first.

/var/www/vhosts/yoursite/httpdocs/...... example file path..make sure you have the correct full path to your attachment's directory and make sure your attachments directory is set at chmod 777 or 755 on some servers.
Not everyone has htdocs it depends, usually I see htdocs on parallels plesk installations and public_html with whm/cpanel setups.

Quote:
Originally Posted by LucaTorelli View Post
Hello, thanks for your reply!
Unfortunately I still can't find the right path, the attachment manager of phpbb is very poor, and it says that attachments are found through the path /files , but when I enter that path on Impex it doesn't work... That folder is set at 777, like you said.
I found through phpMyadmin that there is a tab named phpbb_attachments, can it be useful?

thanks!!!
Try:
AdminCP > Maintenance > View PHP Info > *Scroll to find (or use "find" in browser options) the text "_SERVER["DOCUMENT_ROOT"]" and that will have something similar to: /home/accountname/public_html

So with that being said if the mod file was in lets say for example you use your forum in a folder such as forum it would be: /home/accountname/public_html/forum/filename.php so in the settings you would key in for full path /home/accountname/public_html/forum/

See what your DOCUMENT_ROOT is .
Reply With Quote
  #7  
Old 02-22-2014, 12:41 PM
LucaTorelli LucaTorelli is offline
 
Join Date: Feb 2014
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
Not everyone has htdocs it depends, usually I see htdocs on parallels plesk installations and public_html with whm/cpanel setups.



Try:
AdminCP > Maintenance > View PHP Info > *Scroll to find (or use "find" in browser options) the text "_SERVER["DOCUMENT_ROOT"]" and that will have something similar to: /home/accountname/public_html

So with that being said if the mod file was in lets say for example you use your forum in a folder such as forum it would be: /home/accountname/public_html/forum/filename.php so in the settings you would key in for full path /home/accountname/public_html/forum/

See what your DOCUMENT_ROOT is .
Wow! That did the trick

Thank you, you really helped me a lot.

Luca
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:14 PM.


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.03761 seconds
  • Memory Usage 2,223KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete