|
Hi!
I’ ve duplicated one webshop to another (URL1=>URL2) and have a problem that is causing serious brain damage…
What works:
- Index
- Admin
- magento connect (most of it)
What does not work:
- “Check for Upgrades” in Magento Connect.
I do not understand why because the “uninstall” or “ reinstall” options of single packages in Magento connect do work.
This is the error I’m receiving:
xception caught:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/spelen/domains/domain.nl/public_html/downloader/pearlib/php/PEAR/REST/10.php on line 671
Backtrace:
#0 /home/spelen/domains/domain.nl/public_html/downloader/pearlib/php/PEAR/REST/10.php(671): mageCoreErrorHandler(2, 'in_array() [listLatestUpgrades('stable', false) #2 /home/spelen/domains/domain.nl/public_html/downloader/pearlib/php/PEAR/Command/Common.php(285): PEAR_Command_Remote->doListUpgrades('http://pear.php...', 'stable', Array, 'pear.php.net', Object(Maged_Pear_Registry)) #3 /home/spelen/domains/domain.nl/public_html/downloader/Maged/Pear.php(234): PEAR_Command_Common->run('list-upgrades', Array, Array) #4 /home/spelen/domains/domain.nl/public_html/downloader/Maged/Model/Pear.php(100): Maged_Pear->run('list-upgrades', Array, Array) #5 /home/spelen/domains/domain.nl/public_html/downloader/template/pear/packages.phtml(49): Maged_Model_Pear->getAllPackages('list-upgrades', Array) #6 /home/spelen/domains/domain.nl/public_html/downloader/Maged/View.php(59): include('/home/spelen/do...') #7 /home/spelen/domains/domain.nl/public_html/downloader/Maged/Controller.php(113): Maged_View->template() #8 /home/spelen/domains/domain.nl/public_html/downloader/Maged/Controller.php(355): Maged_Controller->pearPackagesAction('pear/packages.p...') #9 /home/spelen/domains/domain.nl/public_html/downloader/Maged/Controller.php(170): Maged_Controller->dispatch() #10 /home/spelen/domains/domain.nl/public_html/downloader/index.php(35): Maged_Controller::run() #11 {main}
Sindre suggest using Putty to check where the problems are (http://www.magentocommerce.com/boards/viewthread/24393/):
./pear install magento-core/Mage_All_Latest
Unfortunately I get a strange error again:
[username@srv2 public_html]$ ./pear install magento-core/Mage_All_Latest Attempting to discover channel "magento-core"... unknown channel "magento-core" in "magento-core/Mage_All_Latest" invalid package name/package file "magento-core/Mage_All_Latest" Cannot initialize 'magento-core/Mage_All_Latest', invalid or missing package file Package "magento-core/Mage_All_Latest" is not valid install failed [username@srv2 public_html]$
I really hope somebody can help me here, because it’s my last error before I can start with my new webshop. I spent to much hours/days on the duplication already to stop now!
Please help!
|