02-23-2015, 07:46 PM
myhomewise Wrote:1) I do I enable error logs? I am on a hosted share server does that make a difference?
edit config.inc.php and add this code after the memory_limit line
Code:
error_reporting(E_ALL);ini_set('display_errors','on');
you will get a LOT of junk on screen, the one you are looking for is among the last one marked with "FATAL"
myhomewise Wrote:2) Is there a way to have the workflows execute during the import process?
I have seen members of the team do this in the past with a hack. I'll ask somebody to see if they can find that and put it into the wiki for you.
Joe
TSolucio
TSolucio