I came across this thread while trying to update my SugarCRM install on PowWeb.
I'm having a problem where I cannot upload the file due to an error that I keep getting when using the wizard:
The file size, 0 Bytes, is greater than what is allowed by the upload_max_filesize and/or the post_max_size settings in php.ini. Change the settings so that they are greater than 0 Bytes and restart the webserver.
As a workaround, I'm trying to upload the .zip file via FTP to the folder mentioned above and editing the file mentioned.
However, I get the following error when the .zip file is in the folder:
Fatal error: require_once() [function.require]: Failed opening required 'cache/upload/upgrades/patch/SugarCE-Upgrade-6.1.x-to-6.2.4-manifest.php' (include_path='/......./htdocs/crm/include/..:.:/usr/local/lib/php-5.2.17/lib/php') in /............/htdocs/crm/modules/UpgradeWizard/uw_utils.php on line 785
Checking line 785 of uw_utils.php, I get the following (including the two lines above)
Code:
if(0 == sizeof($md5_matches)) {
$target_manifest = remove_file_extension( $upgrade_content ) . '-manifest.php';
require_once($target_manifest); I'm not certain on what this means and what I need to do to resolve?
Any help would be greatly appreciated.
Bookmarks