Hi Guys,
I have a problem and it took already 2 days to find a solution.
With no luck.
I have a Magento website on my local server.
I changed the layout in my cms :
cms / pages / homepage / layout > columns
i changed the default layout column from 1 into 2 columns.
Now i am missing the slider on the homepage. I does not show pictures anymore.
Altough the outlines of the slider is visible, there are no pictures.
I restored the value of the columns back into 1 column. No pictures.
Restoring doesnt help. What did i do wrong, how can i solve this problem?
Error message:
[Tue Dec 15 15:36:02 2015] [error] [client 91.218.247.108] File does not exist: /homex / x my domainname x / public_html/skin/adminhtml/base
MAGENTO CMS > Layout update xml code:
=====================================================
<reference name="content">
<block type="catalog/product_new" name="
home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page">
<action method="setColumnCount"><columns>4</columns></action>
<action method="setProductsCount"><count>4</count></action>
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
<action method="unsetData"><key>cache_lifetime</key></action>
<action method="unsetData"><key>cache_tags</key></action>
</block>
</reference>
=====================================================
Page source: !! check out !! : after
<div class="fluid_container"> </div>
There should be the image source pointing to my /skin/ etc etc / images directory but its gone.....
=====================================================
<div class="header_slider">
<script type="text/javascript" src="http://www.wietbon.nl/skin/frontend/default/theme242k/js/camera.js"></script>
<script type="text/javascript">// <![CDATA[
/* index slider */
jQuery(function(){
jQuery('#camera_wrap').camera({
alignmen: 'topCenter',
height: '47.945%',
minHeight: '50px',
loader : false,
pagination: false,
fx: 'simpleFade',
navigationHover:false,
thumbnails: false,
playPause: false
});
});
// ]]></script>
<div class="fluid_container"> </div>
</div>
<div class="banners_block">
<div class="banner ban1">
<div class="banner_img"><img alt="" src="http://www.wietbon.nl/skin/frontend/default/theme242k/images/banner1.jpg" /></div>=====================================================