Started 3 days, 10 hours ago (2009-11-26 16:57:00)
by salesagility
You might need to modify your PHP settings.
In particular check memory and
execution time settings.
Started 1 week, 1 day ago (2009-11-21 14:09:00)
by kuske
I hope you installed 5.2.0...
Just open the mysql databse with
phpmyAdmin or mysql query browser.
Then run the sql command
update users set user_hash = md5('pwd') where user_name ='admin';
After that command you should be able to login as admin with password pwd.
Started 5 days, 6 hours ago (2009-11-24 20:15:00)
by salesagility
Have you read the i nstallation instructions
Started 4 days, 22 hours ago (2009-11-25 04:05:00)
by shriyadhar1144 Junior Member
Hello,
I am new to sugarcrm. I have installed crm and initially it was working fine but then i don't know what happened that I am not able add any new contact, account or anything else. It gives javascript error 'object expected'. Yesterday i changed permission on config.php and now the site is displaying
blank page and it has stopped working. PLease help...
Started 4 days, 13 hours ago (2009-11-25 14:02:00)
by gil shinar
Quote:
Originally Posted by salesagility
I don't know the module ... take a backup of the application and data and try running the upgrade on the backed up copy of the sugar ... post in here if you experience problems .... do you not have any contact with the authors of spice hire? where did the module come from?
...
Started 7 months, 3 weeks ago (2009-04-11 16:34:00)
by Angel
Community Edition does not support Oracle. The Enterprise Edition is the only one that supports Oracle.
Started 5 days, 6 hours ago (2009-11-24 20:32:00)
by salesagility
You can install a stack independent of sugar ... go here and grab wampserver ... check the sugar prerequisites to make sure the stack you install is compatible
Wampserver is
user-friendly and easy to understand for new users of WAMP/LAMP
Once you have installed ... you can then install multiple instances of sugar
Started 1 week ago (2009-11-22 22:30:00)
by FilipStadler
it's now solved... a problem with permissions..
Because I made a chgrp -R www-
data cache data custom modules config.php
but no execute permissions on the directories
Started 5 days, 5 hours ago (2009-11-24 21:17:00)
by matthew
you can probably create a link to file:///path/to/file
That will probably work
Started 5 days, 20 hours ago (2009-11-24 06:43:00)
by salesagility
Rather puzzled ...
You should be able to:
1. take a complete dump of the development instance and restore it on the production server
2.
take a dump of the development database and restore it to the production server
3. edit production server sugar config.php variables to point to new database and instance url
4. make sure that all permissions are set correctly
As long as...