Status
Not open for further replies.

Solein

Customer
Hello,

I just update my board to the latest 4.1.4 and the upload page don't show the editor for the description of the file:

vbdownloadserror.jpg


The editor works fine in the rest of the site. I've reuploaded and reinstalled vbdownloads and still no luck.
 
I just registered to your site, and did not receive a confirmation email, could you activate my account so I can try the downloads. user ozzy47
 
Do you have a default skin on the site, I only see the English and Espanol skins which are basically the same thing?
 
And by looking at the source code for the page I don't see anything for
DBT_PRO_START

Here is the section from your forum:

Code:
<!--DBT_PRO_START-->  <!--DBT_PRO_END-->

Here is the section from my forum:

Code:
<!--DBT_PRO_START-->  	<link rel="stylesheet" type="text/css" href="[URL="http://www.dragonbyte-tech.com/view-source:http://www.vbmhm.com/dbtech/downloads/css/default.css"]dbtech/downloads/css/default.css[/URL]" /> 	 	<script type="text/javascript" src="[URL="http://www.dragonbyte-tech.com/view-source:http://www.vbmhm.com/dbtech/downloads/clientscript/swfupload.js"]dbtech/downloads/clientscript/swfupload.js[/URL]"></script> 	<script type="text/javascript" src="[URL="http://www.dragonbyte-tech.com/view-source:http://www.vbmhm.com/dbtech/downloads/clientscript/plugins/swfupload.cookies.js"]dbtech/downloads/clientscript/plugins/swfupload.cookies.js[/URL]"></script> 	<script type="text/javascript" src="[URL="http://www.dragonbyte-tech.com/view-source:http://www.vbmhm.com/dbtech/downloads/clientscript/fileprogress.js"]dbtech/downloads/clientscript/fileprogress.js[/URL]"></script> 	<script type="text/javascript" src="[URL="http://www.dragonbyte-tech.com/view-source:http://www.vbmhm.com/dbtech/downloads/clientscript/handlers.js"]dbtech/downloads/clientscript/handlers.js[/URL]"></script> 	<script type="text/javascript">	 		var swfu; 		 		window.onload = function () { 			var settings_object = { 				upload_url : "vbdownloads.php?do=doupload&flashupload=1", 				flash_url : "dbtech/downloads/clientscript/Flash/swfupload.swf", 				 				 				file_queue_limit : 0, 				custom_settings : { 					progressTarget : "fsUploadProgress", 					cancelButtonId : "btnCancel" 				}, 				debug: false,  				// Button settings 				button_image_url: "dbtech/downloads/images/upload.png", 				button_width: "86", 				button_height: "30", 				button_placeholder_id: "uploader", 				button_text: '<span class="uploadfont">Select Files</span>', 				button_text_style: ".uploadfont { font-size: 12px; font-weight: bold; }", 				button_text_top_padding: 7, 				button_text_left_padding: 9,			  				file_post_name : "upload", 				use_query_string : false, 				requeue_on_error : false, 				http_success : [201, 202], 				assume_success_timeout : 0, 				file_upload_limit : MAX_FILEINPUTS, 				file_queue_limit : MAX_FILEINPUTS, 				 				file_queued_handler : fileQueued, 				file_queue_error_handler : fileQueueError, 				file_dialog_complete_handler : fileDialogComplete, 				upload_start_handler : uploadStart, 				upload_progress_handler : uploadProgress, 				upload_error_handler : uploadError, 				upload_success_handler : uploadSuccess, 				upload_complete_handler : uploadComplete, 				queue_complete_handler : queueComplete 			}; 			 			swfu = new SWFUpload(settings_object); 		}; 	</script>  <!--DBT_PRO_END-->

I would look to see if your dbtech/downloads_pro folder is in the correct place
 
Do you have a default skin on the site, I only see the English and Espanol skins which are basically the same thing?

Ok, default skin active, the English and Espanol are languages (I don't want the normal users swich the skins :P).

About DBT_PRO_START, the mod just stop working when updated the vBulletin version to 4.1.4. Looking at the template dbtech_downloads_upload seems all in place:

Code:
<br />

<script type="text/javascript" src="clientscript/vbulletin-editor.js?v={vb:raw vboptions.simpleversion}"></script>

<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}vbulletin-formcontrols.css" />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}editor.css" />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}bbcode.css" />

