Monday, 15 February 2016
  26 Replies
  2.8K Visits
0
Votes
Undo
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
9 years ago
·
#165555
0
Votes
Undo
Hello Felipe,

Is the module configured to use the settings below?

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

9 years ago
·
#165556
0
Votes
Undo
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
9 years ago
·
#165557
0
Votes
Undo
Hello,

Is the event a repeating event?

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

9 years ago
·
#165558
0
Votes
Undo
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
9 years ago
·
#165559
0
Votes
Undo
IS the event associated with one to multiple categories?

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

9 years ago
·
#165560
0
Votes
Undo
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
9 years ago
·
#165561
0
Votes
Undo
Hello Felipe,

That shouldn't really have an effect.

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

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

9 years ago
·
#165562
0
Votes
Undo
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?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

9 years ago
·
#165563
0
Votes
Undo
@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
9 years ago
·
#165564
0
Votes
Undo
@Tonyp
Did you see the PM that I have sent with super user access to try to detect the problem?
9 years ago
·
#165565
0
Votes
Undo
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?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

9 years ago
·
#165566
0
Votes
Undo
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
9 years ago
·
#165567
0
Votes
Undo
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
9 years ago
·
#165568
0
Votes
Undo
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?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

9 years ago
·
#165569
0
Votes
Undo
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?
9 years ago
·
#165570
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

9 years ago
·
#165571
0
Votes
Undo
Good morning,

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

=/
9 years ago
·
#165572
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

9 years ago
·
#165573
0
Votes
Undo
Ok

I'm waiting for an asnwer. Anything that I can do for you, just ask me.
9 years ago
·
#165574
0
Votes
Undo
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.
  • Page :
  • 1
  • 2
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.