help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[issue] JEM 4.5.0beta6 - Venueslist - Undefined $locid

[issue] JEM 4.5.0beta6 - Venueslist - Undefined $locid

2 months 4 weeks ago - 2 months 4 weeks ago
#33746
JEM 4.5.0beta 6 + Joomla 5
Sampledata installed
view: Venueslist  ||  around line 596


the model does not create locid but in the responsive template (default) it's called for. 
was inspecting the itemscope/itemprop and noticed that there was "none" in the page.



<meta itemprop="name" content="None">


It's related to this

<?php if (!empty($row->locid)) : ?>
<meta itemprop="name" content="<?php echo $this->escape($row->venue); ?>" />
<?php else : ?>
<meta itemprop="name" content="None" />
<?php endif;
 
JEM 5.01 (beta) + Joomla 6
Last edit: 2 months 4 weeks ago by Bluefox.

Please Log in or Create an account to join the conversation.

Re: [issue] JEM 4.5.0beta6 - Venueslist - Undefined $locid

2 months 4 weeks ago
#33748
Fix for JEM 5.0.0 beta4 in commit:
github.com/jemproject/JEM-Project/commit/af732587255eba714b228589b631be42e591c08f

Fix for JEM 4.5.0 beta6 in commit:
github.com/jemproject/JEM-Project/commit/9d258c79d10978b0d141298060d9cb709300b89a

Please apply this patch and tell me if the issue is resolved.

Please Log in or Create an account to join the conversation.

Re: [issue] JEM 4.5.0beta6 - Venueslist - Undefined $locid

2 months 4 weeks ago
#33757
the issue of undefined locid has been resolved.  i'm seeing a result now.

note:
the microdata needs to be updated but that's a seperate issue
JEM 5.01 (beta) + Joomla 6

Please Log in or Create an account to join the conversation.

Time to create page: 0.515 seconds