Blank Home page with jmproducts or jmproductsspotlight

Hi,

jm_neros v1.0.2
JmProduct v1.2.9
JmProductSpotlight v1.1.7
on Magento 1.7.0.2

When i enable the Mobile static block with this content:

Code:

<p>{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" title="" mode="latest" catsid="81" height="200" quanlity="4" width="200" perrow="4"}}</p>

I have a blank Home page

System.log

Code:

2014-03-24T18:13:35+00:00 ERR (3): Warning: include(Mobile/Detect.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory  in /home/account/domains/domain.com/public_html/test/lib/Varien/Autoload.php on line 93
2014-03-24T18:13:35+00:00 ERR (3): Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'Mobile/Detect.php' for inclusion (include_path='/home/account/domains/domain.com/public_html/test/app/code/local:/home/account/domains/domain.com/public_html/test/app/code/community:/home/account/domains/domain.com/public_html/test/app/code/core:/home/account/domains/domain.com/public_html/test/lib:.:/usr/local/php5/lib/php')  in /home/account/domains/domain.com/public_html/test/lib/Varien/Autoload.php on line 93

On Backend -> System -> Jm tabs

Code:

Fatal error: Call to a member function read() on a non-object in /home/account/domains/domain.com/public_html/test/app/code/local/JoomlArt/Jmtabs/Model/System/Config/Source/ListStyle.php on line 39

How can i solve this?

9 answers

Profile photo of Sherlock 0.00 $tone March 25, 2014
Public

Please try to update JM products and JM tabs to the latest version.
if it does not help, you can pm me url, admin and FTP credentials of your site, I shall check further.

#1
Profile photo of Carlo B. Dalle Molle 0.00 $tone March 25, 2014
Public

Hi,

All the extension are update to the latest version:
JmProduct.v1.2.9
JmTabs.v1.1.8

The blank page happen when we set a particular category ID on "catsid" parameter

Code:

<p>{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" title="" mode="latest" catsid="81" height="200" quanlity="4" width="200" perrow="4"}}</p>

We have 3 stores, with 40 categories each
no error displayed, even if we enabled display_errors in index.php

#2
Profile photo of Carlo B. Dalle Molle 0.00 $tone March 25, 2014
Public

Solved

We set a different memory limit.

on index.php

ini_set(‘memory_limit’, ‘256M’);

now it works, but the loading time of home page slows down to 10-12 seconds

How can i improve/cache this elements?

#3
Profile photo of Senthilkumar R 70.00 $tone May 9, 2015
Public

Hi,
I have installed your theme and I got the following error in my system.log file. Kindly help me to solve this.
2015-05-09T05:20:31+00:00 ERR (3): Warning: include(Mobile/Detect.php): failed to open stream: No such file or directory  in /home/domain/public_html/lib/Varien/Autoload.php on line 94
2015-05-09T05:20:31+00:00 ERR (3): Warning: include(): Failed opening ‘Mobile/Detect.php’ for inclusion (include_path=’/home/domain/public_html/app/code/local:/home/domain/public_html/app/code/community:/home/domain/public_html/app/code/core:/home/domain/public_html/lib:.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php’)  in /home/domain/public_html/lib/Varien/Autoload.php on line 94

#8

Please login or Register to Submit Answer

Written By

Comments