HaiND wrote: Hi again
I try to fix it for you, please check again
Thanks
Hi HaiND,
I'll check on site and the backend it seems work. Now i can create item in the component.
I try to set a menu item "Calendario" in TopMenuNew like ClassesList but debug show the below error and on frontend the site result is a blank page.
Parse error: syntax error, unexpected '[' in /web/htdocs/www.nautilussportingcenter.it/home/components/com_jux_timetable/libraries/jux_class.php on line 132
I think there are some problems with the square brackets on the php arrays.
I don't know the all code of ext and i don't want to do damage editing it.
HI
I accessed the back-end and didn't see you creating anything or creating any events,
prnt.sc/pziffo
besides I couldn't find errors at the front-end, please send me the problem url and create events in the back- end before you want to display it
Thanks
HaiND wrote: HI
I accessed the back-end and didn't see you creating anything or creating any events,
prnt.sc/pziffo
besides I couldn't find errors at the front-end, please send me the problem url and create events in the back- end before you want to display it
Thanks
Hi again,
i'm sorry but i dont' understand what i do.
The problem is that when i set a menu item "calendario" like ClassesList of JoomlaTimetable, the site not responding and the result is a blank page.
When i able debugging of site the error that show is:
Parse error: syntax error, unexpected '[' in /web/htdocs/www.nautilussportingcenter.it/home/components/com_jux_timetable/libraries/jux_class.php on line 132
I think that the problem is on the array because the ver of php of site doesn't accept square bracket for array but only round brackets.
Obviously this is only a supposition.
Hi again
I don't turn on Error Reporting
prnt.sc/q25j36
and I have try to create menu "List Class" and set module List event but not see it display
prnt.sc/q25jhv
prnt.sc/q25kmj
Please check it help me
Thanks
Hi
I can't edit code in your site, I will instruction you can change it
in the file: .../components/com_jux_timetable/libraries/jux_class.php on line 132
HaiND wrote: Hi
I can't edit code in your site, I will instruction you can change it
in the file: .../components/com_jux_timetable/libraries/jux_class.php on line 132
$result = [];
edit:
$result = array()
Hope it will help you
Thanks
Hi HaiND,
i've try to solve the problems by replacing array coding "[]" with "array()" where the debbuging requested it.
It seems that the component now it works.
Very thanks for the support.
If I encounter other problems can i use this post for request support?
The component work well in Schedule mode with monthly view on desktop screen and on screen with width over 991px.
On screen below 991px don't work and the page become blank.