[TYPO3-commerce] Commerce: a big disappointment

Franz Koch typo.removeformessage at fx-graefix.de
Tue Aug 21 13:10:39 CEST 2007


Hi Michiel,

> #!/bin/sh
> if [ -f hooks.txt ]; then rm hooks.txt; fi
> for f in `grep -rl EXTCONF \`find . \( -type f -name "*php" -and \! 
> -name "ext_tables.php" \)\``;
>   do echo "" >> hooks.txt;
>   echo $f >> hooks.txt;
>   grep -nh EXTCONF $f | grep -v foreach | grep -v hookObj >> hooks.txt;
> done;
> 
> 
> That will give you a rough version of all the hooks (files and line 
> numbers). You will still have to find out which hook does what and when 
> it is called. The document doc/hooks.html may help you and then again, 
> it may not.

Thanks, but unfortunately I don't have shell access on the server. But 
I'll anyway make a local copy of the installation where I can play 
around a bit.

--
Kind regards,
Franz


More information about the TYPO3-project-commerce mailing list