Hi.
I've installed SugarCRM CE Full 5.0.0e successfully on a Gentoo Linux test machine. After installing I could also successfully upload a language pack and use it.
So I've tar'ed SugarCRM directory tree in its initial state (i.e. before running the first-time install steps), with the appropriate permissions from the test machine and unpacked it on the production machine. The installation fails during phase 11 (IIRC), after creating the database and the CRM user, while creating config.php. I then get a PHP syntax error message about config.php. The file is truncated on the line that says:
I must manually complete the file:Code:... ), 'upload_dir' => 'cache/upload/', 'upload_maxsize' => 3000000, 'use_php_code_json' => true, 'verify_client_ip' =
Eventually the file is also truncated whenever I change some system settings - but it doesn't seem to happen again. In the meantime uploading files with Module Uploader also fails with a PHP error message:Code:... ), 'upload_dir' => 'cache/upload/', 'upload_maxsize' => 3000000, 'use_php_code_json' => true, 'verify_client_ip' => true, );
Uploading the same file to the test machine succeeds. BTW I'm uploading to the production machine through the Internet so not at the same speed: my upload speed is 128Kbit/s and the language pack I'm trying to send is about 200KB.Code:Error: PCLZIP_ERR_BAD_FORMAT (-10) : Invalid End of Central Dir Record Size : 13
I'm using php-5.2.5-r1 on both the test and production machines along with apache-2.2.8. I'm almost sure both problems are linked but I've got no clue.
Can anyone help?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks