|
Ok, so I’ve gone through the process of installing the theme. When I go to the CMS page to add the code I get this error on the home page:
Warning: Mage_Core_Block_Template::include(/home/marinewo/public_html/app/design/frontend/default/default/template/sample/home.phtml) [mage-core-block-template.include]: failed to open stream: No such file or directory in /home/marinewo/public_html/app/code/core/Mage/Core/Block/Template.php on line 131
Trace:
As I go through FTP I see theres no folder called ‘sample’ much less a home.phtml file in it. Did something not load with the modern theme on install? Should I create a directory in the default/templates directory?
Better yet, how come I’m the only one on the forums with this problem ?:)
UPDATE:
Ok i went through the install of the theme again and got this:
Did not download optional dependencies: pear/XML_RPC, use --alldeps to download automatically
Magento Downloader
Exception caught:
Warning: popen() has been disabled for security reasons in /home/marinewo/public_html/downloader/pearlib/php/OS/Guess.php on line 247
Backtrace:
#0 /home/marinewo/public_html/downloader/pearlib/php/OS/Guess.php(247): mageCoreErrorHandler(2, ‘popen() has bee...’, ‘/home/marinewo/...’, 247, Array)
#1 /home/marinewo/public_html/downloader/pearlib/php/OS/Guess.php(159): OS_Guess->_detectGlibcVersion(’/usr/bin/cpp /t...’, ‘r’)
#2 /home/marinewo/public_html/downloader/pearlib/php/OS/Guess.php(114): OS_Guess->parseSignature()
#3 /home/marinewo/public_html/downloader/pearlib/php/PEAR/Dependency2.php(105): OS_Guess->OS_Guess(NULL)
#4 /home/marinewo/public_html/downloader/pearlib/php/PEAR/Downloader.php(259): PEAR_Dependency2->PEAR_Dependency2()
#5 /home/marinewo/public_html/downloader/pearlib/php/PEAR/Downloader.php(501): PEAR_Downloader->getDependency2Object(Object(PEAR_Config), Array, Array, 4)
#6 /home/marinewo/public_html/downloader/pearlib/php/PEAR/Downloader.php(409): PEAR_Downloader->analyzeDependencies(Object(PEAR_Config), Array, Array, 4)
#7 /home/marinewo/public_html/downloader/pearlib/php/PEAR/Command/Install.php(629): PEAR_Downloader->download(Array)
#8 /home/marinewo/public_html/downloader/pearlib/php/PEAR/Command/Common.php(285): PEAR_Command_Install->doInstall(Array)
#9 /home/marinewo/public_html/downloader/Maged/Pear.php(228): PEAR_Command_Common->run(’install’, Array, Array)
#10 /home/marinewo/public_html/downloader/Maged/Pear.php(283): Maged_Pear->run(’install’, Array, Array)
#11 /home/marinewo/public_html/downloader/Maged/Model/Pear.php(210): Maged_Pear->runHtmlConsole(’install’, Array, Array)
#12 /home/marinewo/public_html/downloader/Maged/Controller.php(122): Maged_Model_Pear->installPackage(Array)
#13 /home/marinewo/public_html/downloader/Maged/Controller.php(327): Maged_Controller->pearInstallPackagePostAction(’magento-core/In...’)
#14 /home/marinewo/public_html/downloader/Maged/Controller.php(147): Maged_Controller->dispatch()
#15 /home/marinewo/public_html/downloader/index.php(29): Maged_Controller::run()
#16 {main}
and it stops from there. I go to navigate away and it warns me its still running. Is this not the end? How lond does it run for if not?
|