By Kubica on Monday, 19 August 2019
Replies 10
Likes 0
Views 750
Votes 0
Hello

I've got an issue with events calendar. I did everything as shown in many tutorials and yet the calendar doesn't want to display my page. All the modules are working well but there is something wrong with the calendar.

Thanks
If memory serves you need to either create a menu item to display the calendar or configure the calendar module and publish it to a position on your site. Have you done either of those?
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

It sounds like you have not have setup your Joomla! .htaccess file yet but have SEF enabled.

Can you ensure .htaccess is setup?

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I've changed htaccess.txt to .htaccess and enabled SEF. I've made the calendar correctly (events assigned to proper category and calendar) but still the calendar doesn't want to display on the page. Maybe I forgot to change something more in the .htaccess file?
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

That does sound strange. Make sure joomla global config option 'Use URL Rewriting' is set to yes.

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
The calendar still doesn't want to appear on the site. But I've found out an error:
"Array to string conversion in C:\wamp64\www\bastion\libraries\joomla\form\fields\list.php on line 213"

What should I change in the code?

if (!is_null($value))
{
$value = (string) $value;

foreach ($options as $option)
{
if ($option->value === $value)
{
$value = $option->text;

break;
}
}

$tmp->text = JText::sprintf('JGLOBAL_USE_GLOBAL_VALUE', $value);
}
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You need to explain why it doesn't want to appear? Can you provide a video of what you are doing to make it appear?

That's a Joomla! error I would set Php to 7.1/7.2 and disable error reporting.

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

I've made a short video on how the problem looks like. I've also found out that on my other website JEvents calendar works perfectly but on this one it doesn't want to appear. Tell me if I am doing something wrong.

https://www.youtube.com/watch?v=zwvgp4X_JRw
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kuba,

Ok that is very strange. I am going to guess your theme is doing something very weird or the component output has been disabled on that page since we load fully in php/html not JS so that shouldn't be an issue.

Can you try with the default protostar template firstly.

IF that works you need to review how your theme is set for that page?

Also check for html/com_jevents in your themes root.

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

On protostar template everything works fine. If I can't find html/com_jevents in my preferred template should I override it?
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Can we get a link to see if the html is rendered within your theme?
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post