Error On YOURSHOP index.php...Please Help!!!

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Sep 21, 2012 9:13 am
Hi everyone i am new in gravick. I installed YOURSHOP template to local but i got theese errors on index page;

Notice: Undefined index: header2 in C:\wamp\www\templates\gk_yourshop\layouts\blocks\header.php on line 24
Call Stack
# Time Memory Function Location
1 0.0009 380632 {main}( ) ..\index.php:0
2 0.3538 11617040 JSite->render( ) ..\index.php:48
3 0.3541 11617560 JDocumentHTML->parse( ) ..\application.php:259
4 0.3541 11617560 JDocumentHTML->_fetchTemplate( ) ..\html.php:414
5 0.3543 11617896 JDocumentHTML->_loadTemplate( ) ..\html.php:591
6 0.3549 11663352 require( 'C:\wamp\www\templates\gk_yourshop\index.php' ) ..\html.php:531
7 0.3583 12200752 GKTemplate->__construct( ) ..\index.php:22
8 0.3632 12677128 GKTemplate->getLayout( ) ..\gk.framework.php:74
9 0.3637 12706520 include( 'C:\wamp\www\templates\gk_yourshop\layouts\default.php' ) ..\gk.framework.php:177
10 0.5368 14776152 GKTemplate->loadBlock( ) ..\default.php:56
11 0.5382 14788160 include( 'C:\wamp\www\templates\gk_yourshop\layouts\blocks\header.php' ) ..\gk.framework.php:213
" />

and i cant see the sample images on site. please help....
User avatar
Fresh Boarder

GK User
Fri Sep 21, 2012 10:08 am
Hi

That's not an error ;) but a php notice.
To fix this issue, please search for "error_reporting = E_ALL" in php.ini and replace it with "error_reporting = E_ALL & ~E_NOTICE".
If you can't don't have access to php.ini, try adding this line (as first line of the document) on template index.php file:

Code: Select all
<?php ini_set('display_errors', 'Off')?>


Cheers
User avatar
Platinum Boarder

GK User
Fri Sep 21, 2012 11:53 am
:D thank you. i solve it after uplaod to server
User avatar
Fresh Boarder


cron