Monday, 19 February 2018
  20 Replies
  1.8K Visits
0
Votes
Undo
Hello,

after updating to 3.4.44 i can't add a event entry from the admin panel. When i click the save button i end up in a white page.
The entry also does not get stored.

PHP Version : 7.1.13
MySQL Version : 5.6.39
Server Information : Linux af94a 2.6.32-696.18.7.el6.x86_64 #1 SMP Thu Jan 4 17:31:22 UTC 2018 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 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Joomla : 3.8.5
component_com_jevents : 3.4.44
module_mod_jevents_cal : 3.4.44
module_mod_jevents_custom : 3.4.44
module_mod_jevents_filter : 3.4.44
module_mod_jevents_latest : 3.4.44
module_mod_jevents_legend : 3.4.44
module_mod_jevents_switchview : 3.4.44
plugin_content_jevents : 3.4.44
plugin_finder_jevents : 3.4.44 (not enabled)
plugin_installer_jeventsinstaller : 3.4.44 (not enabled)
plugin_search_eventsearch : 3.4.44
plugin_system_gwejson : 3.4.44
Monday, 19 February 2018 21:02
·
#197764
0
Votes
Undo
Hello,

Can you please enable Joomla! Maximum Error Reporting in the Joomla! Global config and try again?

I just successfully ran the update and it worked as expected.

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!

Monday, 19 February 2018 22:01
·
#197768
0
Votes
Undo
Hello,

i just added

public $error_reporting = 'E_ALL';

to my config.

When i only fill the title and then click save & close jEvents tells me that the entry was saved. I still dont see it in the list.
If i also add a date and time i get the white page again.
Also no errors are displayed.
Tuesday, 20 February 2018 09:29
·
#197779
0
Votes
Undo
It should be set to:

public $error_reporting = 'maximum';

Can you provide super user logins and I will take a look?

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!

Tuesday, 20 February 2018 10:12
·
#197782
0
Votes
Undo
I changed the errorlevel and got the followin error reported.


Warning: is_file(): open_basedir restriction in effect. File(/var/www/vhosts/http://hosting7762.af94a.netcup.net/httpdocs/blechapostel.de/libraries/joomla/application/module/helper.php) is not within the allowed path(s): (/var/www/vhosts/http://hosting7762.af94a.netcup.net/:/tmp/) in /var/www/vhosts/http://hosting7762.af94a.netcup.net/httpdocs/blechapostel.de/libraries/loader.php on line 211 Fatal error: Uncaught TypeError: Argument 1 passed to plgSystemReDJ::customException() must be an instance of Exception, instance of Error given in /var/www/vhosts/http://hosting7762.af94a.netcup.net/httpdocs/blechapostel.de/plugins/system/redj/redj.php:673 Stack trace: #0 [internal function]: plgSystemReDJ::customException(Object(Error)) #1 {main} thrown in /var/www/vhosts/http://hosting7762.af94a.netcup.net/httpdocs/blechapostel.de/plugins/system/redj/redj.php on line 673
Tuesday, 20 February 2018 12:51
·
#197791
0
Votes
Undo
Can you try disabling ReDJ and trying again?

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!

Tuesday, 20 February 2018 12:57
·
#197792
0
Votes
Undo
After disabling the Plugin i got this message:



Warning: is_file(): open_basedir restriction in effect. File(/var/www/vhosts/http://hosting7762.af94a.netcup.net/httpdocs/blechapostel.de/libraries/joomla/application/module/helper.php) is not within the allowed path(s): (/var/www/vhosts/http://hosting7762.af94a.netcup.net/:/tmp/) in /var/www/vhosts/http://hosting7762.af94a.netcup.net/httpdocs/blechapostel.de/libraries/loader.php on line 211 Fatal error: Call to a member function rp_id() on null in /var/www/vhosts/http://hosting7762.af94a.netcup.net/httpdocs/blechapostel.de/administrator/components/com_jevents/controllers/icalevent.php on line 1038
Tuesday, 20 February 2018 13:00
·
#197793
0
Votes
Undo
Can you please provider super logins so I can take a look? In the site details tab please.

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!

Tuesday, 20 February 2018 13:02
·
#197794
0
Votes
Undo
Completely disabled the ReDJ component now and dont get any error.
But still the event does not show up in the list.
Tuesday, 20 February 2018 14:22
·
#197802
0
Votes
Undo
As stated:

Can you please provider super logins so I can take a look? In the site details tab please.

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!

Tuesday, 20 February 2018 14:32
·
#197804
0
Votes
Undo
Sorry, didn't find where to add the information.
Added it and now you can log in.
Tuesday, 20 February 2018 16:40
·
#197807
0
Votes
Undo
I've the same issue but I receive this error:
Fatal error: Call to undefined method JLanguage::getCalendar() in /web/htdocs/http://www........../home/components/com_jevents/libraries/helper.php on line 658
Tuesday, 20 February 2018 16:44
·
#197808
0
Votes
Undo

PHP Version : 5.6.32
MySQL Version : 5.6.38-83.0-log
Server Information : Linux webxc24s07.ad.aruba.it 2.6.32-696.18.7.el6.x86_64 #1 SMP Thu Jan 4 17:31:22 UTC 2018 x86_64
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Max Input Vars ? : 3000
Club code set? : No
User Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36
Joomla : 3.6.4
component_com_jevents : 3.4.44
component_com_jce : 2.6.26
module_mod_jevents_cal : 3.4.44
module_mod_jevents_custom : 3.4.44
module_mod_jevents_filter : 3.4.44
module_mod_jevents_latest : 3.4.44
module_mod_jevents_legend : 3.4.44
module_mod_jevents_switchview : 3.4.44
plugin_content_jevents : 3.4.44
plugin_finder_jevents : 3.4.44 (not enabled)
plugin_installer_jeventsinstaller : 3.4.44 (not enabled)
plugin_search_eventsearch : 3.4.44
plugin_system_gwejson : 3.4.44
Tuesday, 20 February 2018 16:57
·
#197811
0
Votes
Undo
Hello v.alfieri please do not tag on to the back on another post. I was confused then, you need to update Joomla!. you are at a high security risk.

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!

Thursday, 22 February 2018 23:08
·
#197908
0
Votes
Undo
I did some research on the problem and found an empty file "module" under /libraries/joomla/application/ where the problem with the helper.php was reported. After renaming the file there was no error any more in the frontend. In the backend i now get the following error, when i try to add an event:


0 Call to a member function rp_id() on null
Friday, 23 February 2018 10:06
·
#197916
0
Votes
Undo
Hello lionking

Can I get database access please? Something strange is going on.

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!

Friday, 23 February 2018 12:14
·
#197925
0
Votes
Undo
Hello tonyp

i sent you the information by PM.
Tuesday, 27 February 2018 15:34
·
#198081
0
Votes
Undo
Thank you, your site is now fixed and it will be included in our next release.

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!

Tuesday, 27 February 2018 16:31
·
#198089
0
Votes
Undo
Thank you a lot for your support.
Thursday, 28 June 2018 19:14
·
#203605
0
Votes
Undo
Hi, I did and updated in the site with Jevent, and I can not get a display of new events and found the following error when trying to create a new event: Call to a member function rp_id() on null

Appreciate any help.
Friday, 29 June 2018 00:52
·
#203628
0
Votes
Undo
Please create a new post and provide your JEvents Support Info from the control panel.

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!

  • Page :
  • 1
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.