I have recently moved sugarcrm from my initial WAMP server to a ubuntu linux server. The reason for the move: Windows was just way too slow, on a linux server, the site has to run faster because of the resources linux takes.
I was hoping it would be without an issue, but here I am.. going bald in frustration.
My method was simple:
1. Move all files via FTP
2. use phpmyadmin to dump the database from Windows
3. use phpmyadmin to import the database in Ubuntu
Everything was going fine. I can even get to the login page of sugarcrm and am able to type the username and password to login but then it all goes down the hill
This is the error I get:
Now I'm assuming this has to do with paths. I have already chmod(ed) the whole sugarcrm directory to 777. I know, insecure but I really wanted to know what the heck was going on, and was hoping its not cuz something is not being able to write somewhere. Although it seems like somehow, sugar can't find the path to "modules/Calls/Call.php".Code:Warning: require_once(modules/Calls/Call.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web1/web/sugarcrm/modules/Opportunities/Opportunity.php on line 36 Fatal error: require_once() [function.require]: Failed opening required 'modules/Calls/Call.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web1/web/sugarcrm/modules/Opportunities/Opportunity.php on line 36
I have checked the php.ini, ensured that safe-mode is off, memory is fine. I even re-ran the install.php file to ensure everything is fine ...
please help?
Amit Malhotra


LinkBack URL
About LinkBacks





Reply With Quote
and in the new install, there was no such file! So i was like.. umm.. i thought I checked all the cases after I fumbled on "calls.php" ... I guess I had overlooked that one.
I'm going to keep kdiff if I run into other problems and keep my new-install that I had made as well .. just in case I run into other problems. In the mean time, everything seems to be working fine and dandy.
Bookmarks