By projetosfelipe on Monday, 15 February 2016
Replies 26
Likes 0
Views 2.9K
Votes 0
Hello, my name is Felipe and if possible I'd like to have an support for a beginner.

I'm using the following version of JEvents


PHP Version : 5.5.30
MySQL Version : 5.0.83-community
Server Information : Linux lin-web53.hostmanagement.net 2.6.32-604.30.3.lve1.3.63.el6.x86_64 #1 SMP Sun Sep 27 06:34:10 EDT 2015 x86_64
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Max Input Vars ? : 1000
Club code set? : No
User Agent : Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0
Joomla : 3.4.8
component_com_jevents : 3.4.4
component_com_virtuemart : 3.0.12
component_com_jce : 2.5.14
module_mod_jevents_cal : 3.4.4
module_mod_jevents_custom : 3.4.4
module_mod_jevents_filter : 3.4.4
module_mod_jevents_latest : 3.4.4
module_mod_jevents_legend : 3.4.4
module_mod_jevents_switchview : 3.4.4
plugin_content_jevents : 3.4.4
plugin_finder_jevents : 3.4.4 (not enabled)
plugin_search_eventsearch : 3.4.4
plugin_system_gwejson : 3.4.4


I'm building an website and I've created a lot of events, however, this time I faced a problem that I can't solve. Today is Feb 15th and I tried to set up an event at Oct 28th. It appears on calendar, however is not shown on Latest Event. I decreased 1 day until it appears, and I discovered that it don't show from 240 days or more.

As default I use "Display Events from the next ? days (modes 2, 3, 5, 6 and 7 only)" with 365 days (1 year), because is enought to my events. And I'm using display mode 3.

Anyone can help me please?

Thanks a lot.

Felipe
Hello Felipe,

Is the module configured to use the settings below?

Thanks
Tony
·
Monday, 15 February 2016 22:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

I took screenshots from the module configuration, I think you can understand it even in portuguese. If you have any doubts other doubts, please, ask me.

Thanks a lot,

Felipe
·
Tuesday, 16 February 2016 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Is the event a repeating event?

Many thanks
Tony
·
Tuesday, 16 February 2016 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,

It's not a repeating event. There are a lot of other events, but this is the first event schedule for this categorie.

Felipe
·
Tuesday, 16 February 2016 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
IS the event associated with one to multiple categories?

Thanks
Tony
·
Tuesday, 16 February 2016 13:16
·
0 Likes
·
0 Votes
·
0 Comments
·
The event is associates in a categorie as following:
- first level category - Qualidade e Produtividade
- - second level category - Qualidade em Serviço
- - - third level category - Excelência no Atendimento ao Cliente (this is the related category to this event)

Felipe
·
Tuesday, 16 February 2016 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Felipe,

That shouldn't really have an effect.

Can you send me super user logins and how to replicate the issue?

Thanks
Tony
·
Tuesday, 16 February 2016 14:03
·
0 Likes
·
0 Votes
·
0 Comments
·
How many events are appearing? It will show the first 10 events regardless of category so it is possible that other events appearing are stopping your event from showing?
·
Tuesday, 16 February 2016 14:29
·
0 Likes
·
0 Votes
·
0 Comments
·
@Tony
I'm going to have a lunch right now and when I came back I send you by a PM a superuser login with the instructions about what am I doing.

@Geraint
Just to explain my case, my company gives training and consulting. Then, I'm creating one Latest Event module related to each one of the open training that we sell and each open training there's only one module inserted there. There aren't more than 4 events for each open training in each page. So I think that it's not the problem of the limit of the module showing, because there is only one event that should appear there.

Thanks,

Felipe
·
Tuesday, 16 February 2016 15:22
·
0 Likes
·
0 Votes
·
0 Comments
·
@Tonyp
Did you see the PM that I have sent with super user access to try to detect the problem?
·
Wednesday, 17 February 2016 15:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Tony passed the login details to me to take a look - which plugin is rendering the
{module TITLE}

code in the article?

Any not use normal Joomla module positions?
·
Thursday, 18 February 2016 09:47
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm using some codes as a flexible way to build it. This is an extension to insert module, all the website is using it insert the module wherever I want. You can see it in other article and it's working normaly.

You can open other articles if you want to see. As example, anyone with begining code QPSS07 until QPSS10
·
Thursday, 18 February 2016 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't remember if I told you, but if:
- I insert another module name, it works normaly
- I schedule the event to an earlier date, it works normaly too
·
Thursday, 18 February 2016 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
This is the database query being used to fetch the data
SELECT rpt.*, ev.*, rr.*, det.*, ev.state as published, ev.created as created 
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn

FROM io70j_jevents_repetition as rpt

LEFT JOIN io70j_jevents_vevent as ev
ON rpt.eventid = ev.ev_id

LEFT JOIN io70j_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid

LEFT JOIN io70j_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id

LEFT JOIN io70j_jevents_rrule as rr
ON rr.eventid = rpt.eventid

WHERE ev.catid IN(-1,158)

AND rpt.endrepeat >= '2016-02-18 09:18:10'
AND rpt.startrepeat <= '2017-02-12 23:59:59'
AND ev.state=1

AND ev.access IN (1,1,5)
AND icsf.state=1

AND icsf.access IN (1,1,5)

GROUP BY rpt.startrepeat , rpt.rp_id

ORDER BY rpt.startrepeat ASC
LIMIT 10

If you have phpMyAdmin can you run this to see what data you get?
·
Thursday, 18 February 2016 11:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I'll try to do that, but I don't know exactly how, because I don't have this extension. I'll try soon and I tell you what I get as answer.

UPDATE
I tried here and I discovered that I don't have phpMyAdmin to access and do the test that you want. Is there any other proceedment that I can do?
·
Thursday, 18 February 2016 13:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you try as a test to load the module in a Joomla! Module position rather than loading it directly into an article? Does it work then?

thanks
Tony
·
Thursday, 18 February 2016 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Good morning,

I tried to insert on side bar position, however the problem still continue.

=/
·
Friday, 19 February 2016 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
I installed Art Adminer on your site and see the DB query fetches the data ok.

I'm now looking at why this isn't displayed
·
Friday, 19 February 2016 14:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok

I'm waiting for an asnwer. Anything that I can do for you, just ask me.
·
Friday, 19 February 2016 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Geraint

I don't know if it can help you, but I discovered that is this module. I have created another one and I scheduled it on November (9 months later), but in another category. It works normally.
·
Friday, 19 February 2016 18:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post