creating module error in sugarcrm - sugarcrm

I have this warning:
"Your PHP configuration must be changed to allow files of at least 6MB
to be uploaded. Please modify the upload_max_filesize value in your
php.ini located at: C:\xampp\php\php.ini"
I have edited and save it to 6MB, however, I am still unable to deploy my module and the error still appears. Really appreciated for kind help. Thanks

Related

how to make a script or batch file to download a ppsx from sharepoint?

I'm using wget to download a ppsx file from SharePoint but I keep getting a '403 forbidden' error can someone help me on how to fix the error? or if someone can guide me on how to create a batch file to download a file from SharePoint that would be greatly appreciated. Thank you.
I have used wget (link) and I keep getting a 403 error or only a small 190kb of the file is downloaded.
keep getting a 403 error
403 is Forbidden, you are informed you are not allowed to download this file.
only a small 190kb of the file is downloaded.
Try to open it using text editor. I guess it contain above information, but maybe also information what you should do in order to get access.
using wget to download a ppsx file from SharePoint
Then answers in Download file/folder from sharepoint using Curl/Wget automatically might be useful for you

php_warning on installing ext

I want to intstall the ext "my_redirects". On my local machine it does what it should. But now, on the live site, i got this error:
1: PHP Warning: file_get_contents(/kunden/homepages/28/d574274134/htdocs/update7/typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendCache.sql): failed to open stream: No such file or directory in /homepages/28/d574274134/htdocs/update7/typo3_src-7.6.14/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php line 441
I got a hint to delete the typo3temp/autoload/ files. Then the installation works, but if i after that go into the install tool, i get this error again. Can someone give a hint?
This file is part of the core and must exist. Look into the src-tar/zip file. Maybe the file wasn't transferred to the server.
I don't think it's an autoload issue, because the .sql file is missing, not the PHP class.
Please verify that the sql file does exist. If it's missing, check the hash of your downloaded TYPO3 core. Make sure you compare the correct path on the server.
But I guess you got an access restriction. Maybe bad ownhership of that .sql file? Perhaps you ran into some security problems with file_get_contents() and at least sql files? So please also check your security settings.

Upload Image issue in Magento wysiwyg editor

I got problem with upload image in Magento in wysiwyg editor.
error showing The directory is not writable by server. I've checked all rest setting but somehow everything is showing perfect. can any one solve it?
To getrid off the error message you are getting "The directory is not writable by server".
Please firist check "wysiwyg" Folder exist In the Media folder on root folder of your project
If it is not there please create it.
If it is already there please check the permission on folder, it should be 755 or if server settings not allowing give it 777 and try
Hope it will fix this.
First of all before work on magento please run magento-check php file. This file will check all required permission in your magneto setup and applied required permission also.
After that please try to upload image in "wysiwyg" editor. If you are still having this issue. Please check that "wysiwyg" folder is created or not. If it is not created, please create it and try to apply 777 permission.

Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated

I am new for centos installation. I downloaded a minimul version of centos 6.5, around 339.7mb of size. I am trying to install this with GUI interface but I got an error after selecting the drive option, which comes after selecting the country.
This is complete message,
Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated.
Failare:
repodata/743fec56b2af0ce8d6ec82c47a4efafc2a4d18cddfa9683f29611cb18d1a33de-primary.sqlite.bz2 from anaconda-CentOS-201311271240.i386: [Ermo 256] No more mirrors to try.
Sorry but I am new here, so I can't put the exact image here.
I believe that i had this same issue and was able to solve it.
The files under the /repodata folder are missing their file extensions and are not matching their full names in the "TRANS.TBL" file, under this same dir.
Rename all the files to match what is in the "TRANS.TBL" file, then try the install over again.
Please let everyone know if this works for you.
In the past i would just put a URL in that pointed to the correct files on a server, i feel that most people take this workaround and that's why it's not as hot of an item as it should be. I hope this gets fixed in the .ISO.
Thank you,
YourFriend
It worked for me.
I renamed all 8 files.
i.e. 0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de
0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de-primary.sqlite.bz2
The correct file name is given in file "repomd" under folder repodata
example - location href="repodata/b124f0ec5323cfee56b420906a3103f0daef656dde3f7ac8220120aa7504e57a-primary.xml.gz"
I had exactly the same issue ;
under "repodata" directory opened "repmod" xml file
Searched file name within repmond xml file
Found matching strings
Renamed 8 files as specified in .xml file
and it worked like a charm
Thanks to "Your Friend"
I had the same problem. Even if you manage to get past this step, you will encounter at a later point other errors related to filenames.
The root cause was using Unetbootin to create the bootable media. I switched to Rufus and everything works fine now.

Perl error trying to load Bugzilla

My knowledge of Perl is nil but I was trying to install Bugzilla and everything seem to be going along find until I went to load Bugzilla and I got this error followed by the html of the page trying to be loaded.
dmake could not be found on the PATH. Please invoke it using the full pathname:
C:\Perl64\site\bin\dmake.exe
or put the Perl\site\bin directory on the PATH with:
path C:\Perl64\site\bin;%PATH%
I tried running the command and also added the pathname manually into the Path Environment Varaible but I'm still receiving the error. It could be something as simple as I'm not putting the pathname correctly into Path.
Any help would be much appreciated.
Embarrassingly for me, restarting the computer did the trick. I suspect the Path Environment Variables hadn't taken effect so a restart was required to fix this.