- 
	
	
	
		
PROCESS-QUEUE
	
	
		I have the following error message when viewing process-queue in VShare Admin:
ERROR: Unable to execute query
SELECT * from `process_queue` as p, `signup` as s where p.user=s.username ORDER BY `id` DESC limit 0, 
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
????????
	 
 - 
	
	
	
	
		Run the upgrade.php in your browser from the installation folder
ie:
http://www.yoursite.com/vshare/installation/upgrade.php
	 
 - 
	
	
	
	
		thanx
...
but the error is still remaining.
	 
 - 
	
	
	
	
		In phpMyAdmin, check if you have the table - process_queue
What is your site url ?
	 
 - 
	
	
	
	
		yes..
the table process-queue ist at the right place.
i found empty fields in admin / Miscellaneous Settings
so i looked for the table config..
it was empty
after import the right data, config works and also process-queue.
thanx