<!--DBT_PRO_START-->
<vb:if condition="$vboptions['dbtech_downloads_flash_upload'] == 1">
	<link rel="stylesheet" type="text/css" href="dbtech/downloads/css/default.css" />
	
	<script type="text/javascript" src="dbtech/downloads/clientscript/swfupload.js"></script>
	<script type="text/javascript" src="dbtech/downloads/clientscript/plugins/swfupload.cookies.js"></script>
	<script type="text/javascript" src="dbtech/downloads/clientscript/fileprogress.js"></script>
	<script type="text/javascript" src="dbtech/downloads/clientscript/handlers.js"></script>

	<script type="text/javascript">	
		var swfu;
		
		window.onload = function () {
			var settings_object = {
				upload_url : "{vb:var vboptions.dbtech_downloads_link}.php?do=doupload&flashupload=1",
				flash_url : "dbtech/downloads/clientscript/Flash/swfupload.swf",
				
				
				file_queue_limit : 0,
				custom_settings : {
					progressTarget : "fsUploadProgress",
					cancelButtonId : "btnCancel"
				},
				debug: false,

				// Button settings
				button_image_url: "dbtech/downloads/images/upload.png",
				button_width: "86",
				button_height: "30",
				button_placeholder_id: "uploader",
				button_text: '<span class="uploadfont">{vb:rawphrase dbtech_downloads_select_files}</span>',
				button_text_style: ".uploadfont { font-size: 12px; font-weight: bold; }",
				button_text_top_padding: 7,
				button_text_left_padding: 9,			

				file_post_name : "upload",
				use_query_string : false,
				requeue_on_error : false,
				http_success : [201, 202],
				assume_success_timeout : 0,
				file_upload_limit : MAX_FILEINPUTS,
				file_queue_limit : MAX_FILEINPUTS,
				
				file_queued_handler : fileQueued,
				file_queue_error_handler : fileQueueError,
				file_dialog_complete_handler : fileDialogComplete,
				upload_start_handler : uploadStart,
				upload_progress_handler : uploadProgress,
				upload_error_handler : uploadError,
				upload_success_handler : uploadSuccess,
				upload_complete_handler : uploadComplete,
				queue_complete_handler : queueComplete
			};
			
			swfu = new SWFUpload(settings_object);
		};
	</script>
</vb:if>
<!--DBT_PRO_END-->

<form class="vbform block" action="{vb:var vboptions.dbtech_downloads_link}.php?do=doupload" method="post" enctype="multipart/form-data" name="vbform" onsubmit="return Downloads.flash_upload()">
	<h2 class="blockhead">{vb:rawphrase dbtech_downloads_upload}</h2>
	<div class="blockbody settings_form_border">
		<div class="table" style="width: 100%;">
			
			<div class="tr">
				<div class="td blockrow">{vb:rawphrase dbtech_downloads_category}</div>
				<div class="td blockrow" style="font-weight: bold;">
					<vb:if condition="!empty($category)">
						{vb:var category}
						<input type="hidden" id="catid"" name="catid" value="{vb:var catid}" />
					<vb:else />
						<select name="catid" id="catid" onchange="Downloads.change_cat(this.value, 0)">
							<option value="0">------------------------</option>
							{vb:raw categories}
						</select>
					</vb:if>
				</div>
			</div>
			
			<div class="tr">
				<div class="td blockrow">{vb:rawphrase dbtech_downloads_download_name}</div>
				<div class="td blockrow"><input type="text" id="title" class="textbox" name="title" size="40" /></div>
			</div>
		</div>
		
		<div class="table" style="width: 100%;">
			<div class="tr">
				<div class="td blockrow">
					<div class="blockbody">
						<div class="blockrow">
							{vb:raw messagearea}
						</div>
					</div>
				</div>	
			</div>
		</div>

				
		<div class="table" style="width: 100%;">
			
		<!--DBT_PRO_START--><vb:if condition="$vboptions['dbtech_downloads_flash_upload'] == 1"></div></vb:if><!--DBT_PRO_END-->
		
		<!--DBT_PRO_START--><vb:if condition="$vboptions['dbtech_downloads_flash_upload'] == 0"><!--DBT_PRO_END-->
				<div class="tr">
					<div class="td blockrow">{vb:rawphrase dbtech_downloads_files}</div>
					<div class="td blockrow">
						<span id="dbtech_downloads_fileinput"><input type="file" name="upload[]" id="fileinput_1" /></span>
						{vb:raw fileinputs}
						<span id="dbtech_downloads_fileinput_button"><a href="javascript://" onclick="Downloads.add_input_file()">[+]</a></span>
					</div>
				</div>
			</div>
		<!--DBT_PRO_START--><vb:else />
			<div class="table" style="width: 100%;">
				<div class="tr">
					<div class="td blockrow" style="vertical-align: top;">
						<div class="fieldset flash" id="fsUploadProgress">
							<span class="legend">{vb:rawphrase dbtech_downloads_file_queue}</span>
							</div>
						<div id="divStatus"></div>
					</div>
						
					<div class="td blockrow" style="vertical-align: top;">	
						<span id="uploader"></span>
						<br /><br />
						<input id="btnCancel" type="button" value="{vb:rawphrase dbtech_downloads_cancel_all}" onclick="swfu.cancelQueue();" disabled="disabled" class="button" />
					</div>
				</div>
			</div>	
		</vb:if><!--DBT_PRO_END-->
		
		<div class="table" style="width: 100%;">
			<vb:if condition="$vboptions['dbtech_downloads_mirrors_enabled'] == 1">
				<div class="tr">
					<div class="td blockrow">{vb:rawphrase dbtech_downloads_mirrors}</div>
					<div class="td blockrow">
						<span id="dbtech_downloads_mirrorinputs"><input type="text" class="textbox" id="mirrors" name="mirrors[]" value="http://" style="margin-top: 4px;" /></span>
						<!--DBT_PRO_START--><vb:if condition="$vboptions['dbtech_downloads_flash_upload'] == 1"><span id="dbtech_downloads_fileinput_button"><a href="javascript://" onclick="Downloads.add_input_file()">[+]</a></span></vb:if><!--DBT_PRO_END-->
					</div>
				</div>
			</vb:if>
			
			{vb:raw template_hook.dbtech_downloads_upload}
			
		</div>
	</div>
	
	<div class="blockfoot actionbuttons settings_form_border">
		<div class="group">
			
			<!--DBT_PRO_START--><vb:if condition="$vboptions['dbtech_downloads_flash_upload'] == 1">
				<input type="button" class="button" value="{vb:rawphrase dbtech_downloads_upload}" onclick="return Downloads.flash_upload()" tabindex="1" accesskey="s" />
			<vb:else /><!--DBT_PRO_END-->
				<input type="submit" class="button" value="{vb:rawphrase dbtech_downloads_upload}" />
			<!--DBT_PRO_START--></vb:if><!--DBT_PRO_END-->
			
			<input type="reset" class="button" value="Limpiar Campos" tabindex="1" accesskey="r" />
			<input type="hidden" id="updating" value="0" />
			<input type="hidden" name="securitytoken" value="{vb:var bbuserinfo.securitytoken}" />
			<input type="hidden" name="foo" value="bar" /> <!-- Stop vbulletin from spazzing out -->
		</div>
	</div>
	
	<h4 class="blockhead">{vb:rawphrase dbtech_downloads_extension_information}</h4>
	<div class="blockbody settings_form_border">
		<div class="table settings_form_border" style="width: 100%;">
			<div class="tr">
				<div class="td"><h4 class="blocksubhead">{vb:rawphrase dbtech_downloads_extension}</h4></div>
				<div class="td"><h4 class="blocksubhead">{vb:rawphrase dbtech_downloads_max_size}</h4></div>
			</div>
			{vb:raw extensioninfo}
		</div>
	</div>	
