@Nightsky and others that get the “No valid packages found” error, do you have SSH access? Try to run the following commands from the Magento root directory:
@Hridaya: are you using the web-based Magento Connect Manager? Paste “magento-core/Mage_Downloader” in the Extension Key field and click Install. When it has completed, try again with “magento-core/Mage_All_Latest”.
If you get any other “package_xxx requires package package_yyy” type of warnings, first install the package_yyy to solve the dependencies, then try again.
No releases available for package “connect.magentocommerce.com/core/Mage_All_Latest”
Cannot initialize ‘channel://connect.magentocommerce.com/core/Mage_All_Latest’, invalid or missing package file
Package “channel://connect.magentocommerce.com/core/Mage_All_Latest” is not valid
Problems ... I need to solve the issue .... when I click on check for upgrades ....
Exception caught:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /chroot/home/efigaroi/e-figaro.it/html/efigaro/downloader/pearlib/php/PEAR/REST/10.php on line 671
@Nightsky and others that get the “No valid packages found” error, do you have SSH access? Try to run the following commands from the Magento root directory:
@Hridaya: are you using the web-based Magento Connect Manager? Paste “magento-core/Mage_Downloader” in the Extension Key field and click Install. When it has completed, try again with “magento-core/Mage_All_Latest”.
If you get any other “package_xxx requires package package_yyy” type of warnings, first install the package_yyy to solve the dependencies, then try again.
where is SSH i don´t know if i have it ot not.
and how do i run commands in root directory ?
Hucks: you should ask your host whether SSH access is available on your hosting plan. SSH is a command line interface against your server, where you can run basic unix commands. You need an SSH client in oder to connect, of which Putty is the most popular one.
Once you have connected to your server, you can change directories with the ‘cd’ command. For example, if your store is located in ‘public_html/magento’, you would type ‘cd public_html/magento’
PS: If you have no experience with Unix/Linux, I strongly advise you to read a few tutorials first, as you can very easily mess up your site if you don’t know what you are doing. In SSH, there is generally no ‘undo’ function.
Do you get any error messages currently with Magento Connect ? Please provide some more information about the problem, as it could be related to something else than the pear commands. Are you able to log in to the Magento Connect Manager at all?