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 01-17-2015, 11:48 PM
MistViper MistViper is offline
 
Join Date: Jan 2015
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Can't install any plugins that involve uploading to server

So here's my issue, when I try and install plugin's onto VB there's always some sort of error. I upload the 'upload' files to the forum directory, which is where it is specified to be uploaded to. I then attach the proper .xml file and install the plugin. For one of the plugins it dind't even install saying the file didn't exist, it was the same but for some reason the root of the file it was looking for did not have the /UPLOAD part that mine had. Secondly for another which was the 'Helpful Answers' plugin, it installed properly but the thumbs up and thumbs down images were just vertical rectangles, and when I clicked on them there was an error saying to check the file on the server. Please help me, I've been working real hard on my forum and I just need to get these plugins installed before I can launch the forum to the public. I appreciate any help, I have attached where I upload the files on filezilla, don't mind that it's not connected to the server in that screenshot, I connect before uploading.
Attached Images
File Type: png ftpserver.png (54.7 KB, 0 views)
Reply With Quote
  #2  
Old 01-17-2015, 11:53 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well for specific issues with each mod, you need to ask in the mods thread.

As far as instillation instructions for any mods, that also needs to be addressed in the mods thread.

But you can give this a read, for general info, https://vborg.vbsupport.ru/showthread.php?t=201864
Reply With Quote
  #3  
Old 01-17-2015, 11:59 PM
MistViper MistViper is offline
 
Join Date: Jan 2015
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ozzy, yeah I've read that thread. I'm just frustrated because I have no idea what's going on I don't think I'm doing anything wrong and I've spent hours on this same problem.
Reply With Quote
  #4  
Old 01-18-2015, 12:07 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well if you load the files to the proper place, then import the product XML.

ACP --> Plugins & Products --> Manage Products, then click the Add/Import Product that will appear at the bottom of the page.

Then browse for the XML on your PC.
Reply With Quote
  #5  
Old 01-18-2015, 12:11 AM
MistViper MistViper is offline
 
Join Date: Jan 2015
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just followed your advice on uploading it directly under public_html where I was uploading it under the forum directory prior to that. I still get the same error, let me attach it in a screenshot.

Edit: I saw your post on the other thread about uploading it to the forum directory, well this is what I have been doing and it's not working. :/

Also I took a screenshot of how my server files look in filezilla, does anything look amiss?
Attached Images
File Type: png 404notfound.png (15.8 KB, 0 views)
File Type: png ftpserv2.png (36.7 KB, 0 views)
Reply With Quote
  #6  
Old 01-18-2015, 12:18 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want, PM me a full admin account, FTP info, and a link to a mod that you are trying to install, and I will try to install it to see if I get the same results as you.
Reply With Quote
  #7  
Old 01-18-2015, 12:20 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MistViper View Post
So here's my issue, when I try and install plugin's onto VB there's always some sort of error. I upload the 'upload' files to the forum directory, which is where it is specified to be uploaded to. I then attach the proper .xml file and install the plugin. For one of the plugins it dind't even install saying the file didn't exist, it was the same but for some reason the root of the file it was looking for did not have the /UPLOAD part that mine had. Secondly for another which was the 'Helpful Answers' plugin, it installed properly but the thumbs up and thumbs down images were just vertical rectangles, and when I clicked on them there was an error saying to check the file on the server. Please help me, I've been working real hard on my forum and I just need to get these plugins installed before I can launch the forum to the public. I appreciate any help, I have attached where I upload the files on filezilla, don't mind that it's not connected to the server in that screenshot, I connect before uploading.
Keep in mind, when a modification has an "upload" folder, typically you're supposed to upload the contents of that folder. Not the upload folder itself. They've just put them in an upload folder to keep them distinct from the folders/file you don't upload. If you don't, then all your needed files aren't going into the right directories. Look inside the upload folder. If you see folders called admincp, images, clientscript or similar to that, then they're supposed to go in your forum root, overwriting the same folders already there.
Reply With Quote
Благодарность от:
ozzy47
  #8  
Old 01-18-2015, 12:22 AM
MistViper MistViper is offline
 
Join Date: Jan 2015
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
Keep in mind, when a modification has an "upload" folder, typically you're supposed to upload the contents of that folder. Not the upload folder itself. They've just put them in an upload folder to keep them distinct from the folders/file you don't upload. If you don't, then all your needed files aren't going into the right directories. Look inside the upload folder. If you see folders called admincp, images, clientscript or similar to that, then they're supposed to go in your forum root, overwriting the same folders already there.
Oh I've been uploading the upload folder... Thank you so much for this. So should I select all the files together and put them in the forum root? Also ozzy I'll try this and if it still doesn't work I'll take you up on your offer. Thanks so much guys, as you can assume I am not too experienced.
Reply With Quote
  #9  
Old 01-18-2015, 12:23 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I did say that in the mods thread.

Quote:
Please drag and drop the contents of the upload folder (use Ctrl+A to select all files)
Reply With Quote
  #10  
Old 01-18-2015, 12:26 AM
MistViper MistViper is offline
 
Join Date: Jan 2015
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
Well I did say that in the mods thread.

I didn't read the fine print haha, it worked! I can't believe I was so oblivious to the simple mistake. Thank you guys so much, I feel amazing right now... You gentlemen are amazing!
Reply With Quote
2 благодарности(ей) от:
Digital Jedi, ozzy47
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 06:59 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04837 seconds
  • Memory Usage 2,291KB
  • Queries Executed 14 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete