- Posts: 1
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- Error with Simple Image gallery 2.2 in Joomla 1.6
Error with Simple Image gallery 2.2 in Joomla 1.6
- tinyb
-
Topic Author
- Offline
- New Member
Less
More
13 years 11 months ago - 13 years 11 months ago #40215
by tinyb
Error with Simple Image gallery 2.2 in Joomla 1.6 was created by tinyb
I have searched this forum but cannot seem to find a similar error. I can load the gallery but this error comes before it. I think its to do with the Next/Previous navigation. I am teaching myself joomla so be easy on me.!! Here is the error code.
Undefined property: stdClass::$title in C:\wamp\www\plugins\content\jw_simpleImageGallery\jw_simpleImageGallery\tmpl\Polaroids\default.php on line 14
Call Stack
# Time Memory Function Location
1 0.0009 390976 {main}( ) ..\index.php:0
2 0.1248 4999728 JSite->dispatch( ) ..\index.php:43
3 0.1406 5379928 JComponentHelper::renderComponent( ) ..\application.php:188
4 0.1535 5446152 require_once( 'C:\wamp\www\components\com_content\content.php' ) ..\helper.php:152
5 0.1677 5864936 JController->execute( ) ..\content.php:19
6 0.1678 5864984 ContentController->display( ) ..\controller.php:649
7 0.1888 6735128 JController->display( ) ..\controller.php:78
8 0.2001 7674184 ContentViewFeatured->display( ) ..\controller.php:616
9 0.2393 8212568 JHtml::_( ) ..\view.html.php:80
10 0.2409 8221720 JHtml::call( ) ..\html.php:119
11 0.2409 8222808 call_user_func_array ( ) ..\html.php:187
12 0.2410 8222992 JHtmlContent::prepare( ) ..\html.php:0
13 0.2549 8641136 JDispatcher->trigger( ) ..\content.php:37
14 0.2549 8641688 JEvent->update( ) ..\dispatcher.php:115
15 0.2550 8642208 call_user_func_array ( ) ..\event.php:46
16 0.2550 8642232 plgContentJw_simpleImageGallery->onContentPrepare( ) ..\event.php:0
17 0.5676 8829360 include( 'C:\wamp\www\plugins\content\jw_simpleImageGallery\jw_simpleImageGallery\tmpl\Polaroids\default.php' ) ..\jw_simpleImag
I am not sure what to do at line 14 as suggested
Any help is appreciated.
MB
Undefined property: stdClass::$title in C:\wamp\www\plugins\content\jw_simpleImageGallery\jw_simpleImageGallery\tmpl\Polaroids\default.php on line 14
Call Stack
# Time Memory Function Location
1 0.0009 390976 {main}( ) ..\index.php:0
2 0.1248 4999728 JSite->dispatch( ) ..\index.php:43
3 0.1406 5379928 JComponentHelper::renderComponent( ) ..\application.php:188
4 0.1535 5446152 require_once( 'C:\wamp\www\components\com_content\content.php' ) ..\helper.php:152
5 0.1677 5864936 JController->execute( ) ..\content.php:19
6 0.1678 5864984 ContentController->display( ) ..\controller.php:649
7 0.1888 6735128 JController->display( ) ..\controller.php:78
8 0.2001 7674184 ContentViewFeatured->display( ) ..\controller.php:616
9 0.2393 8212568 JHtml::_( ) ..\view.html.php:80
10 0.2409 8221720 JHtml::call( ) ..\html.php:119
11 0.2409 8222808 call_user_func_array ( ) ..\html.php:187
12 0.2410 8222992 JHtmlContent::prepare( ) ..\html.php:0
13 0.2549 8641136 JDispatcher->trigger( ) ..\content.php:37
14 0.2549 8641688 JEvent->update( ) ..\dispatcher.php:115
15 0.2550 8642208 call_user_func_array ( ) ..\event.php:46
16 0.2550 8642232 plgContentJw_simpleImageGallery->onContentPrepare( ) ..\event.php:0
17 0.5676 8829360 include( 'C:\wamp\www\plugins\content\jw_simpleImageGallery\jw_simpleImageGallery\tmpl\Polaroids\default.php' ) ..\jw_simpleImag
I am not sure what to do at line 14 as suggested
Any help is appreciated.
MB
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 11 months ago #40216
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Error with Simple Image gallery 2.2 in Joomla 1.6
Please provide me with a link to your gallery in your site.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- fredjoom
-
- Offline
- New Member
Less
More
- Posts: 2
13 years 10 months ago #40217
by fredjoom
Replied by fredjoom on topic Re: Error with Simple Image gallery 2.2 in Joomla 1.6
Hello , if it can help , I had the same error , so I changed the line 14 in the php file
from this :
$photoCaption = htmlentities(JText::_('JW_SIG_NAVTIP').' <b>'.$row->title.'</b>
', ENT_QUOTES, 'utf-8');
to this :
$photoCaption = htmlentities(JText::_('JW_SIG_NAVTIP').' <b></b>
', ENT_QUOTES, 'utf-8');
in fact I'd just remove '.$row->title.' from the initial line.
then all the functionalities work fine.
Hope it'll help.
from this :
$photoCaption = htmlentities(JText::_('JW_SIG_NAVTIP').' <b>'.$row->title.'</b>
', ENT_QUOTES, 'utf-8');
to this :
$photoCaption = htmlentities(JText::_('JW_SIG_NAVTIP').' <b></b>
', ENT_QUOTES, 'utf-8');
in fact I'd just remove '.$row->title.' from the initial line.
then all the functionalities work fine.
Hope it'll help.
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- Error with Simple Image gallery 2.2 in Joomla 1.6