OS:Suse
SUG: 4.5.1e
SugarOS Bitrock installer (apache 2,Mysql 4,php5) etc
Studio Module (I know, ick!)
Hello all,
I have been hacking away at SugarCRM OpenSource for a while, testing its features and my boss has since kicked the project into high gear. I initially did most of my development on my own winxp box and we have now decided to install onto a blade server running Suse. The meat of the problem is that on my windows box I can go to studio editor and press the add custom field button and a javascript popup will allow me to add a custom field.
!!on the linux server this functionality is broken somehow, it throws an exception, (the browser is silent about it but Firebug picks it up)!! I know its not the browser (Firefox 2.0.0.6) because I can flip between tabs and it will work on my personal machine but still hang when flipped back to the linux box page. I hope this is making sense.
I ran:
chmod -R 755 *
chown -R nobody *
on /opt/sugarcrm-4.5.1e/htdocs/sugarcrm
in the hopes that it was a permission/ownership issue without avail.

The effect is that I cannot easily create custom fields, the workaround is to create them on the windows box and then export migrate them over to the linux machine but this is not the desired workflow and it makes me nervous that javascipt is breaking on a virgin install of Sugar that I havent made any modifications to.

Im kind of in a crunch so any help would be greatly appreciated.

ET