Template showing error on front page

  • skytech
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 1 month ago #43289 by skytech
i installed the Joomla 3.0 version of the template on wamp 2.5. and it is showing error on front page. i went to global configuration and set Error Reporting to "none" and yet it keep showing. but if i change template the front page will show normal but if i switch to Hot Gulf Template, the error comes up.

Attachments:

Please Log in to join the conversation.

More
10 years 1 month ago #43301 by ivan.milic
Can you copy past text form error table I don't see it clear from image

Please Log in to join the conversation.

  • skytech
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 1 month ago #43303 by skytech
( ! ) Strict standards: Only variables should be assigned by reference in C:\wamp\www\gilgal\modules\mod_hot_weather2\tmpl\default.php on line 5
Call Stack
# Time Memory Function Location
1 0.0780 242928 {main}( ) ..\index.php:0
2 2.8869 3314576 JApplicationCms->execute( ) ..\index.php:40
3 9.1993 9815936 JApplicationSite->render( ) ..\cms.php:257
4 9.2003 9816656 JApplicationCms->render( ) ..\site.php:731
5 9.7623 10171976 JDocumentHTML->render( ) ..\cms.php:988
6 9.7623 10172000 JDocumentHTML->_renderTemplate( ) ..\html.php:474
7 13.9945 13289656 JDocumentHTML->getBuffer( ) ..\html.php:696
8 13.9945 13289960 JDocumentRendererModules->render( ) ..\html.php:408
9 14.1935 13323648 JDocumentRendererModule->render( ) ..\modules.php:46
10 14.1955 13324800 JModuleHelper::renderModule( ) ..\module.php:105
11 14.2635 13352936 include( 'C:\wamp\www\gilgal\modules\mod_hot_weather2\mod_hot_weather2.php' ) ..\helper.php:190
12 14.2836 13358896 require( 'C:\wamp\www\gilgal\modules\mod_hot_weather2\tmpl\default.php' ) ..\mod_hot_weather2.php:15



( ! ) Strict standards: Only variables should be assigned by reference in C:\wamp\www\gilgal\modules\mod_hot_full_carousel\tmpl\default.php on line 13
Call Stack
# Time Memory Function Location
1 0.0780 242928 {main}( ) ..\index.php:0
2 2.8869 3314576 JApplicationCms->execute( ) ..\index.php:40
3 9.1993 9815936 JApplicationSite->render( ) ..\cms.php:257
4 9.2003 9816656 JApplicationCms->render( ) ..\site.php:731
5 9.7623 10171976 JDocumentHTML->render( ) ..\cms.php:988
6 9.7623 10172000 JDocumentHTML->_renderTemplate( ) ..\html.php:474
7 13.7235 13248576 JDocumentHTML->getBuffer( ) ..\html.php:696
8 13.7235 13248880 JDocumentRendererModules->render( ) ..\html.php:408
9 13.7235 13249600 JDocumentRendererModule->render( ) ..\modules.php:46
10 13.7275 13283600 JModuleHelper::renderModule( ) ..\module.php:105
11 13.8155 13395112 include( 'C:\wamp\www\gilgal\modules\mod_hot_full_carousel\mod_hot_full_carousel.php' ) ..\helper.php:190
12 13.8985 13461928 require( 'C:\wamp\www\gilgal\modules\mod_hot_full_carousel\tmpl\default.php' ) ..\mod_hot_full_carousel.php:81



( ! ) Strict standards: Only variables should be assigned by reference in C:\wamp\www\gilgal\modules\mod_jshopping_latest_products\mod_jshopping_latest_products.php on line 21
Call Stack
# Time Memory Function Location
1 0.0780 242928 {main}( ) ..\index.php:0
2 2.8869 3314576 JApplicationCms->execute( ) ..\index.php:40
3 9.1993 9815936 JApplicationSite->render( ) ..\cms.php:257
4 9.2003 9816656 JApplicationCms->render( ) ..\site.php:731
5 9.7623 10171976 JDocumentHTML->render( ) ..\cms.php:988
6 9.7623 10172000 JDocumentHTML->_renderTemplate( ) ..\html.php:474
7 11.0914 10538784 JDocumentHTML->getBuffer( ) ..\html.php:696
8 11.0914 10539088 JDocumentRendererModules->render( ) ..\html.php:408
9 11.0924 10539808 JDocumentRendererModule->render( ) ..\modules.php:46
10 11.0924 10540112 JModuleHelper::renderModule( ) ..\module.php:105
11 11.1314 10580312 include( 'C:\wamp\www\gilgal\modules\mod_jshopping_latest_products\mod_jshopping_latest_products.php' ) ..\helper.php:190

( ! ) Strict standards: Only variables should be assigned by reference in C:\wamp\www\gilgal\modules\mod_jshopping_latest_products\mod_jshopping_latest_products.php on line 23
Call Stack
# Time Memory Function Location
1 0.0780 242928 {main}( ) ..\index.php:0
2 2.8869 3314576 JApplicationCms->execute( ) ..\index.php:40
3 9.1993 9815936 JApplicationSite->render( ) ..\cms.php:257
4 9.2003 9816656 JApplicationCms->render( ) ..\site.php:731
5 9.7623 10171976 JDocumentHTML->render( ) ..\cms.php:988
6 9.7623 10172000 JDocumentHTML->_renderTemplate( ) ..\html.php:474
7 11.0914 10538784 JDocumentHTML->getBuffer( ) ..\html.php:696
8 11.0914 10539088 JDocumentRendererModules->render( ) ..\html.php:408
9 11.0924 10539808 JDocumentRendererModule->render( ) ..\modules.php:46
10 11.0924 10540112 JModuleHelper::renderModule( ) ..\module.php:105
11 11.1314 10580312 include( 'C:\wamp\www\gilgal\modules\mod_jshopping_latest_products\mod_jshopping_latest_products.php' ) ..\helper.php:190

Please Log in to join the conversation.

More
10 years 1 month ago #43305 by ivan.milic
That meas your server is forcing error_reporting so no matter you disabled development mode in joomla global configuration they still show. Probably it can be solved by placing php.ini file in site root with this parameter:

display_errors = Off
error_reporting = ~E_ERROR

Please Log in to join the conversation.

  • skytech
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 1 month ago #43311 by skytech
where will i find the php.ini file. please help me out. thank you

Please Log in to join the conversation.

More
10 years 1 month ago #43322 by ivan.milic
You create it, but leave that for administrator. Maybe server settings are such so event php.ini is not considered

Please Log in to join the conversation.

Time to create page: 0.081 seconds
Powered by Kunena Forum