
Originally Posted by
jschmidtbpi Thanks: I am using Inet 6.029 SP2 with Windows XP SP2, since I know the thera are still problems with IE 7.0, I downloaded the sugarcrm-bitrock-4.5.0f-windows-installer which is a 63MB file that does all the installation of Sugar OS including Apache, PHP and MySQL.
JS OK, open the file log4php.properties and make it look like this:
Code:
log4php.appender.A2=LoggerAppenderRollingFile
log4php.appender.A2.MaxFileSize=10MB
log4php.appender.A2.MaxBackupIndex=5
log4php.appender.A2.layout=LoggerLayoutTTCC
log4php.appender.A2.layout.ContextPrinting="true"
log4php.appender.A2.layout.DateFormat="%c"
log4php.appender.A2.File=./sugarcrm.log
//log4php.rootLogger=fatal, A2
//log4php.rootLogger=error, A2
//log4php.rootLogger=warn, A2
//log4php.rootLogger=info, A2
log4php.rootLogger=debug, A2
then delete your sugarcrm.log file and loginto your system and create the error. Then look at sugarcrm.log and see if there are any errors listed. Zip it up and post it if you want.
Bookmarks