</form>
 
Ok I see it is happening on the default too, could you pm me with ftp info, and make my admin account can administer settings, and products and I will see if I can get it sorted for you.

I did upgrade my site to 4.1.4 and have not had this issue, so I know it does work.
 
Well I can not seem to be able to get it to show either, I will pass all ftp/admin info to David and see if he can figure it out.
 
We are still working on this, I upgraded 2 more sites to 4.1.4 and could not duplicate this issue, since this seems to be a new install of downloads, if need be could it be un installed and re installed?

Me or David would do it, just to see if something did not write correctly somewhere during installiation.
 
I am also having the same problem. The editor does not load and the error in javascript console in Firebug is:

Code:
n.wrap_x_tags is null
[url]http://cdn.jv-extensions.com/clientscript/ckeditor/ckeditor.js?t=A7HG4HT&v=414[/url]
Line 136

The same CKE editor works in other places like blogs, cms and forums.

Thanks
Niranjan
 
I am also having the same problem. The editor does not load and the error in javascript console in Firebug is:

Code:
n.wrap_x_tags is null
[url]http://cdn.jv-extensions.com/clientscript/ckeditor/ckeditor.js?t=A7HG4HT&v=414[/url]
Line 136

The same CKE editor works in other places like blogs, cms and forums.

Thanks
Niranjan

Could you please start a new thread to this issue, it helps us keep track of reports better, and reporting back to the users.
 
We are still working on this, I upgraded 2 more sites to 4.1.4 and could not duplicate this issue, since this seems to be a new install of downloads, if need be could it be un installed and re installed?

Me or David would do it, just to see if something did not write correctly somewhere during installiation.

Ok, if you need to do this I've just saved my spanish translation of the mod and dont worry about reinstall.

Also, I'm not the only user with this problem.
 
Yeah I see someone else now has the issue, so it may not require a fresh install, as it is no longer site specific.
 
Just want to give you an update to let you know that I am investigating the cause of this and will have a fix as soon as possible.
 
Here is the latest from David:

Sorry for the delay. Having a bit of trouble with this bug! It is showing different error messages on different sites. I will have a fix for you either later tonight or tomorrow I hope! Again, apologies for the massive delay!
 
I'm still waiting... seems the issue is serius or there is something in our pages interfering, but, this mod is the only affected at my site.

Also, I've download from customer area and re-upload the product again as seen on other thread here and still no luck.
 
I've finally tracked down the problem with this. The updated files are now available in your Customer Area. Apologies for the delay in the update, this was a toughie to fix!
 
I've finally tracked down the problem with this. The updated files are now available in your Customer Area. Apologies for the delay in the update, this was a toughie to fix!

Thanks for the fix David, the mod is working now :)

And yes, was a toughie one hehe.
 
Status
Not open for further replies.

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,714
Customer rating
0.00 star(s) 0 ratings
Top