Create New redirect Gives me a blank page		
	
	
	
		
	
	
	
	
	
		
		
				
	
		Less
		More
		
			
									- 
						Posts: 3194					
 
				
				
									- 
						Thank you received: 441					
 
				
				
				
				
									- 
											
 
				
				
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 years 5 months ago		 -  13 years 5 months ago		#22
		by admin
	
	
		
			
			
				Hi,
I need to test on a 1.6.3 to support you. But the  error message is relater to the native Joomla redirector, and not to ReDJ.
I will tell you ASAP...
Kind regards,
Luigi			
					 
	 
	
		Last edit: 13 years 5 months ago  by admin.			
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
	
		
				
	
		Less
		More
		
			
									- 
						Posts: 3194					
 
				
				
									- 
						Thank you received: 441					
 
				
				
				
				
									- 
											
 
				
				
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 years 5 months ago				#23
		by admin
	
	
		
			
			
				Here is the solution.
Edit these files:
\administrator\components\com_redj\views\redirects\tmpl\default.php
\administrator\components\com_redj\views\pages404\tmpl\default.php
\administrator\components\com_redj\views\errors\tmpl\default.php
\administrator\components\com_redj\views\referers\tmpl\default.php
For each file just comment out these line (at the beginning):
//JHtml::_('behavior.multiselect');
And Add this piece of code just before the "<form action="..." line few lines after:
<script type="text/javascript">
window.addEvent('domready', function() {
				new Joomla.JMultiSelect('adminForm');
			});
		window.addEvent('domready', function() {
			SqueezeBox.initialize({});
			SqueezeBox.assign($$('a.modal'), {
				parse: 'rel'
			});
		});
</script>
If you need help, send me an email to info(at)selfget.com and I will support you directly...
Kind regards,
Luigi			
 
					 
	 
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
 
	
		
	
	
	
	
	
	
 
	
		Time to create page: 0.121 seconds